@charset "UTF-8";

/* 

layout_1column.css

*/

body {
	text-align:center;
	background:#fff url(../img/body_bg.gif) repeat-x 0 0;
}
body#index {
	background:#fff url(../../img/index_bg.gif) repeat-x 0 0;
}

div#header {
	width:956px;
	margin:0 auto;
	text-align:left;
}

div#menu {
	width:961px;
	margin:0 auto;
	text-align:left;
}

div#container {
	width:956px;
	margin:0 auto;
	text-align:left;
}

div#contents {
	float:right;
	width:725px;
}
#index div#contents {
	width:574px;
}

div#navigation {
	float:left;
	width:210px;
}
#index div#navigation {
	width:364px;
}
.to_top clearfix{
	clear:both;
	}
div#footer {
	width:100%;
}
div#footer_inner {
	width:961px;
	margin:0 auto;
	text-align:left;
}


