@charset "utf-8";
a {
	color:#0000FF;
	text-decoration:none;
	}
a:hover {
	color:#3300FF;
	text-decoration:underline;
	text-align: right;
	}	
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(img/mainbg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style1 {font-size: 14px;}
/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/

#container{
	background-color:#FFEEF3;
	width:800px;
	text-align:left;
	margin:0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#header {
	background-color: #FFEEF3;
	padding: 0;
	width: 800px;
	height: 200px;
	background-image: url(img/toplogo2.gif);
	background-repeat: no-repeat;
	background-position: left;
} 
#headcatch{
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	width: 280px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#headcatch2{
	float: right;
	width: 300px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 24px;
	clear: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
	height: 130px;
}
#mainContent1 {
	padding: 0 20px;
	background-color: #FFEEF3;
}
#mainContent2 {
	background-color: #FFEEF3;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 760px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
#mainContent3 {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 760px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	padding-top: 15px;
	background-image: url(img/bg_heart.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
}

#mainContentleft {
	background-color: #FFEEF3;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 515px;
	clear: both;
	float: left;
}
#mainContentright {
	background-color: #FFEEF3;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 8px;
	margin-top: 0px;
	float: left;
	width: 250px;
}

#Content_access {
	background-color: #FFFF99;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer {
	background-color: #FFEEF3;
	font-size: small;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
} 
.clearfloat {clear:both; }

/* メニューのスタイル */
#navi{
	width: 760px;
	background-color: #F9879F;
	border: 1px solid #999999;
	padding-right: 15px;
	padding-left: 22px;
}
#navi li{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#navi li.home{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#navi ul,#navi li {
	margin:0;
	padding:0;
	list-style:none;
}
#navi a,#navi a:link,#navi a:visited{
	text-decoration:none;
	color:#FFFFFF;
	background-color:#F9879F;
	font-size:16px;
	position:relative;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 137px;
	text-align: center;
	padding: 6px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F9879F;
	display: block;
}
#navi a:hover{
	color:#FF6699;
	top:1px;
	background-color: #FFFFFF;
	width: 137px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	padding: 6px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F9879F;
	text-align: center;
	display: block;
}
#active{
	color:#FF6699;
	top:1px;
	background-color: #FFFFFF;
	width: 137px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F9879F;
	text-align: center;
	padding: 6px;
	font-weight: bold;
	display: block;
	line-height: 28px;
}
.active{
	color:#333333;
	top:1px;
	background-color: #FFFFFF;
	width: 137px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-align: center;
	padding: 6px;
	font-weight: bold;
	display: block;
}

/* imgスタイル */
#img1{
	float:left;
	margin-left:5px;
	margin-top:0px;
	clear: left;
}
#img2{
	top: 0px;
	right: 0px;
	width: 303px;
	height: 104px;
	margin-top: 90px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#img3{
	float:left;
	width:314px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 10px;
	margin-left: 15px;
}
#img4{
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	height: 123px;
	width: 164px;
}
#img5{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	clear: both;
}
#img6{
	float:right;
	top: 0px;
	right: 0px;
	clear: both;
}
.imgtoplogo{}
/* indexページ */
.to_top{
	text-align: left;
	font-size: medium;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 30px;
}

#topnews{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #333333;
	background-color: #C9F2C9;
	width: 740px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#topimagearea{
	width: 740px;
	background-color: #FFFFFF;
	border: thin solid #666666;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.05em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	padding-top: 5px;
	margin-top: 5px;
}
#topimagearea_s{
	width: 538px;
	background-color: #FFFFFF;
	border: thin solid #666666;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.05em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 100px;
	margin-left: 100px;
}
#toposhirasearea{
	width: 740px;
	background-color: #FFFFFF;
	border: thin solid #666666;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.05em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	padding-top: 5px;
	margin-top: 5px;
	height: 90px;
}

