@charset "utf-8";

/* --------------------------------------------------------------------------------------
 090703 追加（暫定リフォームトップページ用）
--------------------------------------------------------------------------------------- */


.reform-main-menu { display: block; clear: both; width: 655px; }
.reform-main-menu a:link img    { border: solid 2px #E3E3E3; }
.reform-main-menu a:visited img { border: solid 2px #E3E3E3; }
.reform-main-menu a:hover img   { border: solid 2px #FF6600; }

.reform-side-menu { display: block; clear: both; width: 180px; }
.reform-side-menu a:link img    { border: solid 2px #E3E3E3; }
.reform-side-menu a:visited img { border: solid 2px #E3E3E3; }
.reform-side-menu a:hover img   { border: solid 2px #FF6600; }

.reform-side-menu {
/*
	text-align: center;
	width: 183px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	*/
}
.reform-side-menu a{
/*
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	*/
}
.reform-side-menu a:hover {
/*
	background-color: #FFFF99;
	text-decoration: none;
	*/
}


/*　見出し　*/
h6 {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	background-color: #EFE4D8;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #4E3820;
	color: #000000;
}


.title-brown-slash {
	font-size: 18px;
	line-height: 40px;
	background-image: url(../reform/images/title_brown_slash_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #382510;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}


.title-cerulean-slash {
	font-size: 18px;
	line-height: 40px;
	background-image: url(../reform/images/title_cerulean_slash_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #09174D;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}


.title-turquoise-slash {
	font-size: 18px;
	line-height: 40px;
	background-image: url(../reform/images/title_turquoise_slash_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom: 3px solid #00283C;
}


.title-khaki-slash {
	font-size: 18px;
	line-height: 40px;
	background-image: url(../reform/images/title_khaki_slash_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom: 3px solid #303018;
}


.title-crimson-slash {
	font-size: 18px;
	line-height: 40px;
	background-image: url(../reform/images/title_crimson_slash_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom: 3px solid #420D0D;
}


.title-gray-slash {
	font-size: 18px;
	line-height: 40px;
	background-image: url(../reform/images/title_gray_slash_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #333333;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/*　本文　*/
.txt-regular { font-size: 10pt; line-height: 1.7; letter-spacing: 2px; }


/*　QA　*/
.q-txt {
	line-height: 200%;
	font-size: 14px;
	color: #006699;
	padding-bottom: 10px;
}


.a-txt {
	line-height: 200%;
	font-size: 14px;
	color: #CC0000;
}


.qa-icon {
	vertical-align: -2%;
}


.qa-line {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*　リスト 　*/
.menu-list                    {
	margin: 0 0 0 20px;
	padding: 0px;
	list-style-type: none;
}


/*　リフォームのポイント　*/
.txt-caption {
 font-size: 18px;
 font-weight: bold;
}

.txt-price   { 
font-weight: bold; color: #990000; 
letter-spacing: 1px;
font-size: 14pt; 
font-style: normal;
line-height: 1.5; }


/*　商品ラインナップ　*/
.lineup-img {
 margin-top: 10px;
 margin-right: 7px;
 margin-bottom: 5px;
}

.price-explanation {
 font-size: 12px;
 color: #FFFFFF;
 background-color: #F43702;
 font-weight: bold;
 padding: 2px;
}

/*　注意・警告文 　*/
.txt-notice-regular { font-size: 10pt; line-height: 1.5; color: #990000; letter-spacing: 1px; }
.txt-notice-bold    { color: #990000; letter-spacing: 1px; font-weight: bold; }



/* --------------------------------------------------------------------------------------
 090731 追加（暫定リフォームトップページ用）
--------------------------------------------------------------------------------------- */

#main {
	margin: 0 auto;
	width: 877px;
	text-align: left;
	overflow: hidden;
}

