/* reset
------------------------------------------------------------- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{
    color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }



/* clearfix 
------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}



/* body
-------------------------------------------------------------- */
body{
	font-family:Meiryo, メイリオ, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
}
/* header
------------------------------------------------------------- */

#header{
	width:100%;
	border-top: 5px solid #006765;
	background-color:#fff;
}
#header .head_content{
	width:980px;
	height:80px;
	margin:0 auto;
}
#header .head_content a{
	display:block;
	float:left;
	margin-top:14px;
}
#header .head_content p{
	display:block;
	float:left;
	margin:30px 0 0 40px;
	font-size:14px;
}
#header .btn_list{
	width:100%;
	height:52px;
	background:url("../img/common/head_list_bg.png");
}
#header .btn_list ul{
	width:980px;
	height:50px;
	margin:0 auto;
	border-left:1px solid #009488;
	border-right:1px solid #003534;
	
}
#header .btn_list ul li{
	display:block;
	width:163px;
	height:52px;
	float:left;
	background:url("../img/common/head_btn.png");
}
#header .btn_list ul .current{
	background:url("../img/common/head_btn_on.png");
}
#header .btn_list ul .tokushi{
	background:url("../img/common/head_btn_tokushi.png");
	float:right;
}
#header .btn_list ul li a{
	display:block;
	width:100%;
	height:100%;
	padding-top:15px;
	text-align:center;
	vertical-align: baseline ;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#header .btn_list ul .current a{
	color:#004B49;
}


/* footer
------------------------------------------------------------- */

.footer{
	height: 50px;
	background-color:#006765;
}

.copyrights{
	width:980px;
	margin:50px auto;
	text-align: right;
	font-size: 12px;
	font-color: #333333;
}

.footer_details{
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px 40px 0px 0px;
	float: left;
}

.footer_menu{
	width: 980px;
	text-align: left;
	margin: 0px auto 0;
	padding: 15px 0px 15px 0px;
}

.footer_details a{
	margin: -2px 0px 0px 0px;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

.footer_details img{
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
}


.top_btn{
	width:980px;
	margin:22px auto;
	text-align:right;

}


/* top_image
------------------------------------------------------------- */

.top_image{
	height: 180px;
	background: transparent url("../img/index/index_topimage_bg.png") repeat scroll 0% 0%;
	background-position: left top;
	background-size: cover;
	position: relatibe;
}
.top_image .block{
	width: 980px;
	margin: 0px auto;
	position:relative;
}
.top_image .block img{
	position:absolute;
	top:0px;
	left:0px;
}
.top_image .block div{
	position:absolute;
	top:60px;
	left:40px;
	background: url("../img/common/title_overaray.png") repeat scroll 0% 0%;
	width:200px;
	height:60px;
}
.top_image .block div h1{
	margin-top:14px;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:bold;
}




/* main
------------------------------------------------------------- */
body{
	background: transparent url("../img/index/index_background.png") repeat scroll 0% 0%;

}
#wrapper{
	background-position: left top;
	background-size: cover;
	width: 100%;
	position: relatibe;
}
#box{
	width: 980px;
	margin: 0px auto;
}

h2{
	background-color:#006765;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	display:block;
	width:970px;
	padding:15px 0 15px 10px;
}




