@charset "UTF-8";

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

.mng_line {
	width:960px;
	margin-left: auto;margin-right: auto;
	text-align:left;
}

#container {
	width:960px;
	margin-left: auto;margin-right: auto;
	text-align:left;
}

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

#navi {
}

#footpath {
	
}

#contents {
	
}

#top_contents {
}

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

#sub_module3,
#main_module,
#sub_module4 {
	margin-right:220px;
	margin-left:220px;
}

#side_contents_left {
	width:210px;
	float:right;
}

#side_contents_right {
	width:210px;
	float:left;
}

#bottom_contents {
	clear:left;
}

#footer {
	clear:left;
}
