@charset "utf-8";
/* CSS Document */

/*基本構造
----------------------------------------*/

div#wrapper{
	width:800px;
	margin:0 auto;
	background:url(../img/global_bg007.gif) repeat-y	;
}

div#container{
	width:800px;
	background:url(../img/global_bg006.gif) top no-repeat;
	text-align:left;
}

div#main{
	width: 535px;
	float: left;
	margin-bottom:10px;
}

div#sub{
	width: 247px;
	float: right;
	margin-bottom:10px;
}

div#footer{
	height:40px;
	clear:both;
	margin:0px 11px 0;
	background:url(../img/global_bg005.gif) no-repeat;
}

