@charset "UTF-8";


/*======================================
	基本
=======================================*/

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
ul,ol,dl {
	list-style: none;
	list-style-type: none;
}



/*======================================
	サイト構成
=======================================*/
html {
    overflow: auto;
}
body {
    overflow: hidden;
    min-width: 920px;	/* 余白 10px * 2 */
}
#wrap {
	max-width: 900px;
	background-color: #fff;
	margin: 0 auto;
}
#main, #footer_content, #footer {
	width: 900px;
	margin: 0 auto;
}


/*======================================
	link
=======================================*/
/*
a:hover { 
	text-decoration:underline; 
}
*/
a img {
	border: none;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
/*
	background: #fff;
*/
}
a:hover img.nolight {
	filter: none;
	opacity: 1;
}



/*======================================
	header
=======================================*/
#header {
/*
	width: 900px;
*/
	height: 89px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 24px;
	left: 0;
	border: none;
}
#header p {
	position: absolute;
	top: 24px;
	right: 0;
}


/*======================================
	global menu
=======================================*/
#gmenu {
	background: url("img/gmenu_back.jpg") no-repeat;
	position: relative;
	width: 1000px;
	margin: 0 -50px 35px;
	height: 60px;
}
#gmenu ul {
	width: 900px;
	margin: 0 auto;
}
#gmenu a {
	display: block;
	float: left;
	margin-left: 3px;
}
#gmenu li:first-child a {
	margin-left: 0;
}



/*======================================
	footer
=======================================*/
#footer {
	margin-top: 5em;
}
#footer_content {
	margin-left: -50px;
	position: relative;
}
#footer a {
	display: block;
	width: 105px;
	height: 126px;
	position: absolute;
	top: 0;
	left: 816px;
}



/*======================================
	その他
=======================================*/

/* 見出し */
.h_title1 {
	background: url("img/h_title1.png") 0 0 no-repeat;
	color: #333;
	font-size: 120%;
	height: 50px;
	line-height: 52px;
	padding-left: 70px;
	margin-bottom: 1.5em;
}
.h_title2 {
	background: url("img/h_title2.png") 0 0 no-repeat;
	color: #333;
	font-size: 120%;
	height: 50px;
	line-height: 50px;
	padding-left: 70px;
	margin-bottom: 1.5em;
}
.h_title3 {
	background: url("img/h_title3.png") left 9px no-repeat;
	color: #333;
	font-size: 110%;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	margin-bottom: 0.5em;
}
.h_title3 a {
	color: #333;
}
.h_title3 a:hover {
	color: #087a23;
}

