@charset "utf-8";
/* CSS Information ====================
File name: interior.css
description: メインコンテンツinteriorページ部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,09

目次
*インポートunderlayer.css（下層ページ共通レイアウト）

*レフトコンテンツ（インテリアの選び方）
==================================== */

@import url("../../../common/css/underlayer.css");	/* 下層ページ共通レイアウト */

/* ここから個別レイアウト設定（レフトカラム部分）====================================================================== */


#primary-contents #contentsBox {
	width: 650px;
	margin: 20px 15px 0;
}

#contentsBox .section-lv2 {
	margin-bottom: 20px;
	padding-bottom: 25px;
	background: url(../../../common/images/circleLine.gif) repeat-x 0 100%;
}

#contentsBox .CLnone {
	background: none;
}

#contentsBox .section-lv2 .section-lv3 {
	margin-top: 15px;
	padding-bottom: 15px;
}

#contentsBox .section-lv2 .section-lv3 .letterBox_w430 {
	width: 430px;
}

#contentsBox .section-lv2 .section-lv3 .letterBox_w440 {
	width: 440px;
}

#contentsBox .section-lv2 .section-lv3 .letterBox_w490 {
	width: 490px;
}

#contentsBox .section-lv2 h5 {
	margin-bottom: 12px;
	font-size: 150%;
	line-height: 1em;
	color: #006600;
}

#contentsBox .section-lv2 p {
	font-size: 120%;
	line-height: 1.6em;
}