@charset "UTF-8";

/* ------------------------------------------------------------------------ */
/* ■全体のレイアウト関連 */ 
/* ------------------------------------------------------------------------ */

body{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #dee2e5;
	background-image:url("../common/bg_body.gif");
	background-repeat:repeat-x;
}

/* ↓このidは、ie6系,FF系の両ブラウザで中央配置する場合に必要 */
#wrapper{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #ccc; */ /*Firefoxの場合はこの色がローカルメニューの余白部分に反映*/
	/* width:860px; */
	/* border: solid 1px #eeeeee; */
	/* background-color:#ccc; */
	/* background-image:url("../common/bg_shadow.gif"); */ /*local_menuの余白部分をカバー */
	/* background-repea   t;repeat-y; */
}

#header{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/* width:860px; */
	/* height:110px; */
	/* background-color:#fff; */
	/* border-bottom:  solid 1px #eeeeee; */
}
#global_menu{
	text-align: left;
	margin-top:0;
	margin-right: auto;
	margin-left: auto;
	width:900px;
	height:35px;
	/* background-color:#DA3A6D; */
	/* border-bottom: solid 1px #eeeeee; */
	background-image:url("../common/bg_global_menu.gif");
	background-repeat: repeat-x;
	/* background-position: left top; */
}
#topic_path{
	text-align: left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:900px;
	height:30px;
	background-color:#fff;
	border: solid 1px #F2EFE9;
	/* background-image:url("../common/bg_topic_path.gif"); */
	/* background-repeat: no-repeat; */
}

#catch{
	margin-right:auto;
	margin-left:auto;
	width:900px;
}

#main{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:20px 0 20px 0;
	width:900px;
	background-color:#fff; /* ieの場合はこの色がローカルメニューの余白部分に反映 */
	/* background-image:url("../common/bg_sideline.gif"); */
}
#primary{
	text-align: left;
	padding:20px 10px 10px 10px;
	width:220px !important;
	width /**/:240px;
	background-color: #fff;
	display:block;
	float:left;
	/* border-top: solid 1px #eee; */
	/* border-right: solid 1px #eee; */
	/* border-bottom: solid 1px #eee; */
	/* border-left: solid 1px #eee; */
	/* background-image:url("../common/bg_sideline_l.gif"); */
}

#content{
	text-align: left;
	padding:20px 10px 10px 20px;
	width:630px !important;
	width /**/:660px;
	background-color:#fff;
	display:block;
	float:right;
	/* width:auto;
	height:auto;
	margin:0px 10px 0px 0px;
	line-height: 0; */
	/* background-image:url("../common/bg_sideline_r.gif") */
}
#content.top{
	text-align: left;
	padding:20px 20px 20px 20px;
	width:860px !important;
	width /**/:900px;
	background-color:#fff;
	display:block;
	float:right;
	/* margin:0px 10px 0px 0px; */
	/* background-image:url("../common/bg_sideline_r.gif") */
}

#footer{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/* padding-top:8px; */
	width:900px;
	/* height:30px; */
	/* padding:2px 0 0 0; */
	/* width:820px; */
	/* height:300px; */
	/* background-color:#7a0016; */
	clear:both; /* 回り込み解除 */
	/* border-top:solid 1px #eee; */
	/* border-bottom:solid 1px #eee; */
	/* background-image:url("../common/bg_footer.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:12px; */
}


