@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;
}

#header {
}

#navi {
}

#footpath {
	width:870px;margin-left: auto;margin-right: auto;
}

#contents {
	width:870px;margin-left: auto;margin-right: auto;
}

#top_contents {
}

#main_contents {
	width:100%;
	float:right;
	margin-left:-206px; 
}
#wrap_contents_right,
#sub_module4,
#sub_module7 {
	margin-left:206px;
}
#side_contents_left {
	width:206px;
	float:right;
}

#main_module {
	width:49%;
	float:left;
}
#sub_module5 {
	width:49%;
	float:right;
}
#bottom_contents {
	clear: both;
}

#footer {
	clear:both;
}


