@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;
	text-decoration: underline;
}
a:hover {
	color: #F36;
}

.clear {
	clear: both;
}
a img {
	border: none;
}
#header_area {
	display: block;
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	height: 258px;
	background-image: url(img/head_area_bg.png);
	background-repeat: no-repeat;
}
#header_area_img {
	display: block;
	width: 432px;
	position: absolute;
	left: -255px;
	height: 258px;
}

#header_area_txt_box {
	width: 550px;
	height: 200px;
	margin-left: 177px;
}
#header_area_txt_box_menu {
	display: block;
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
	overflow: hidden;
}
#header_area_txt_box_menu span {
	display: none;
}


#header_area_txt_box_h1_box {
	margin-left: 10px;
	display: block;
	margin-bottom: 0px;
	padding: 0px;
	height: 40px;
	margin-top: 60px;
	margin-right: 0px;
	color: #FFF;
}
#header_area_txt_box_h1_box h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

#header_area_txt_box_h1_under {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	height: 75px;
	line-height: 25px;
	color: #FFF;
}


#menu_area {
	height: 50px;
	margin-top: 10px;
	background-image: url(img/menu_bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: bottom;
	position: relative;
	top: -60px;
	overflow: hidden;
}


#menu_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}


#menu_area ul {
	margin: 0px;
	padding: 0px;


}
#menu_area li {
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
}
#menu_area  li a {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	color: #666;
	height: 35px;
	text-decoration: none;
	padding-top: 15px;
}
#menu_area li a:hover {
	color: #FFF;
	background-image: url(img/menu_bg_on.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu_area li a.current {
	background-image: url(img/menu_bg_current.png);
	background-repeat: repeat-x;
	color: #FFF;
}

#main_area {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 50px;
	background-image: url(img/main_bg.png);
	background-repeat: repeat-y;
	position: relative;
	top: -60px;
	padding-right: 11px;
	padding-left: 11px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main_area_bnr_box {
	display: block;
	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: 40px;
	margin-right: 20px;
	margin-left: 20px;
	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;
}
.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_h3_box {
	display: block;
	padding: 0px;
	margin-left: 20px;
	margin-top: 30px;
	margin-right: 20px;
	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 {
	height: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #35A6CB;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main_area_h3_box_h3_under img {
	float: left;
	margin-right: 5px;
}
.main_area_h3_box_h3_under p {
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
.main_area_h3_box_h3_under_txt_1 {
	height: 125px;
}
.main_area_h3_box_h3_under_txt_2 {
	height: 20px;
	text-align: right;
	display: block;
	line-height: 20px;
	margin-top: 35px;
}
.img_padding_10 {
	margin-right: 10px;
	margin-left: 10px;
}
#oubo_btn {
	display: block;
	overflow: hidden;
	text-align: center;
}
#oubo_btn img {
	margin-right: 10px;
	margin-left: 10px;
}
/*********************************************メイン****トピックス****/
#topix {
	background-image: url(img/topics.png);
	position: absolute;
	left: 0px;
	display: block;
	width: 150px;
	overflow: hidden;
	background-color: #FFF;
	top: 320px;
	box-shadow: 2px 2px 3px 1px #CCC;
	background-repeat: no-repeat;
	background-position: left top;
}

#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: 15px;
}
#topix_area .title a {
}
#topix_area .date {
	font-size: 11px;
	color: #09C;
	margin-top: 5px;
}
#topix_area .txt {
	padding:0px 0px 15px 0px;	
	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 {
	position: relative;
	top: -60px;
	width: 100%;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer_area #bg_area {
	width:100%;
	height: auto;
	display: block;
	background-color: #FF2D62;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFEE;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	box-shadow:inset 0px -40px 50px #EA003A , 0px 2px 3px #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFEE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}

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

#footer_area li {
}
#footer_area li:nth-child(6n+1) {
	clear:both
}
#footer_area li a {
	font-size:85%;
	display: block;
	width: 131px;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#footer_area li a:hover {
	background-color:#FFFFFF;
	color:#FF3366;
	border-radius:2px;
}
#entry_box {
	text-align: center;
	display: none;
}
.clear {
	clear: both;
}
