@charset "shift_jis";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(images/bg_cross.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
}
img {
	border-width: 0px;
	border-style: none;
}
#container  {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-y;
	padding: 0px;
	background-position: center;
} 
#header  img  {
	margin: 0px;
	padding: 0px;
}
#header  {
	padding: 0; 
	margin: 0px auto;
	display: block;
	width: 820px;
	height: 135px;
} 
#header #headerInner {
	position: relative;
	width: 820px;
	min-height: 44px;
	clear: both;
	margin: 0;
	padding: 0px;
}
* html #header #headerInner {
	height: 44px;
}
#header  h1  {
	margin: 0; 
	padding: 0px; 
}


#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;
	height: 1%;
	visibility: visible;
}
#container #mainContent h3 .p_middle {
	vertical-align: bottom;
}
#container #mainContent h3 img{
	vertical-align: text-bottom;
}


#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;
	font-size: 0.8em;
}
#header-menu li a,#header-menu li a:link,#header-menu li a:visited {
	margin: 0px;
	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;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#header-menu li a:hover,#header-menu li a:active {
	line-height: 25px;
	margin: 0px;
	padding: 0px 8px;
	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 {
	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%;
}
#mainContent .top-menubox_s {
	clear: both;
	height: auto;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	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: 100px;
	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; 
	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;
}
.text-1em {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}

.text11 {
	font-size: 1.2em;
	line-height: 1.2em;
}

.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 13px;
	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 { 
	clear:both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
.icon_img13 {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	vertical-align: middle;
}
.icon_img7 {
	margin: 0px 4px;
	padding: 0px;
	vertical-align: middle;
}

.icon_maru-cha {
	background-image: url(images/icon_maru-cha.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 18px;
	height: 1%;
	overflow: visible;
}

.icon_maru-green {
	list-style-image: url(images/icon_maru-green.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 18px;
	background-image: url(images/icon_maru-green.gif);
	height: 1%;
	overflow: visible;
}
.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;
	height: 1%;
	overflow: visible;
}
.icon_sikaku-cha {
	background-image: url(images/icon_sikaku-cha.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	height: 1%;
	overflow: visible;
	vertical-align: top;
}
.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;
	height: 1%;
	overflow: visible;
}



.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;
}
.text-right {
	text-align: right;
}


.clear_all {
	clear: both;
}
.margin_left10px {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.mb_1em {
	margin-bottom: 1em;
}
.mb_10px {
	margin-bottom: 10px;
}
.mb_2em {
	margin-bottom: 2em;
}


.mb_3em {
	margin-bottom: 3em;
}
.tr_yellow {
	background-color: #FFFFCC;
}

.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 .center {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 500px;
}
.history  .room {
	margin: 0px;
	width: 220px;
	height: auto;
	padding: 0px;
	float: left;
}
.history .room ul{
	margin-top: 5px;
}

.history .room li {
	list-style-type: none;
	text-align: center;
	height: 47px;
}

.history  .room li a,.history .room li a:link, .history .room li a:visited {
	padding: 0px;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}

.history .room li a:hover,.history .room li a:active {
	padding: 0px;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.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;
}
.waku-gray {
	border: 1px solid #999;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.coment {font-size: 11px; line-height: 15px;}

.font_yellow_b {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
}
.s333-1px {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #666666;
	font-weight: bold;
	background-image: url(images/icon_maru-green.gif);
	background-repeat: no-repeat;
	background-position: 7px 2px;
	padding-left: 22px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
}


.s333-1px-left {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	vertical-align: top;
}
.font_black_b {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#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: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#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;
}




#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;
}

#kosyuMenu  .waku {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCFF00;
	padding: 5px;
	overflow: hidden;
	position: relative;
	zoom:1;
}
#kosyuMenu .waku a {
	color: #066;
	background-image: url(images/icon_sikaku-green.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#kosyuMenu .waku .monthly-l   {
	float: left;
	width: 228px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	height: 100%;
}
#kosyuMenu .waku .monthly {
	float: left;
	width: 229px;
}
#kosyuMenu .waku table   {
	width: 216px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
#kosyuMenu .waku table tr td   {
	width: 50%;
}
#kosyuMenu .waku .s333-1px a {
	color: #333333;
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: none;
}

#kosyuMenu .waku .nen_box {
	border: 1px solid #009900;
	background-color: #CF6;
	margin: 0px;
	font-weight: bold;
	color: #5E9B2B;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: none;
}
#kosyuMenu   .waku  .nen_box  a:link,#kosyuMenu .waku .nen_box a:visited,#kosyuMenu .waku .nen_box a:hover {
	background-image: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#kosyuContent .coment   {
	text-align: right;
}
#kosyuContent  .table10   {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	border-collapse : collapse;
	clear: both;
}

#kosyuContent .table10 td {
	margin: 0px;
	padding: 3px;
	font-size: 0.95em;
	border-collapse : collapse;
}