#access{
	width: 250px;
	float: right;
	background-color: #FFFFFF;
	border: thin solid #666666;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.05em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 2px;
	padding-top: 5px;
}
#topjigyou1{
	width: 216px;
	float: left;
	border: medium solid #F297B1;
	margin-right: 8px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-bottom: 15px;
	height: 230px;
}
#topjigyou2{
	width: 200px;
	float: left;
	border: medium solid #F9BE19;
	margin-right: 5px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#topjigyou3{
	width: 200px;
	float: left;
	border: medium solid #F25220;
	margin-right: 5px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#toprinen{
	background-color: #FFEEF3;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 5px;
	padding-left: 80px;
	width: 600px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
}
.toprinen_title{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
	font-weight: bold;
	color: #6160F1;
	text-align: center;
}
.toprinentxt{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 21px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
}
#topkihon{
	padding-top: 8px;
	padding-bottom: 8px;
	border: thin solid #FF99CC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	width: 250px;
	line-height: 16px;
	padding-right: 3px;
	padding-left: 3px;
}
#topbanner1{
	margin-right: 5px;
	margin-bottom: 1.5px;
}
#topjigyounaiyou1{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	border-bottom-width: thin;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F297B1;
	border-left-color: #F297B1;
}
#topjigyounaiyou2{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #F9BE09;
	border-bottom-width: thin;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F9BE09;
}
#topjigyounaiyou3{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #F25220;
	border-bottom-width: thin;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F25220;
	border-left-color: #F25220;
}
.top_j_title1{
	text-align: center;
}
.top_j_title2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	letter-spacing: normal;
}
.top_j_title3{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
	letter-spacing: normal;
}
.top_t_title{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 0.01em;
}
.topjigyou{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 17px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	list-style-position: outside;
	vertical-align: middle;
}
.topjigyou2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	list-style-position: outside;
}
.topjigyou_kouteki{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	list-style-position: outside;
	text-indent: 2em;
}


