@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Style Info:     いろいろ
----------------------------------------------------------- */


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
    float: right;
	margin: 0px auto;
}

.imgL {
    float: left;
	margin: 0px auto;
}

.btn {
	text-align: center;
}

sup {
	font-size:7pt;
	vertical-align:top;
	}
	
.clear {
	clear: both;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: right;
}

#page .area {
	width: 790px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 790px;
	margin: 0px auto;
}


#contents .top {
	width: 790px;
	margin-top: 20px;
}

#contents .top img {
	vertical-align:bottom;
}



/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	margin:0;
	height:102px;
}

#header .inner {
	margin:0;
	height:102px;
	background:#f3f3f3 url(../img/bg-header.jpg) no-repeat left top;
}

#header .inner h1 {
	margin:25px 5px 0 0;
	width:770px;
	font-size:x-small;
	line-height: 1.3;
	text-align:right;
	font-weight:normal;
	color:#041f15;
	float:right;
}




/*----------------------------------------------------
	#g_navi
----------------------------------------------------*/
#navi {
	clear:both;
	height:300px;
	margin-bottom: 20px;
	background:#f3f3f3 url(../img/bg-top.jpg) no-repeat left top;
}

#gNav {
	float:left;
	margin:0 20px;
	padding: 0;
}

* html #gNav  {
	width:790px;
	margin-left:10px;
}

#gNav li {
	float: left;
	display: block;
	margin:0;
	padding:0;
}



/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	background:url(../img/bg-footer.gif) repeat-x;
	padding-top:5px;
	margin:10px 0 30px 0;
	text-align:center;
	font-size:x-small;
}
