﻿@charset "UTF-8";

/* ********** reset ********** */

* {margin:0; padding:0;}
img {border:none;}
table {	border-collapse:collapse;}
table, tr, td, th {border:none;}
ul,li {list-style-type: none;}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	background: #fff;
	font-size:12px;
	color: #333;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* ********** layout ********** */


div#header {
	padding: 10px 0 0;
	width: 730px;
}
div#contents {
	width: 700px;
	padding: 4px 0 0 15px;
	margin: 0 auto 0;
}
div#pdt_menu {
	float: left;

	width: 110px;
	padding-top: 4px;
}
div#pickup {
	float: right;
	
	width: 62px;
}
div#footer {
	clear: both;
	
	margin-bottom: 10px;
	padding-top: 15px;
}

/* ********** header ********** */

h1 {
	height: 66px;
	margin-right: 23px;
	padding-left: 23px;
	background-image: url(./_img/e_logo.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
h5, h5 a {
	font-size: 0.9em;
	color: #93c21e;
	font-weight: normal;
}
h5 a:hover {
	color: #666;
}

#footpath {
	clear: left;

	height: 26px;
	margin: 1px 5px 0 0;
	padding: 7px 0 0 10px;
	font-size: 12px;
	color: #666;
	
	background-image: url(./_img/bg_telno.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#site_seach {
	float: left;

	width: 40%;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
}
#site_seach  input {
	font-size: 12px;
}
#top_menu {
	float: right;

	width: 55%;
	height: 18px;
	padding: 6px 6px 2px 0;
	text-align: right;
	font-size:12px;
}
#top_menu li, #page_menu li,#footer_menu li {
	display: inline;
	padding: 0 2px 0 4px;
}
#top_menu li+li, #page_menu li+li, #footer_menu li+li {
	border-left: solid 1px #000;
}

#page_menu li a:link {
	color: #999;
}

#page_menu {
	text-align: right;
	font-size: 12px;
}

/* ********** contents ********** */

h2 {/* ページタイトル */
	padding: 8px 0 6px 3px;
	font-size: 1.5em;
	color: #333;
	width: 691px;
	border-left: solid 5px #999;
	border-bottom: solid 1px #999;
}

h3 {/* セクションタイトル */
	margin-top: 5px;
	padding: 6px 0 0 10px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	background: url(./_img/bg_tab.gif) no-repeat;
}
.box {
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #ccc;
}
.infobox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #efe;
	border: solid 1px #ccc;
}
.introduction {/* 紹介 */
	margin-bottom: 5px;
	padding: 5px;
	text-indent: 1em;
	line-height: 1.33em;
}
.message {/* 声明 */
	text-indent: 1em;
	line-height: 1.75em;
}
.info {/* 情報 */
	line-height: 1.5em;
}
.exposition {/* 説明 */
	line-height: 1.75em;
}

.stamp {/* 署名 */
	text-align: right;
	padding: 10px 5px 5px 0;
}

.end_anchor {/* go TOP */
	width:25px;
	height:68px;
	
	position:fixed;
	right:0px;
	bottom:50px;
	
	text-indent:-9877em;
	background:transparent url(./_img/mn_gotop.gif) no-repeat scroll 0% 50%;
}
.end_anchor a {
	display: block;
	width: 25px;
	height: 68px;
}
.shop_anchor {/* go http://e-comfortshop.com */
	width:20px;
	height:300px;
	
	position:fixed;
	top:0px;
	right:3px;
	
	text-indent:-9877em;
	background:transparent url(./_banner/shopcom.gif) no-repeat scroll 0% 0%;
}
.shop_anchor a {
	display: block;
	width: 20px;
	height: 300px;
}
.blog2_anchor {/* go http://ameblo.jp/e-comfort/ */
	width:25px;
	height:115px;
	
	position:fixed;
	top:100px;
	left:0;
	
	text-indent:-9877em;
	background:transparent url(./_banner/ameblo_ecomf.gif) no-repeat scroll 0% 0%;
}
.blog2_anchor a {
	display: block;
	width: 25px;
	height: 115px;
}


/* ********** menu ********** */

#pdt_menu .box {
	text-align: center;
	padding: 0;
	border: none;
}
#pdt_menu ul {
	margin-bottom: 7px;
	background-color: #fff;
/*	padding: 2px 0 0 2px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
*/}

#pdt_menu li a {
	display: block;
	
	width: 93px;	/* 110px */
	height: 18px;	/*  24px */
	
	margin-bottom: 1px;
	padding: 6px 0 0 17px;
	
	font-size: 12px;
/*	font-weight: bold;
*/	text-decoration: none;
	color:#666;
	
	background-image: url(./_img/mn3.gif);
	background-repeat: no-repeat;
}
#pdt_menu li a:hover {
	color:#6c0;
	text-decoration:underline;
	background-image: url(./_img/mn3_a.gif);
}

/* ********** pickup ********** */

#container #pickup h3 {
	width: 60px;
	height: 80px;
	
	margin: 0;
	padding: 5px 0 0;
	border: none;
	
	background-image: url(./_img/pickup.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 1em;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}
#container #pickup a {
	display: block;
	height: 60px;
	border: solid 1px #fff;
}
#container #pickup a:hover {
	border: solid 1px #93c21e;
}

/* ********** footer ********** */
#footer_menu {
	height: 30px;
	padding-top: 15px;
	text-align: center;
	font-size:11px;
	background: url(./_img/bg_footmenu.gif);
	background-repeat:repeat-x;
}
#footer_menu a {
	color: #666;
}

h6 {
	margin-top: 3px;
	font-size: 13px;
}
#co_info {
	width: 805px;
	height: 76px;
	
	padding: 10px 30px 10px 10px;
	background: url(./_img/bg_corp.gif) no-repeat;
}
#co_info #sign {
	padding-left: 20px;
	float: left;
}
#co_info #pic {
	float: right;
}
#co_info #sign p {
	padding-top: 4px;
}

