@charset "utf-5";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	background-color: #D6D9CF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	background-image: none;
}
img {
	border-width: 0px;
	border-style: none;
}
#container  {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
} 
#header  img  {
	margin: 0px;
	padding: 0px;
}
#header  {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin: 0px auto;
	display: block;
	width: 820px;
	height: 135px;
} 
#header  h1  {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

#container  #mainContent  h2  {
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(images/sub_h2_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	margin: 0px 0px 3px 3px;
	padding: 0px 0px 3px;
}
#container #mainContent h3 {
	background-image: url(images/icon_maru-cha.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}
#container  #header  #header-menu  {
	margin: 0px 10px;
	padding: 0px;
	width: 800px;
	background-image: url(images/bg_submenu_off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	height: 25px;
}

#header-menu  ul  {
	margin: 0px 0px 0px 4px;
	padding: 0px;

}
#header-menu .kuwake {
	border-right: 1px solid #CCCCCC;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header-menu  li  {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 25px;
}
#header-menu li a,#header-menu li a:link,#header-menu li a:visited {
	margin: 0px;
	padding: 0px 5px;
	text-decoration: none;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(images/bg_submenu_off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 25px;
	display: block;
}
#header-menu li a:hover,#header-menu li a:active {
	line-height: 25px;
	margin: 0px;
	padding: 0px 5px;
	background-color: #B2E0C1;
	text-decoration: none;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(images/bg_submenu_on.gif);
	background-position: bottom;
	display: block;
}


/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. サポートされている最小解像度（800 x 600）でのフローティングエレメントの落下を回避するには、#mainContent div 内のエレメントを 430px 以下にする必要があります（イメージを含む）。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグが回避されます。
*/
#mainContent {
	width: 760px;
	line-height: 1.3em;
	clear: both;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
#container  #mainContent  .top-koumoku {
	margin: 0px 10px 0px 190px;
	padding: 0px;
	font-size: 0.9em;
}
#container #mainContent .top-koumoku50 {
	margin: 0px 10px 20px 0px;
	padding: 0px;
	font-size: 0.9em;
	width: 48%;
	float: left;
}


#mainContent .top-menubox {
	clear: both;
	height: auto;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 25px;
	width: 100%;
}
.text {
	text-indent: 8px;
}


.top_photo {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	float: left;
}




p,ul,li {
	margin: 0px;
	padding: 0px;
}
#mainContent .subbox {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	height: auto;
	width: 720px;
}

#mainContent  .subbox_scroll {
	margin: 5px 0px 5px 10px;
	padding: 5px;
	height: 50px;
	width: 720px;
	background-color: #F5F4EF;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

#footer {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	width: 795px;
	height: 50px;
	font-size: 8pt;
	margin: 5px 10px 0px 13px;
} 
#footer   p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0px;
	float: left;
	border-bottom: 3px solid #368126;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 685px;
	text-align: left;
	line-height: 2em;
	display: block;
}

#container #footer .logo {
	padding: 0px;
	width: 93px;
	float: left;
	margin: 0px 5px;
}
#container #footer .logo a  {
	color: #FF0000;
	text-align: center;
	border-style: none;
	display: inline;
}
#container  #footer  .copyright  {
	width: 685px;
	margin: 0px;
	text-align: right;
	padding: 0px;
	float: left;

}
a,a:link,a:visited{
	color: #666633;
	text-decoration: none;
	display: inline;
	border-style: none;
}

a:hover,a:active{
	color: #666633;
	text-decoration: underline;
	display: inline;
	border-style: none;
}
.text_small {
	font-size: 0.8em;
}
.text11_gray {
	font-size: 1.2em;
	color: #666666;
	line-height: 1.2em;
}

.box_right/* 再使用できる各種クラス */
 { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	width: 270px;
	padding: 3px;
	margin: 0px 0px 0px 273px;
}

