/* CSS Document */

@charset "UTF-8";

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

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

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

#header {
}

#navi {
}

#footpath {
}

#contents {
}

#top_contents {
}

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

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

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

#bottom_contents {
 width:100%;
 clear:left;
}

#footer {
 width:100%;
 clear:left;
}
