@charset "UTF-8";

/* レイアウト用ブロックの設定
------------------------------------------------------------ */
body {
	text-align:center;
}

.mng_line {
	width:100%;
	margin-left: auto;margin-right: auto;
	text-align:left;
}

#container {
	width:100%;
	margin-left: auto;margin-right: auto;
	text-align:left;
}

#col_wrap {
	width:100%;
	float:left;
	margin-right:-250;
}
#header {
}

#navi {
}

#footpath {
	width:950px;margin-left: auto;margin-right: auto;
}

#contents {
	width:950px;margin-left: auto;margin-right: auto;
}

#top_contents {
}

#main_contents {
	width:100%;
	float:right;
	margin-left:-250;
}

#sub_module3,
#main_module,
#main_contents_bottom {
	margin-right:250;
	margin-left:250;
}
#sub_module4 {
		width: 49%;
		float:left;
		margin-left: 0;
}

#sub_module7 {
		width: 49%;
		margin-right: 0;
		float:right;
}

#side_contents_left {
	width:250;
	float:right;
}

#side_contents_right {
	width:250;
	float:left;
}

#bottom_contents {
	clear:left;
}

#footer {
	clear:left;
}




