﻿@charset "UTF-8";
/* CSS Document */

/*body - wrapper*/
body {
	font-family:meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	_font-family:Arial,meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: #e8f1ee;
}
#body_top{
	background:url(../images/header_footer/bg_body_top.jpg) repeat-x left top;
	height:100%;
}
#body_bottom{
	background:url(../images/header_footer/bg_body_bottom.gif) repeat-x left bottom;	
	height:100%;
}
#wrapper{
	width:990px;
	margin:0 auto;
}

/*header*/
#header{
	background:url(../images/header_footer/bg_header.png) repeat-y;
	height:80px;
	padding-right:34px;
	padding-left:38px;
}
#header_left{
	width:640px;
	float:left;
}
#header_right{
	width:244px;
	float:right;
}
#header_copytext{
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
}

#header_logo{
	float:left;
	width:240px;
}
#header_login{
	float:right;
	width:388px;
}
#header_login_text{
	padding-top:18px;
	padding-bottom:6px;
}
#header_login_text img{
	vertical-align:middle;
}
#header .member_regist a{
	color:#ff4200;
	font-weight:bold;
}
#header .member_regist a:hover{
	color:#ff8459;
	font-weight:bold;
}
#header_login_text_02{
	line-height:2;
}
#header_login_text_02 img{
	vertical-align:middle;
}
#header_btn{
	height:27px;
	margin-bottom:18px;
}
#header_btn ul{
	padding-left:62px;
}
#header_btn li{
	float:left;
}
#header_link{
	text-align:right;
}
#header_link a{
	font-size:10px;
}
#header_link img{	
	vertical-align:middle;
}
/*header_menu*/
#header_menu{
	background:url(../images/header_footer/bg_header_menu.png) no-repeat;
	height:50px;
	padding-right:34px;
	padding-left:36px;
}
#header_menu_left{
	width:600px;
	float:left;
}
#header_menu_right{
	width:244px;
	float:right;
}

#header_menu ul{
	
}
#header_menu li{
	float:left;
}
#header_menu_right p{
	text-align:right;
	font-weight:bold;
	padding-top:12px;
}
#header_menu_right a{
	color:#fff;	
}
/*header_sub_menu*/
#header_sub_menu{
	background:url(../images/header_footer/bg_header_sub_menu.png) no-repeat;
	height:46px;
}
#header_sub_menu ul{
	margin-left:36px;
	padding-top:2px;
}
#header_sub_menu li{
	float:left;
	margin-right:18px;
}
/*header_breadlist*/
#header_breadlist{
	background:url(../images/header_footer/bg_header_sub_menu.png) no-repeat;
	height:46px;
}
#header_breadlist ul{
	margin-left:36px;
	padding-top:2px;
}
#header_breadlist li{
	float:left;
	margin-right:9px;
}
#header_breadlist img{
	vertical-align:middle;
}
/*footer_sub_menu*/
#footer_sub_menu{
	background:url(../images/header_footer/bg_footer_sub_menu.png) no-repeat;
	height:36px;
	line-height:36px;
}
#footer_sub_menu p{
	margin-left:30px;
	color:#666;
	font-size:10px;
}
#footer_sub_menu a{
	color:#666;
}
/*footer_menu*/
#footer_menu{
	background:url(../images/header_footer/bg_footer_menu.png) no-repeat;
	height:39px;
}
#footer_menu_left{
	width:770px;
	float:left;
}
#footer_menu_left ul{
	margin-left:21px;	
}
#footer_menu_left li{
	float:left;	
}
#footer_menu_right{
	width:132px;
	float:right;
}
/*footer*/
#footer{
	background:url(../images/header_footer/bg_footer.png) repeat-y;
	padding-bottom:20px;
}
#footer_left {
	width:700px;
	float:left;
}
#footer_left p{
	margin-left:30px;
	color:#666;
	font-size:10px;
}
#footer_left a{
	color:#666;
}
#footer_right {
	width:270px;
	float:right;
}
#footer_right p{
	margin-right:25px;
	padding-top:4px;
}
#footer_copytext{
	background:url(../images/header_footer/bg_footer.png) repeat-y;
}
#footer_copytext p{
	width:936px;
	border-top:1px solid #ecf1f7;
	padding-top:8px;
	padding-bottom:12px;
	font-size:10px;
	margin:0 auto;
	text-align:center;
}