@charset "UTF-8";
/* 2 カラム用 */
/* 2009-09-20T16:45:21+09:00 */

/* 全体 */
.page,
.page .content.extra{
	background: url("/common_wr/images/page_2col_bg.gif") repeat-y 0 0;
}

* html .page .content.main .extra{
	background-image: none;
}

.page{
	background-position: 645px 0;
}

/* レイアウト */
.page .content.main{
	float: left;
	z-index: 10;
	width: 800px;
	margin-right: -165px;
}

.page .content.main ul.naborNav,
.page .content.main ul.insideNav ,
.page .content.main .section ul.insideNav{
	width: 613px;
}

.page .content.extra{
	float: right;
	z-index: 1;
	width: 165px;
	margin-top: 63px;
	margin-bottom: 50px;
}

/* セクション */
.page .content.main .section{
	width: 616px;
}

.page .content.main .section h2{
	background-image: url("/common_wr/images/h2_2col_bg.gif");
}

.page .content.main .section .section{
	width: auto;
}

