@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:-485px;
}
#header {
}

#navi {
}

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

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

#top_contents {
}

#main_contents {

}
#main_module,
#main_contents_bottom,
#sub_module2,
#sub_module7 {
	margin-right:495px;
}
#sub_module3 {
	width: 49%;
	float:left;
	margin-left: 0;
}

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

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

#bottom_contents {
	clear:left;
}

#footer {
	clear:left;
}
