@charset "utf-8";
html {
	background:#7AAD32 ;

}
body {
	font: 100% 'メイリオ',Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
	font-size:12px;
	line-height:1.7;
	background: #FFFFFF;
}
/********************共通レイアウト***********/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	padding:0;
	margin: 0;
}
a img {border:0;}
.clear {clear:both;}
/*********************************************/
/**カラーサンプル

green:#7AAD32;
***/
/************************************************/
#container {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}
h1 {
	font-size:11px; 
	font-weight: normal;
	text-align: left;
	width: 30px ;
	text-indent: -9999px;
	overflow: hidden;
	}

#wrapper {
	width: 850px;
	overflow: hidden;
	text-align:left;
	margin:0 auto;

}
#header {
	text-align:left;
}
#header h2 {
	margin-top: 30px;
}
#header h2 a {
	display: block;
	width: 356px;
	height: 33px;
	text-indent:-9999px;
	background:url("../img/common/title.gif") no-repeat left top;
}
#header ul.main_menu {
	margin:10px 0;
	width: 880px;
	height: 47px;
	margin-right: -30px;
	background:url("../img/common/main_menu_bar.gif") no-repeat left top;
	padding-left:4px;
	list-style:none;

}
#header ul.main_menu li{
	float: left;
	width:113px;
	height: 37px;
	margin:5px 8px 0 0;

}
#header ul.main_menu li a {
	width:113px;
	height: 37px;
	display: block;
	overflow: hidden;
	text-indent:-9999px	;
}

#header ul.main_menu li#home a {background:url("../img/common/menu_home.gif") no-repeat left top;}
#header ul.main_menu li#policy a {background:url("../img/common/menu_policy.gif") no-repeat left top;}
#header ul.main_menu li#works a {background:url("../img/common/menu_works.gif") no-repeat left top;}
#header ul.main_menu li#blog a {background:url("../img/common/menu_blog.gif") no-repeat left top;}
#header ul.main_menu li#travel a {background:url("../img/common/menu_travel.gif") no-repeat left top;}
#header ul.main_menu li#profile a {background:url("../img/common/menu_profile.gif") no-repeat left top;}
#header ul.main_menu li#contact a {background:url("../img/common/menu_contact.gif") no-repeat left top;}

#header ul.main_menu li#home a:hover {background:url("../img/common/menu_home.gif") no-repeat left -37px;}
#header ul.main_menu li#policy a:hover {background:url("../img/common/menu_policy.gif") no-repeat left -37px;}
#header ul.main_menu li#works a:hover {background:url("../img/common/menu_works.gif") no-repeat left -37px;}
#header ul.main_menu li#blog a:hover {background:url("../img/common/menu_blog.gif") no-repeat left -37px;}
#header ul.main_menu li#travel a:hover {background:url("../img/common/menu_travel.gif") no-repeat left -37px;}
#header ul.main_menu li#profile a:hover {background:url("../img/common/menu_profile.gif") no-repeat left -37px;}
#header ul.main_menu li#contact a:hover {background:url("../img/common/menu_contact.gif") no-repeat left -37px;}

#header ul.main_menu li#home a#stay {background:url("../img/common/menu_home.gif") no-repeat left -37px;}
#header ul.main_menu li#policy a#stay {background:url("../img/common/menu_policy.gif") no-repeat left -37px;}
#header ul.main_menu li#works a#stay {background:url("../img/common/menu_works.gif") no-repeat left -37px;}
#header ul.main_menu li#blog a#stay {background:url("../img/common/menu_blog.gif") no-repeat left -37px;}
#header ul.main_menu li#travel a#stay {background:url("../img/common/menu_travel.gif") no-repeat left -37px;}
#header ul.main_menu li#profile a#stay {background:url("../img/common/menu_profile.gif") no-repeat left -37px;}
#header ul.main_menu li#contact a#stay {background:url("../img/common/menu_contact.gif") no-repeat left -37px;}

#header ul.main_menu li a:hover {
	background-position: left -37px;
}


#contents {
	margin: 20px 0;
	}

#contents #left{
	float: left;
	width: 180px;
	margin-right:20px;
}
#contents #left h3 {
	border: none;
	background:url("../img/common/left_title.gif") no-repeat left top;
	padding:5px;
	text-align:center;
}
#contents #left ul {
	border-top:1px dotted #DDD;
}
#contents #left ul li{
	border-bottom:1px dotted #DDD;
	font-weight: bold;
}
#contents #left ul li a {
	color: #7AAD32;
	display: block;
	width: 160px;
	padding: 8px 5px 8px 15px;
	background:url("../img/common/list02.gif") no-repeat 2px center;
	text-decoration: none;
}
#contents #left ul li a:hover {
	background: #e8f1c7 url("../img/common/list02.gif") no-repeat 2px center;
}

/**********************sub_menu***********************/
#contents #left .sub_menu h3 {
	border: none;
	background:url("../img/common/left_title.gif") no-repeat left top;
	padding:5px;
	text-align:center;
}
#contents #left .sub_menu ul {
	border-top:1px dotted #DDD;
}
#contents #left .sub_menu ul li{
	border-bottom:1px dotted #DDD;
	font-weight: bold;
}
#contents #left .sub_menu ul li.disable {
	width: 160px;
	padding: 4px 5px 4px 15px;
	background:url("../img/common/list02.gif") no-repeat 2px center;
	color: #999;
}

#contents #left .sub_menu ul li a {
	color: #3e8eca;
	display: block;
	width: 160px;
	padding: 4px 5px 4px 15px;
	background:url("../img/common/list02.gif") no-repeat 2px center;
	text-decoration: none;
}
#contents #left .sub_menu ul li a:hover {
	background: #e8f1c7 url("../img/common/list02.gif") no-repeat 2px center;
}
/*****************************************/
#contents #right{
	float: left;
	width: 650px;
	overflow-x:hidden;
}


/************footer**************/
.pagetop {clear:both;float:right;margin:20px 0 0 0;}
.pagetop a {
	display: block;
	width: 100px;
	height: 26px;
	text-indent:-9999px;
	background:url("../img/common/pagetop.gif") no-repeat left top;
}
#footer {
	clear:both;
	text-align:left;
	background:#7AAD32 url("../img/common/foot_bg.gif") repeat-x left top;
	padding:40px 0 10px 0;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
#foot_wrapper {
	width:850px;
	margin:0 auto;
}
#footer .bottom_text {
	color: #FFF;
}
#bottom_logo {
	float: right;
	text-align: left;
	margin-top:-60px;
}
#bottom_logo a {
	display:block;
	background:#7AAD32 url("../img/common/bottom_logo.gif") no-repeat left 20px;
	width: 105px;
	height:54px;
	text-indent:-9999px;

}



