@charset "Shift_JIS";

/* base
------------------------------------------------------------ */
body{
background-color:#FFFFFF;
}

#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	display:inline-block;
	height:1%;
	min-height:1%;
	line-height:1.6;
	/* \*/display:block;/* */
}

#wrapper:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}


/* second base
------------------------------------------------------------ */
#content{
	text-align:left;
	display:inline-block;
	height:1%;
	min-height:1%;
	line-height:170%;
	/* \*/display:block;/* */
}

#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}


#gnavi{
	width:260px;
	float:left;
	margin-bottom:30px;
}

#header{
	position:relative;
	height:150px;
	background:#FFF;
}

#mainvisual{
	margin-bottom:20px;
	background:#FFF;
}

#main-content{
	width:960px;
	text-align:center;
	padding-left:5px;
	padding-right:15px;
}



#footer{
	clear:both;
	background:#e9e9e9 url(../img/texture_01.gif) repeat-x;
	height:left;
	padding:1px 0 0 0;
}