/* テキストスタイル */
.textM{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #000000;
	line-height: 23px;
	text-align: center;
}
textM_blue{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #03C;
	line-height: 23px;
	font-weight: bold;
}
.textM_bold{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #333333;
	line-height: 23px;
	font-weight: bold;
}
.textL{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	margin-right: 20px;
	margin-left: 20px;
	letter-spacing: 0.1px;
	text-align: left;
}
.text1{
	text-align: left;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 28px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.text2{
	text-align: left;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 10px;
}
.topto{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	text-align: right;
}
.pagetitle{
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F9879F;
	text-align: left;
	width: 250px;
}
.subtitle{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #F9879F;
	padding-left: 10px;
}
.subpagetitle{
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F9879F;
	text-align: center;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.s_subtitle{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #999999;
}
.text_kouteki{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}
.midashi1{
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* コンテンツボックススタイル */
#container #mainContent2 div .textM_blue {
	color: #03C;
}
#container #mainContent2 div .textM_blue {
	font-weight: bold;
}
.page_cont{
	text-align: left;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.page_cont2{
	text-align: left;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.page_cont3{
	text-align: left;
	font-size: 14px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.page_cont4{
	text-align: left;
	font-size: 14px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 23px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.page_contaccess{
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.page_cont_riha{
	text-align: left;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/* kodawariページ */
#kodawari_con{
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
}
.kodawari{
	font-size: medium;
	line-height: 25px;
}

/* haisyokuページ */
#haisyoku_con{
	font-size: medium;
	line-height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	width: 420px;
	text-align: justify;
	float: left;
}
#haisyoku_con2{
	font-size: medium;
	line-height: 25px;
	padding-right: 30px;
	padding-left: 10px;
	width: 600px;
	text-align: justify;
	float: left;
	padding-bottom: 15px;
}
#haisyokumenubox{
	width: 220px;
	border: 3px dashed #F30;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

/* shidashiページ */
#shidashi_con{
	width: 630px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
#sidasibox{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 24px;
	width: 450px;
	border: medium double #999999;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 10px;
	padding-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	color: #333;
}
#sidasibox2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 25px;
	width: 300px;
	border: medium solid #99CC33;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: left;
	margin: 10px;
}
#shidasiimg{
	width: 630px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#s_menubox{
	margin-right: 30px;
	margin-left: 30px;
}
.s_menu{
	list-style-position: inside;
	list-style-type: circle;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	text-indent: 1em;
	border: thin solid #666666;
	width: auto;
}
.img_shidashimenu{
	width: 164px;
}
.shidashibento_table{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 20px;
	vertical-align: text-top;
	text-align: left;
}
/* moushikomiページ */
#moushikomibox{
	width: 600px;
	border: thin double #999;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	color: #333;
}
.mousikomi_li{
	list-style-type: none;
	font-size: 16px;
	line-height: 23px;
	color: #333;
}
.mousikomi_text{
	list-style-type: none;
	font-size: 16px;
	line-height: 23px;
}
.textmoushikomi_table{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 20px;
	vertical-align: text-top;
	text-align: left;
	color: #333;
}
.aboutwco{
	list-style-type: circle;
	font-size: 16px;
}
#kouenkai{
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}
.kouenkaibox{
	text-align: left;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 28px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#nakamaimg{
	height: 157px;
	width: 350px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
}
#osiraseimg{
	margin: 5px;
	float: right;
}
#kamoiimg{
	margin: 5px;
	float: right;
	clear: both;
}
.oshirasetxt{
	text-align: left;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 28px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oshirasetxt_day{
	text-align: left;
	font-size: 16px;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 28px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
#accessmap{
	padding-top: 10px;
	padding-right: 72px;
	padding-bottom: 10px;
	padding-left: 72px;
}
.accesstxt{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	width: 190px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.policytxt{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	line-height: 26px;
	text-indent: 18px;
}
.policytxt2{
	height: 60px;
	width: 200px;
	text-align: left;
	left: 500px;
	clear: both;
	float: right;
}
.policytxt0{
	font-size: 11px;
	line-height: 18px;
	color: #0000FF;
}
.table1{
	text-align: left;
	vertical-align: top;
}
.update_txt{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	text-align: right;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* 2013 */
#toplogarea{
	width: 400px;
	background-color: #FFFFFF;
}
#logbox{
	float:left;
	width:720px;
	height:80px;
	padding:5px 0 0 0;
	padding:0.5em;
	overflow:auto;
	border: 1px solid #CCCCCC;
	scrollbar-face-color: #ffffff; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #cccccc; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #cccccc; /*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color: #cccccc; /*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color: #ff9933; /*矢印の色*/
	scrollbar-track-color: #fbf8ee; /*背面の色*/
	scrollbar-darkshadow-color: #cccccc;
	background-color: #FFFFFF;
}
.new{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
}
.newsmove{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 21px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
}

.newsdate{
	font-size: 18px;
	font-weight: bold;
	color: #6160F1;
}
#toposhirasearea{
	width: 740px;
	background-color: #FFFFFF;
	border: 1px solid #F5C9CA;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.05em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	padding-top: 5px;
	margin-top: 5px;
	height: 128px;
}
.daykamoiriyou {
	font-weight: bold;
	font-size: 16px;
}
.daykumasanimage{
	float: right;
	margin: 3px;
}
#daikumasanriyou{
	float: left;
	width: 680px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.daykumatxtarea{
	float: left;
	height: 180px;
	width: 420px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#daykumasannewsbox{
	height: auto;
	width: 680px;
	background-color: #FFFFCC;
}
.oshirasetxt_day201310{
	text-align: left;
	font-size: 16px;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 28px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 467px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.daykumasan_koshintxt{
	background-position: top;
	vertical-align: top;
}
.oshirasetxt_last{
	text-align: left;
	font-size: 16px;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 28px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