/* *********************************************************** */


/* ********** #news ********** */

#news #contents {
	padding: 4px 0 0 5px;
}

#news .newslist {
	height: 300px;
	overflow: auto;
	
	font-size: 12px;
}
#news .newslist a {
	color: #930;
}

#news .notification {
	padding: 15px 5px;
}

#news .notification .title{
	padding-bottom: 10px;
	font-size: 1.5em;
	color: #339933;
}
#news .notification .text{
	line-height: 1.5em;
	text-indent: 1em;
}

#news dt {
	float: left;
	width: 70px;
	
	padding: 3px 0 0 3px;
}
#news dd {
	float: left;
	width: 530px;
	padding: 3px 0 0 0;
}

/* ********** #productlist ********** */

#productlist h3 {
	clear: left;

	padding-top: 10px;
	background: none;
	border-bottom: solid 3px #ccc;
	
	font-size: 1.17em;
}

#productlist .group {
	padding-left: 0px;
}
#productlist .group .item {
	float: left;

	width: 185px;
	height: 80px;
	margin: 10px  0 0 10px;
	padding: 5px;

	border: solid 1px #ccc;

	color: #999;
	font-size: small;
}
#productlist .group .item img {
	float: left;
	margin-right: 5px;
}
#productlist .group .item a {
	display: block;

	width: 180px;
	height: 80px;
	
	color: #999;
}
#productlist .group .item a:hover {
	color: #93c21e;
}
#productlist .group .item .p_name {
	display: block;
}
#productlist .group .item .pricerange {
	display: none;

	margin-top: 10px;
	
	text-align: right;
	color: #a00;
	font-size: 1em;
	font-family: 'Helvetica','Arial','sans-serif';
}
/* ********** #showroom ********** */

#showroom #contents a {
	color: #930;
}
#showroom #contents dl {
	margin: 1em;
}
#showroom #contents dt {
	float: left;
	
	margin: 0 1em 0.7em 0;
	font-weight: bold;
}
#showroom #contents dd {
	margin: 0 1em 0.7em 0;
}
#showroom .picture_box {
	padding-left: 5px;
}

/* ********** #contact ********** */

#contact .box {
	padding: 15px;
}
#contact .infobox a {
	color: #930;
}

#contact #contents dl {
	clear: both;
	padding: 10px 0;
	border-top: solid 1px #eee;
}
#contact #contents dt {
	float: left;
	
	width: 150px;
}

#contact #contents dd {
	margin-left /**/:160px;	/* not IE6use hack */
	width: 430px;
	
	line-height: 1.5em;
}
*:first-child+html #contact #contents dd {
	margin-left:0;	/* IE7use hack */
}

#contact sup {
	color: #F00;
}
#contact .caution {
	text-align: right;
}
#contact .command {
	padding: 10px 0;
	text-align: center;
}
#contact .command input {
	margin-right: 10px;
}

/* ********** #qanda ********** */

#qanda p.message {
	margin-bottom: 10px;
}

#qanda #contents dt {
	margin-top: 10px;
	padding: 5px 0 2px 12px;
	
	background-color: #333;
	color: #fff;
	font-size: 1.17em;
	font-weight: bold;
}
#qanda #contents dd {
	padding: 3px 12px 2px 12px;
	border-bottom: dashed 1px #ccc;

}

/* ********** #shopinfo ********** */

#shopinfo table {
	margin: 15px;
}
#shopinfo th, #shopinfo td {
	padding: 5px;
	vertical-align: top;
	border: solid 1px #999;
	
	line-height: 1.5em;
}
#shopinfo tr {
}
#shopinfo th {
	width: 160px;
	
	background-color: #efd;
}
#shopinfo #contents strong {
	color: #900;
}
#shopinfo #contents ol, #shopinfo #contents dl, #shopinfo #contents p {
	line-height: 1.5em;
	margin-bottom: 20px;
}
#shopinfo #contents ol,#shopinfo #contents dl {
	margin-bottom: 10px;
}
#shopinfo #contents dt {
	font-weight: bold;
}
#shopinfo #contents dd {
	margin-left: 1em;
}

#shopinfo #contents h4 {
	margin: 10px 5px 5px 0;
	padding: 3px;
	background-color: #cf9;
}
#shopinfo .box {
	margin-right:5px;
	padding: 10px;
}
#shopinfo div.box p {
	margin-bottom: 12px;
}

#shopinfo dl.caution {
	margin-left: 15px;
}
#shopinfo .caution dt {
	width: 100px;
	background-color: #999;
	padding-left: 5px;
	color: #900;
}
#shopinfo .caution dd {
	width: 300px;
	margin: 0;
	padding: 5px;
	border: solid 1px #999;
	color: #666;
}
#shopinfo .flow li {
	list-style-type:decimal;
	margin-left: 25px;
}

#header {
	width: 700px;
	background-color: #FFFFFF;
	margin: 0 auto 0;
}

#header_h2 {
	text-align: right;
	font-size: 9px;
	width: 700px;
	margin-bottom: 10px;
}

#header_menu {
	margin-left: 570px;
}

#header_menu ul {
	height: 17px;

	border-left: 1px solid #ccc;
}
#header_menu li {
	float: left;
	height: 13px;
	padding:2px 5px;
		
	border-right: 1px solid #ccc;
}
#header_menu li a {
	display:block;
	float: left;
	height: 13px;
	
	font-size:11px;
	color: #999;
}
#header_menu li a:hover {
	color: #000;
}


#footpath {
	width:700px;
	margin :0 auto 10px;
	clear: left;
}