.table10  th {
	background-color: #9C0;
	border-collapse : collapse;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	text-align: center;
	vertical-align: middle;
}
#kosyuContent .table10 .td1 {
	width: 45px;
}
#kosyuContent .table10 .td2 {
	width: 190px;
}
#kosyuContent .table10 .td3 {
	width: 70px;
}
#kosyuContent .table10 .td4 {
	width: 73px;
}
#kosyuContent .table10 .td5 {
	width: 55px;
}
#kosyuContent .table10 .td6 {
	height: auto;
	width: auto;
	font-size: 0.89em;
	line-height: 1.4em;
	margin: 0px;
	padding: 3px;
	border-collapse : collapse;
}
#kosyuContent .table10 .title {
	height: auto;
	font-weight: bold;
	vertical-align: top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 40px;
}
#kosyuContent .table10 .coral  {
	background-color: #F99;
}
#kosyuContent .table10 .pink  {
	background-color: #FCC;
}
#kosyuContent .table10 .yellow {
	background-color: #FFC;
}


#kosyuContent  .table10 table,#kosyuContent  .table10 td,#kosyuContent  .table10 th {
	border: 1px solid #666;
	border-collapse : collapse;
}
#kosyuContent .point_r  {
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	zoom: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#kosyuContent .point_r li  {
	display: block;
	list-style-type: none;
	text-align: left;
	float: right;
	font-size: 0.8em;
	padding-right: 5px;
	height: 1.5em;
	padding-bottom: 0px;
}
#kosyuContent .point_r li    .pink{
	background-color: #FFCCCC;
	float: left;
	width: 15px;
	margin-right: 3px;
	display: block;
	height: 15px;
	border: 1px solid #333;
}
#kosyuContent .point_r li    .coral{
	background-color: #F99;
	float: left;
	width: 15px;
	margin-right: 3px;
	display: block;
	height: 15px;
	border: 1px solid #333;
}


#kosyuContent .mrgn_b   {
	margin-bottom: 5px;
}
.top-koumoku   li,.subbox  li,.subbox_scroll li ,.article ul li{
	list-style-type: none;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-image: url(images/icon_sankaku-cha.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#container #mainContent .mt10 {
	margin-top: 10px;
}

#kosyuContent .table10 tr .td6 img ,#kosyuContent .table10 tr .td6_point img{
	padding-right: 3px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#kosyuContent .table10 a,#kosyuContent .table10 a:link,#kosyuContent .table10 a:visited {
	color: #333;
	text-decoration: none;
}
#kosyuContent .table10 a:hover,#kosyuContent .table10 a:active {
	color: #333;
	text-decoration: none;
}
.twoColLiqLtHdr #container #mainContent .top-menubox .top-koumoku .ul_line li {
	float: left;
	width: 9em;
	margin: 0px;
	background-image: url(images/icon_sankaku-cha.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-position: outside;
	display: block;
}
.twoColLiqLtHdr #container #mainContent .top-menubox .top-koumoku .ul_line {
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}

.twoColLiqLtHdr #container #mainContent .top-menubox .top-koumoku .ul_line .long {
	width: 14em;
}

.twoColLiqLtHdr #container #mainContent .top-menubox .top-koumoku .ul_line .short {
	width: 6em;
}
.twoColLiqLtHdr #container #mainContent .top-menubox .top_photo .mrgnt {
	margin-top: 18px;
}
#container #mainContent .article {
	padding-top: 1em;
}
#container #mainContent .box_shokuiku {
	clear: both;
	padding-bottom: 5px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#container #mainContent .box_syokuiku_l  {
	float: left;
	width: 410px;
}
#container #mainContent .box_shokuiku h2 {
	font-size: 1.2em;
	margin-top: 25px;
}



#container #mainContent .box_shokuiku h3  {
	color: #666;
	background-image: url(images/icon_maru-green.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 7px;
	clear: both;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
#container #mainContent .box_shokuiku p {
	line-height: 140%;
}


#container #mainContent .box_shokuiku .photo2 {
	margin-left: 130px;
	padding-top: 3px;
	padding-bottom: 10px;
	clear: both;
}
#container #mainContent .box_shokuiku .photo3 {
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 10px;
	clear: both;
}
#container #mainContent .box_shokuiku .photo2 li,#container #mainContent .box_shokuiku .photo3 li {
	padding: 0px;
	float: left;
	height: 172px;
	width: 230px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	list-style-type: none;
	display: block;
}

#container #mainContent .box_shokuiku .photo2 li img ,#container #mainContent .box_shokuiku .photo3 li img{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.break_after {
	page-break-after: always;
}
#container #mainContent .box_shokuiku .center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}
#site-search  {
	width: 270px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#site-search input  {
	float: left;
}
#site-search #textfield  {
	width: 195px;
	border: 1px solid #cbcbcb;
	background-color: #f4f4f4;
	padding: 3px;
	margin-right: 5px;
	min-height: 19px;
}

.table_syokuiku {
    margin-bottom: 5px;
    border-collapse: collapse;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.4em;
}
.table_syokuiku tr th {
	font-weight: normal;
	text-align: center;
	padding: 5px;
	color: #000;
	border-collapse:collapse;
	border: 1px solid #333;
	margin: 0px;
}
.table_syokuiku tr td {
	color: #000;
	padding: 5px;
	border-collapse:collapse;
	border: 1px solid #333;
	margin: 0px;
	vertical-align: top;
}
.table_syokuiku tr .td-b-bold {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}