@charset "UTF-8";

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333333;
	line-height: 1.1em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div,p,img {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 5px 0px;
	padding: 0px;
}
img {
	border-style: none;
}
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #40A503;
	text-decoration: none;
}
a:visited {
	color: #40A503;
	text-decoration: none;
}
a:hover {
	color: #7ECC20;
	text-decoration: underline;
}
a:active {
	color: #7ECC20;
	text-decoration: underline;
}

/* --- ドキュメント全体 --- */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	border-right: 1px solid #CECEB5;
	border-left: 1px solid #CECEB5;
	border-bottom: 1px solid #CECEB5;
	overflow: auto;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
}
#header2 {
	margin: 0px;
	padding: 0px;
	height: 130px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#topbanner {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#topnavi {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
/* ---------------------------------------------------------------- *
	トップナビ部分の設定です
 * ---------------------------------------------------------------- */
#topnavi ul {
	font-size: 1em;
	color: #333333;
	margin: 10px 0px 0px;
	padding: 0px 18px;
	list-style: none;
}
#topnavi li {
	display: inline;
	background-image: url(img/list_sg.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding: 2px 10px 2px 20px;
}
#topnavi a, #topnavi a:link, #topnavi a:visited {
	text-decoration: none;
	color: #333333;
}
#topnavi a:hover, #topnavi a:active {
	color: #7ECC20;
	text-decoration: none;
}


/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */
#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.memo {
	background-color: #F1E3D1;
	padding: 10px;
	margin: 0px;
}




/* ---------------------------------------------------------------- *
	メイン／コンテンツ部分の設定です
 * ---------------------------------------------------------------- */
#contents #main {
	height: auto;
	width: 860px;
	margin: 0px 18px 0px 0px;
	padding: 0px;
	float: right;
}
/* ---------------------------------------------------------------- *
	メイン／コンテンツ部分の設定です
	＜フォームのページ用：左ナビなしタイプ＞
 * ---------------------------------------------------------------- */
#contents #main_center {
	height: auto;
	width: 860px;
	margin: 0px auto;
	padding: 0px;
}

/* ---------------------------------------------------------------- *
	フッター部分の設定です
 * ---------------------------------------------------------------- */
#footer {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 900px;
	background-color: #EAEBD8;
	clear: both;
}
#footer #foot1 {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	border-top: 1px solid #CECEB5;
}
#footer #foot1 a:link, #footer #foot1 a:visited {
	color: #333333;
	text-decoration: none;
}
#footer #foot1 a:hover, #footer #foot1 a:active {
	color: #996633;
	text-decoration: none;
}
#footer #foot1 ul {
	margin: 10px 10px;
	padding: 0px 18px;
	list-style: none;
}
#footer #foot1 li {
	background-image: url(img/list4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline;
	margin: 0px;
	padding: 3px 10px 3px 20px;
}
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-size: 10px;
	margin: 0px;
	padding-bottom: 10px;
}

/* ---------------------------------------------------------------- *
	メイン詳細／コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

#main #maincontents {
	margin: 0px 0px 18px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	line-height: 1.2em;
}

/* --- ローカルナビ／メイン部分の設定です --- */
#main #about {
	background-image: url(enethan/img/enethan_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 18px;
	padding: 0px;
	height: 70px;
}
#about .about1 {
	margin: 0px;
	padding: 10px 12px;
}
#about .about1 ul {
	margin: 5px 0px 0px 2px;
	padding: 0px;
	list-style: none;
}
#about .about1 li {
	background-image: url(img/list_sg2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: inline;
	padding: 2px 0px 2px 15px;
	margin: 0px 15px 0px 0px;
}
#about .about1 a:link, #about .about1 a:visited {
	color: #5E5939;
	text-decoration: none;
}
#about .about1 a:hover, #about .about1 a:active {
	color: #7ECC20;
	text-decoration: underline;
}

/* ページトップへ */
.pagetop {
	clear: both;
	text-align: right;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}

/* 商品詳細 */


#goods table {
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	color:  #333333;
}
#goods table tr {
}
#goods table th {
	background-color: #E3E3E3;
	/*border-right: 1px solid #B7B7B7;*/
	border-bottom: 1px solid #B7B7B7;
	
}
#goods table td {
	/*border-right: 1px solid #B7B7B7;*/
	border-bottom: 1px solid #B7B7B7;
	text-align:left;
	/*vertical-align:text-top;*/
	
}


#goods2 table {
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	color: #333333;
}
#goods2 table tr {
}
#goods2 table th {
	background-color: #E3E3E3;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	background-color:#FFF;
	
}
#goods2 table td {
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	text-align:left;
	vertical-align:text-top;
	background-color:#FFF;
	
}







