@charset "UTF-8";


/* /////////////////////////////////////////////////////////
 global
///////////////////////////////////////////////////////// */

.clear {
	clear: both;
}

/* clearfix
----------------------------------------------- */
/* floatしたboxが親boxからはみ出すのを回避 */
.clearfix:after,
#content:after,
#sub dl dd:after {
	height: 0;
	visibility: hidden;
	content:".";
	display: block;
	clear: both;
}
.clearfix,
#content,
#sub dl dd {
	display: inline-table;
	min-height: 1px; /* IE 7 */
}
/* Hides from IE - mac \*/
* html .clearfix,
* html #content,
* html #sub dl dd {
	height: 1%;
}
.clearfix,
#content,
#sub dl dd {
	display: block;
}
/* End hide from IE-mac */


/* /////////////////////////////////////////////////////////
 header #sNav
///////////////////////////////////////////////////////// */

#header #sNav {
	position: absolute;
	top: 82px;
	left: 0;
	margin: 10px 0 0;
	padding: 13px 5px 0px 5px;
	width: 180px;
	height: 67px;
	background: #F4F2E4;
}
#header #sNav li {
	margin: 0 0 3px 0;
}


/* /////////////////////////////////////////////////////////
 container
///////////////////////////////////////////////////////// */

#container {
	position: relative;
}

/* /////////////////////////////////////////////////////////
 ccontaine > rontent
///////////////////////////////////////////////////////// */

#content {
	position: relative;
	width: 850px;
	margin-top: 80px;
	padding-top: 20px;
}
#content .vImg {
	position: absolute;
	top: -80px;
	left: 0;
	margin-left: 200px;
}
#content .section {
	margin: 0 auto;
	width: 820px;
}


