@charset "UTF-8";

/* レイアウト用ブロックの設定
左サイド固定−右メインフリー用
------------------------------------------------------------ */
body {
	text-align:center;
}

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

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

#header {
}

#navi {
}

#footpath {
	
}

#contents {
	
}

#top_contents {
}

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

/* メインコンテンツ下のブロック */
#sub_module3,
#main_module,
#sub_module4 {
	margin-left:260px;
}

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

#side_contents_right {
}

#bottom_contents {
}

#bottom_contents {
	clear:right;
}

#footer {
	clear:right;
}
