@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #FFE;
	background-repeat: repeat-y;
	background-position: center 250px;
}
a {
	color: #666;
}
a:hover {
	color: #F36;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
#header_area {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #333;
	background-image: url(img/head_area_bg.png);
	background-size:auto 200px;
	position: relative;
	height: 200px;
	margin-top: 5px;
}
#header_area_img {
	display: block;
	width: 140px;
	float: left;
	height: 200px;
}
#header_area_img a img {
	display: none;
}
#header_area_txt_box {
	display: block;
	overflow: hidden;
	float: left;
	width: 50%;
}
#header_area_txt_box_menu {
	display: block;
	height: 20px;
	font-size: 9px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#header_area_txt_box_menu a span {
	line-height: 20px;
	background-color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
	border-radius:3px;
}
#header_area_txt_box_menu a img {
	display: none;
	float: left;
	height: auto;
}
#header_area_txt_box_h1_box {
	display: block;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	color: #FFF;
}
#header_area_txt_box_h1_box h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#header_area_txt_box_h1_under {
	margin-top: 5px;
	color: #FFF;
	font-size: 10px;
}
#menu_area {
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	display: none;
}
#topicpath {
	display: none;
}
#menu_box {
	display: block;
	overflow: hidden;
}
#menu_area ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: none;
}
#menu_area li {
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 50%;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 3px;
}
#menu_area li a {
	display: block;
	list-style-type: none;
	color: #666;
	text-decoration: none;
	width: 97%;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
	border: 1px solid #999;
}
#menu_area li a:hover {
	color: #F36;
}
#menu_area li a.current {
	color: #F36;
}
#main_area {
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	padding-bottom: 50px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.main_area_bnr_box {
	display: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.main_area_bnr_box_under {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.main_area_h2_box {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.main_area_h2_box h2 {
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFF;
	background-image: url(img/h2_bg.png);
	background-repeat: no-repeat;
	line-height: 31px;
	background-position: right;
}
.main_area_h2_box_h2_under {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #53B3D3;
	border-bottom-color: #53B3D3;
	border-left-color: #53B3D3;
}
.main_area_h2_box_h2_under p img {
	height: auto;
	width: 100%;
}
.main_area_h3_box {
	display: block;
	padding: 0px;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.main_area_h3_box h3 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #053E61;
	background-repeat: no-repeat;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #053E61;
}
.main_area_h3_box_h3_under {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #35A6CB;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main_area_h3_box h4 {
	color: #33ADD6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33ADD6;
}
.main_area_h3_box ol{}
.main_area_h3_box li{
	color: #666;
}
.main_area_h3_box_h3_under img {
	width: 100%;
	height: auto;
}
.taigu {
	display: block;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.taigu img {
	height: auto;
	width: 66px;
	display: block;
	float: left;
}
.img_padding_10 {
	display: block;
}
.main_area_h3_box_h3_under p {
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
.main_area_h3_box_h3_under_txt_1 {
	display: block;
	overflow: hidden;
}
.main_area_h3_box_h3_under_txt_2 {
	height: 20px;
	text-align: right;
	display: block;
	line-height: 20px;
	margin-top: 35px;
}
.main_p {
	display: block;
	overflow: hidden;
}
.main_p img {
	height: auto;
	width: 48%;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
#oubo_btn {
	display: block;
	overflow: hidden;
}
#oubo_btn img {
	margin-right: 2px;
	margin-left: 2px;
	height: auto;
	width: 48%;
}

/*********************************************メイン****トピックス****/
#topix {
	background-image: url(img/topics.png);
	display: block;
	overflow: hidden;
	background-color: #FFF;
	box-shadow: 2px 2px 3px 1px #CCC;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

#topix_area {
	display: block;
	padding: 0px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topix_area .title {
	font-size: 12px;
	font-weight: bold;
	color: #09C;
	margin-top: 20px;
}
#topix_area .title a {
}
#topix_area .date {
	font-size: 11px;
	color: #09C;
	margin-top: 5px;
}
#topix_area .txt {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#topix_area .txt img, #topix_area .txt a img {
	display: none;
}
#topix_area .txt a img:hover {

}

/*********メイン****トピックス　ここまで************/


#footer_area {
	text-align: center;
	line-height: 35px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-color: #F69;
	display: block;
	height: 35px;
}

#footer_area ul{
	padding: 0px;
	width: 100%;
	text-align: center;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}

#footer_area li:nth-child(2n+1) {
  clear: both;
}


#footer_area li a {
	color: #FFF;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	width: 50%;
	height: 35px;
	text-align: center;
	background-color: #F69;
	box-shadow:inset 0px 0px 1px #FFFFFF;
	-webkit-box-shadow:inset 0px 0px 1px #FFFFFF;
	-moz-box-shadow:inset 0px 0px 1px #FFFFFF;
	-ms-box-shadow:inset 0px 0px 1px #FFFFFF;
	line-height: 35px;
}
#footer_area li a:hover {
	color: #333;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	background-color: rgb(255,255,255);
	display: block;
}

#entry_box {

}
#entry_box a {
	text-align: center;
	display: block;
	position: relative;
	border: 2px solid rgb(153,153,153);
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 36px;
	background-color: rgb(255,255,255);
	width: 200px;
	font-weight: bold;
	height: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	box-shadow:2px 2px 3px #333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: -30px;
}
