@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #5e2f0d;
/*color: #8b4513;*/
	margin: 0px;
	padding: 0px;
	
}

/*家族の港部分*/
#minato{
	color: #6F71AD;
	font-size: 12px;
	text-align: center;
}

/*表(大わく）*/
#table_main{
	background-color:  #ffffff;
	border-collapse: collapse;
	line-height: 2;
	font-size: 14px;
	width: 1185px;
	height: 675px;
}

/*ロゴ部分*/
#logo{
	font-size: 8px;
	height: 200px;
	width: 185px;
}

/*写真部分*/
#photo{
	font-size: 10px;
	height: 200px;
	width: 280px;
}

/*住所・tel*/
#address{
	font-size: 12px;
	background-color:  #e0cea5;
	text-align: left;
	height: 90px;
	width: 550px;
}

/*地図*/
#map{
	font-size: 12px;
	background-color:  #e0cea5;
	text-align: center;
	height: 90px;
	width: 50px;
}

/*カウンター部分*/
#counter{
	font-size: 12px;
	background-color:  #e0cea5;
	height: 90px;
	width: 100px;
	text-align: center;
}


/*表(右のインラインフレーム）*/
#table_inlene_frame{
	width: 700px;
	height: 595px;
	background-color: #ffffe0;
		
}
/*新着情報*/
#bord{
	background-image: url(img/strip_01_001.gif);
	height: 180px;
	width: 470px;
}


/*表のセル*/
.cel{
	width: 90px;
	height: 90px;
	font-size: 11px;
	text-align: center;
  
}
/*表のボーダー*/
.b_b{
	height: 5px;
	width: 5px;
}
/*表のボーダー 横長*/
.b_c{
	height: 5px;
	width: 90px;
}
/*表のボーダー　縦長*/
.c_b{
	height: 90px;
	width: 5px;
}
/*表のボーダー ロゴ部分*/
.logo_b{
	height: 200px;
	width: 5px;
 
}

