@charset "UTF-8";

/* レイアウト用ブロックの設定
------------------------------------------------------------ */
body {
	text-align:center;
}

.mng_line {
	width:850px;
	margin-left: auto;margin-right: auto;
	text-align:left;
}

#container {
	width:850px;
	margin-left: auto;margin-right: auto;
	text-align:left;
}

#header {
}

#navi {
}

#footpath {
	
}

#contents {
	
}

#top_contents {
}

#main_contents {
	width:100%;
	float:left;
	margin-right:-430px; 
}
#main_module,
#sub_module2,
#sub_module7 {
	margin-right:440px;
}
#side_contents_right {
	width:430px;
	float:left;
}
#sub_module4 {
	width:49%;
	float:left;
}
#sub_module5 {
	width:49%;
	float:right;
}
#bottom_contents {
	clear: both;
}

#footer {
	clear:both;
}

