@charset "utf-8";
/* -----------------------------------------------------------
 reset
----------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{z-index:auto;font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


----------------------------------------------------------- */
.nav {
	overflow:hidden;
	width:100%;
	z-index:9999;	
}
.nav ul {
	clear:both;
	margin:20px 100px;
	width:795px;
}
.nav ul li {
	float:left;
	padding: 0;
	vertical-align: top;
}
.nav ul li a {
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

/* IE6 */
* html .nav ul li a {
	width:150px;
	text-indent:-9999px;
}

/* --------------------------------------------------------
 contents
----------------------------------------------------------- */
#contents {
	text-align:left;
	margin:0 auto;
	width:900px;
	padding:0 20px;
}
#contents h2 {
	clear:both;
}
#contents p {
	margin:30px 30px 0;
}

/* image */
.imgL { float:left; margin-right:10px; }
.imgR { float:right; margin-left:10px; }

/* --------------------------------------------------------
 footer
----------------------------------------------------------- */
#footer {
	padding:70px 0 40px;
	text-align:center;
}
/* -----------------------------------------------------------
 clearfix
----------------------------------------------------------- */
.clearfix:after,
#contents:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html .clearfix,
*:first-child+html #contents {
	min-height:1%;
}
* html .clearfix,
* html #contents {
	height:1%;
}