/* H2, H3 など */
.h2_1 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	background-color: #79BD2F;
	background-image: url(img/h2_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	margin: 0px 0px 18px;
	padding: 10px 10px 2px 12px;
}
.h2_1 a, .h2_1 a:link, .h2_1 a:visited, .h2_1 a:hover, .h2_1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.h2_1_form {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	background-color: #79BD2F;
	height: 23px;
	margin: 0px 0px 18px;
	padding: 10px 10px 2px 12px;
}

.h2_2 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #5E5939;
	letter-spacing: 0.1em;
	background-image: url(img/h2_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	margin: 0px 0px 18px;
	padding: 10px 10px 2px 12px;
}
.h2_3 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #5E5939;
	letter-spacing: 0.1em;
	background-image: url(img/h2_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	margin: 0px 0px 18px;
	padding: 10px 10px 2px 12px;
}
.h2_4 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #5E5939;
	letter-spacing: 0.1em;
	margin: 0px 0px 18px;
	padding: 15px 10px 5px 8px;
	border-bottom: 2px solid #C1C594;

}
.h2_5 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	margin: 0px 0px 18px;
	padding: 10px 10px 2px 12px;
}
.h2_5 a, .h2_5 a:link, .h2_5 a:visited, .h2_5 a:hover, .h2_5 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.h2_6 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	background-color: #C00;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	margin: 0px 10px 5px 0px;
	padding: 10px 10px 2px 12px;
}
.h2_6 a, .h2_5 a:link, .h2_5 a:visited, .h2_5 a:hover, .h2_5 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.h3_1 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #40A503;
	letter-spacing: 0.1em;
	margin: 0px 0px 15px;
	padding: 9px 10px 8px 0px;
	background-image: url(img/h3_1.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
/* Q&A */
.q {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #5E5939;
	letter-spacing: 0.1em;
	margin: 0px 0px 18px;
	padding: 5px 10px 5px 30px;
	background-image: url(img/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.a {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #5E5939;
	letter-spacing: 0.1em;
	margin: 0px 0px 18px;
	padding: 0px 10px 10px 30px;
	background-image: url(img/a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px dotted #968E5A;
}
/* --- メイン詳細部分の設定です --- */
.name_e {
	font-family: Arial, Helvetica, sans-serif;
	color: #40A503;
	font-weight: bold;
}
.name {
	color: #40A503;
	font-weight: bold;
}
.left {
	margin: 0px 18px 0px 0px;
	padding: 0px;
}
.catch {
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #5B5B51;
}
.catch2 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #40A503;
}
.catch3 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #B07C68;
}
.catch4 {
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #993300;
}
.catch5 {
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: normal;
	color: #993300;
}
.catch6 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #993300;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}
.strong {
	font-weight: bold;
	color: #40A503;
}
.strong2 {
	font-weight: normal;
	color: #40A503;
}
.strong3 {
	font-weight: normal;
	color: #666600;
}

.strong4 {
	font-weight: normal;
	color: #DB6915;
}

.performance {
	margin: 10px 10px 10px 60px;
	padding: 0px;
}
#spec1 {
	margin: 0px 0px 10px;
	padding: 10px;
	background-color: #E2F2D0;
}
#spec1 ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: disc;
}
#spec1 li {
	margin: 0px 0px 5px;
	padding: 2px 0px;
}
#spec2 {
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
}
#spec2 ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: disc;
}
#spec2 li {
	margin: 0px;
	padding: 2px 0px;
}
.list {
	margin: 0px;
	padding: 0px;
}
.list ul {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	list-style: disc;
}
.list li {
	margin: 0px;
	padding: 1px 0px;
}

.section {
	margin: 10px 0px 18px;
	padding: 0px;
	height: 5px;
	border-bottom: 1px dotted #C1C594;
}
.section-b {
	border: 1px solid #C1C594;
}
.enethan1 {
	background-image: url(enethan/img/enethan_18.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin: 0px;
	padding: 0px;
}
.pillowzone {
	color: #669900;
	background-color: #CCE292;
	margin: 0px;
	padding: 2px 2px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.relaxzone {
	color: #E7824B;
	background-color: #FDD9AC;
	margin: 0px;
	padding: 2px 2px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.officezone {
	color: #6A9297;
	background-color: #C4DCE1;
	margin: 0px;
	padding: 2px 2px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.mattresszone {
	color: #ABA445;
	background-color: #FDEFC6;
	margin: 0px;
	padding: 2px 2px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.mar {
	margin: 0px;
	padding: 10px;
}
.mar3 {
	margin: 0px;
	padding-bottom: 3px;
}
.clear {
	clear: both;
}