.box_left { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	width: 270px;
	margin: 0px 2px 0px 0px;
}
.box_link   {
	background-image: url(images/icon_sankaku-cha.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 5px;
	padding: 0px 0px 0px 10px;
	float: left;
	height: auto;
	width: 200px;
	display: block;
}

.box_harf {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 360px;
}
.box_gaiyou-wakugreen {
	border: 1px solid #006633;
	margin: 0px 0px 10px;
	padding: 5px;
}

.naiyou    {
	margin: 0px;
	padding: 3px 3px 3px 10px;
}

.photo {
	margin: 0px 5px 5px;
	padding: 0px;
	float: left;
}


#container #mainContent .fltlft p {
	margin-left: 5px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 0px;
}
.icon_maru-cha {
	background-image: url(images/icon_maru-cha.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 18px;
}
.icon_maru-green {
	background-image: url(images/icon_maru-green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 18px;
}
.icon_sikaku-green {
	background-image: url(images/icon_sikaku-green.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}
.icon_sikaku-cha {
	background-image: url(images/icon_sikaku-cha.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}
.icon_sankaku-cha {
	background-image: url(images/icon_sankaku-cha.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}



.pdf {
	vertical-align: top;
}
.border_pink {
	border-bottom: 2px solid #FF6666;
	display: inline;
}



.submenu {
	background-image: url(images/submenu_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	height: 25px;
	width: 200px;
	font-size: 1.2em;
	font-weight: bold;
}
.text_red {
	color: #FF0000;
}
.text_normal {
	font-size: 0.8em;
	font-weight: normal;
}

.clear_all {
	clear: both;
}
.margin_left10px {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#kosyuContent {
	width: 700px;
	line-height: 1.3em;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
}
#container #kosyuContent h2 {
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(images/sub_h2_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#container  #kosyuContent  .table10 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}
#container  #kosyuMenu  .waku {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCFF00;
	padding: 5px;
}
#kosyuMenu .waku a {
	color: #669999;
}

#kosyuMenu .waku table {
	text-align: left;
	font-size: 12px;
}

.twoColLiqLtHdr #container #mainContent .history table {
	width: 100%;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.twoColLiqLtHdr #container #mainContent .history td {
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.twoColLiqLtHdr #container #mainContent .history th {
	background-color: #99CC66;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.history  .room {
	margin: 5px 5px 0px 0px;
	float: left;
	width: 175px;
	height: 102px;
	padding: 0px;
}

.history .room a,.history .room a:link,.history .room a:visited {
	margin: 0px;
	padding: 0px 0px 2px;
	height: 100px;
	width: 175px;


}

.history .room a:hover,.history .room a:active {
	margin: 0px;
	padding: 0px 0px 2px;
	height: 100px;
	width: 175px;
	background-color: #724332;
}


#kosyuMenu {
	width: 700px;
	line-height: 1.3em;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
}
.image10 {
	margin-top: 7px;
	margin-bottom: 10px;
}
#mainContent blockquote {
	margin: 1em 0px 1em 2em;
	padding: 0px;
}
.box_syokuiku {
	margin: 0px 5px 0px 0px;
	float: left;
	width: 430px;
}

.photo_right {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: right;
}
.wakugreen {
	border: 1px solid #006633;
	margin: 0px;
	padding: 5px;
}
.coment {font-size: 11px; line-height: 15px;}
.font_yellow_b {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
}
.nen_box {
	border: 1px solid #009900;
	background-color: #DBF876;
	margin: 0px;
	font-weight: bold;
	color: #5E9B2B;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.s333-1px {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #666666;
	font-weight: bold;
}
#kosyuMenu  .waku  img  {
	margin-right: 5px;
	vertical-align: middle;
}
.font_black_b {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.s333-1px-left {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.twoColLiqLtHdr #container #mainContent .top-menubox_sehi .top-koumoku {
	width: 500px;
}
.twoColLiqLtHdr #container #mainContent .top-menubox_sehi .sehiContent table {
	width: 600px;
}
#print .box_shokuiku .photo3{ display:table;}
#print .box_shokuiku .photo3 li{ display:table-cell; float:none;}
