@charset "UTF-8";
/* CSS Document */

/** Universal Reset

-----------------------------------------*/
html,
body {
	height: 100%;
}

body {
	font-family: Lucida Grande, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, sans-serif;
	line-height: 150%;
	font-size:15px;
	color: #2f3e436;
	word-wrap:break-word;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,p{
	margin: 0;
	padding:0;
}

ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 100%;
}

li img {
    vertical-align: bottom;
}

img {
	border: 0;
}

#main a {
	color: #3B97C5;
	text-decoration:underline;
	font-weight:bold;
}

#main a:hover {
	color: #3B97C5;
	text-decoration:none;
	font-weight:bold;
}

a {
	border: 0;
	color: #666666;
	text-decoration:none;
}

a:focus {
	-moz-outline-style: none;
}

a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/** Utility
-----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 1%;
}
* html .clearfix {
	zoom:1;
}
*+html .clearfix {
	zoom:1;
}

/** globalmenu
-----------------------------------------*/
#menu_box {
	width:950px;
	height:56px;
	margin:0 auto 0px auto;
	position: relative;
}

#menu_box ul#gnavi h2{
	margin: 0px 0px 0px 0px;
}

#menu_box ul#gnavi {
	height:44px;
}

#menu_box ul#gnavi li {
	float:left;
	margin: 0px 0px 0px 0px;
}

#menu_box ul#gnavi li.end {
	float:left;
	margin: 0px 0px 0px 0px;
}

#menu_bk {
	background:url(../images/common/menu_bk.jpg) repeat-x;
	height: 56px;
}

/** Common Layout

-----------------------------------------*/
#wrapper {
	width: 100%;
	background:url(../images/common/contents_bk.jpg) repeat-x;
	padding: 20px 0px 0px 0px;
}

#contents{
	width: 950px;
	margin: 0px auto 0px auto;
	clear: both;
	overflow: hidden;
}

/** Header
-----------------------------------------*/
#header {
	width:950px;
	height:84px;
	margin:0 auto 0px auto;
	position: relative;
}
#header p,
#header h1{
	float:left;
	margin: 30px 0px 0px 0px;
}


#header ul#s_m {
	position:absolute;
	top:25px;
	left:690px;
	width: 253px;
}

#header ul#s_m li {
	float:left;
	margin: 0px 10px 0px 0px;
}
#header ul#s_m li.end{
	float:left;
	margin: 0px 0px 0px 0px;
}


/** mainimg_wrap
-----------------------------------------*/
#mainimg_wrap {
	clear:both;
	width:100%;
	background: url(../images/index/main_bk.jpg) no-repeat center;
	background-color:#333333;
}

/** main
-----------------------------------------*/
#main{
	width:950px;
	overflow: hidden;
	max-height: 100%;
	background-color: #FFFFFF;
}

#main h4{
	margin: 25px 0px 10px 0px;
}


/** PageTop
-----------------------------------------*/
.pagetop{
	width: 100px;
	float: right;
	padding-bottom: 20px;
	margin-top: 10px;
}


	/*ページトップへ戻るボタン*/
#PageTopBtn{
		position: fixed;
		width: 100%;
		bottom: 0px;
		left: 0px;
	}

#PageTopBtn .inner{
	width: auto;
	padding: 0px 35px 45px 35px;
	text-align: right;
		}

/** Footer
-----------------------------------------*/

#footer {
	width:860px;
	margin:0 auto;
}

#footer h4{
	margin:0px auto 10px auto;
}

#footer_blue{
	color:#FFFFFF;
	text-align:center;
	width:100%;
	padding:10px 0 10px;
	background-color: #003A3A;
	margin: 20px 0 0px;
}
