@charset "Shift_JIS";

/*====================================
	1column design styles
====================================*/


/*container
------------------------------------*/
#wrapper{
	width:700px;
}

#contents{
	width:700px;
	background: url(../img/bg_contents_1column.gif) top center no-repeat;
	}

/*header
------------------------------------*/
#header{
	width:700px;
}

/*gnavi
------------------------------------*/
#gnavi{
	width:700px;
}

/*main
--------------------------------------*/
#main{
	margin-right:auto;
	margin-left:auto;
}

/*footer
------------------------------------*/
#footer{
	width:670px;
}


