@charset "UTF-8";

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

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

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

#header {
}

#navi {
}

#footpath {
}

#contents {
}

#top_contents {
}

#main_contents {
}

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

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

