@charset "UTF-8";

/*トップページ==============================*/
#header{
	margin: 0 auto;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	color: White;
	height: 60px;
}

#image{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	text-indent: -9999px;
}

#info {
	position: relative;
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
}

#contents{
	clear:both;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 900px;
}

/*==============================*/

#image img{
	display: block;
	position: relative;
	margin: 0 auto;
}

/*==============================*/

#info img{
	margin: 0 auto;
	vertical-align: middle;
}
#info a{
	float: left;
}
.normal em.info {
	display: block;
	float: right;
	text-align: left;
	width: 500px;
	color: red;
	font-weight: bold;
	font-style: normal;
	text-indent: -9999px;
	background-image: url(../img/attention.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 40px;
	margin:5px 15px 15px;
}
#info em.info {
	display: block;
	float: right;
	text-align: left;
	width: 500px;
	color: red;
	font-weight: bold;
	font-style: normal;
	text-indent: -9999px;
	background-image: url(../img/attention.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0 10px;
}


/*==============================*/

#crumbs {
	background-color: #EBEBEB;
	border-top: 1px solid #CCCCCC;
	clear:both;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	width: 900px;
}

#crumbs p {
	padding-left: 10px;
}

/*==============================*/

#contents div.sidebar_left{
	width: 160px;
	margin: 10px 5px 0 5px;
	clear: both;
	float: left;
	font-size: x-small;
}

#contents div.sidebar_left h2 {
	border-left: 3px solid #1C4FAB;
	font-weight: normal;
	padding-left: 3px;
	font-size:12px;
	margin-bottom: 15px;
}

#contents div.sidebar_left p {
	text-align: center;
	line-height: 160%;
}

#contents div.sidebar_left p.time {
	font-weight: bold;
	font-size:small;
	margin-top: 5px;
}

#contents div.sidebar_left p.showroom {
	margin-top: 30px;
	text-align: left;
	font-size: x-small;
	line-height: 150%;
}

#contents div.sidebar_left p.showroom span {
	display: block;
	text-align:right;
	width:100%;
}

/*==============================*/

#contents div.basis{
	float: left;
	width: 540px;
	padding: 10px 5px 10px 20px;
	font-size:12px;
	line-height: 1.8em;
	background: White url(../img/hr_y.gif) repeat-y left;
	margin-bottom: 30px;
}

#contents div.basis h2{
	margin-bottom: 15px;
}

#contents div.basis ul {
	margin-left: 15px;
}

#contents div.basis ul li {
	list-style: none;
}

#contents div.basis div.products {
	width: 180px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

/*==============================*/

#contents div.normal {
	width: 900px;
	padding: 5px;
	text-align: center;
	margin-bottom: 30px;
}

#contents div.normal div.inner {
	width: 560px;
	margin: 0 auto;
	text-align: left;
}

#contents div.normal h2 {
	color: #1C4FAB;
	text-align: left;
	margin: 10px;
	margin-top: 15px;
	float: left;
}

#contents div.normal h3 {
	clear: both;
	margin: 15px 10px;
	text-align: left;
}

#contents div.normal dl.sitemap {
	margin: 0 50px;
	text-align: left;
	font-size: 1.7em;
	color: #1C4FAB;
	clear:both;
}

#contents div.normal dl.sitemap dt {
	border-left: 5px solid #FC9AA2;
	padding: 5px;
	margin-top: 30px;
}

#contents div.normal dl.sitemap dd {
	margin-left: 70px;
}

#contents div.normal dl.sitemap dd ul li {
	list-style: none;
	line-height: 180%;
}

#contents div.normal table {
	border-collapse:collapse;
	width: 100%;
}

#contents div.normal table tbody tr th span {
	border-left: 3px solid #1C4FAB;
	padding: 3px;
	margin: 5px;
	display: block;
}

#contents div.normal table tbody tr td {
	padding: 8px;
	vertical-align: middle;
	border-bottom: 1px dotted blue;
}

#contents div.normal table tbody tr th {
	padding: 0;
	vertical-align: top;
	border-bottom: 1px dotted blue;
}

#contents div.normal table tbody tr.last th,
#contents div.normal table tbody tr.last td {
	border: 0;
}

#contents div.normal table.tokusho {
	width: 87%;
	margin: 0 auto;
	text-align: left;
}

#contents div.normal table.tokusho tbody tr td,
#contents div.normal table.tokusho tbody tr th,
#contents div.normal table.tokusho tbody tr.last th,
#contents div.normal table.tokusho tbody tr.last td {
	padding: 3px 7px;
	border: 1px solid #CCC;
}

#contents div.normal table.tokusho tbody tr th {
	width: 200px;
	background-color: #D4E0F5;
}

#contents div.normal .inquiry {
	text-align: left;
}

#contents div.normal .inquiry input,
#contents div.normal .inquiry textarea {
	width: 60%;
	border: 1px solid gray;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#contents div.normal .inquiry textarea {
	width: 90%;
	height: 300px;
	border: 1px solid gray;
}

#contents div.normal .inquiry p.submit {
	text-align: center;
}

#contents div.normal .inquiry p.submit input {
	background-color: #B8CDF3;
	border: 1px solid black;
	margin: 10px 0;
	padding: 10px;
	width: 150px;
}

#contents div.normal .inquiry em {
	color: Red;
	font-weight: bold;
	font-style: normal;
}

#contents div.normal .inquiry h3 {
	clear: both;
	color: #1C4FAB;
	font-size: 1.3em;
	padding-top: 15px;
}

#contents div.normal .inquiry p {
	margin: 15px 10px;
}

#contents div.normal .inquiry table {
	margin: 10px;
}

#contents div.normal .inquiry table tbody tr td,
#contents div.normal .inquiry table tbody tr th,
#contents div.normal .inquiry table tbody tr.last th,
#contents div.normal .inquiry table tbody tr.last td {
	border: 1px solid #CCC;
	padding: 10px;
}

#contents div.normal .inquiry table tbody tr th {
	font-weight: normal;
	width: 200px;
	background-color: #D4E0F5;
}

#contents div.normal .inquiry .inners {
	background-color: #FFFFE0;
	border: 1px solid #EBEBEB;
	margin: 15px 10px;
	margin-bottom: 0;
	padding: 10px;
}

#contents div.normal .inquiry .inners h3 {
	float: left;
	width: 250px;
	margin: 15px 10px;
	margin-bottom: 0;
	padding: 0;
}

#contents div.normal .inquiry .inners p {
	float: left;
	text-align: left;
	margin: 15px 10px;
	margin-bottom: 0;
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.6em;
}

#contents div.normal .inquiry .inners em {
	font-weight:normal;
	font-style: normal;
	color: Black;
	font-size: 82%;
}

#contents ol {
	margin-left: 20px;
}

#contents ol li ul {
	margin-left: 5px;
}
#contents ol li ul li {
	list-style: none;
}

/*==============================*/

#contents div.kojin {
	width: 900px;
	text-align: left;
}

#contents div.kojin h2 {
	color: #1C4FAB;
	text-align: left;
	margin: 15px;
	margin-top: 50px;
}

#contents div.kojin p {
	margin: 10px;
}

#contents div.kojin h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
/*==============================*/
#contents div.product {
	clear: both;
	width: 80%;
	margin: 30px auto 80px auto;
}

#contents div.product p.info {
	text-align: left;
	margin: 30px 0;
}

#contents div.product div.products {
	width: 230px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

#contents div.product hr {
	background-image: none;
}

/*==============================*/
#contents div.sidebar_right {
	width: 140px;
	margin: 0;
	float: right;
	font-size: x-small;
	padding-top: 10px;
	text-align: center;
}
#contents div.sidebar_right p {
	margin: 5px 0;
}

/*==============================*/
#contents_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 900px;
	height: 63px;
}
#contents_bottom img{
	position: absolute;
	top: 5px;
	right: 100px;
}

/*フッター==============================*/
#footer ul{
	padding: 8px 3px;
	margin: 0;
	text-align: center;
	font-size:12px;
}
#footer li{
	display: inline;
}
#footer li a{
	color: #FFF;
	margin: 0 0.8em;
}
#footer address{
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	line-height: 120%;
	padding-bottom: 5px;
}

/*==============================*/
.products_img {
	width: 300px;
	float: left;
	clear: both;
}
.products_info {
	width: 550px;
	float: right;
	text-align: left;
}
.products_info p {
	margin: 10px 0;
}
.products_info em {
	display: block;
	font-weight: bold;
	text-indent: -999px;
	font-style: normal;
	background-attachment: scroll;
	background-image: url(../img/products/anshin.png);
	background-repeat: no-repeat;
	width: 40px;
}
.products_info em.a {
	background-position: 0;
}
.products_info em.b {
	background-position: -40px 0;
}
.products_info em.s {
	background-position: -80px 0;
}
.products_info em.k {
	width: 95px;
	background-position: -120px;
}
.products_info em.m {
	width: 93px;
	background-position: -215px 0;
}
.products_info em.z {
	width: 100px;
	background-position: -308px 0;
}
.products_price{
	width: 550px;
	float: right;
	text-align: left;
	margin-top: 30px;
}
.products_price dl dt {
	font-weight: bold;
	width: 250px;
	float: left;
	clear: both;
}
.products_price dl dt.link {
	font-weight: normal;
	width: 500px;
	font-size: small;
	color: #696969;
}
.products_price dl dt.link a {
	padding-right: 13px;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.products_price dl dd {
	float: left;
	width: 250px;
}
.products_price em {
	font-weight: bold;
	font-size: 150%;
	font-style: normal;
	color:red;
}
.products_price span {
	font-weight: bold;
	font-size: 100%;
	font-style: normal;
	color:red;
}
.products_price span.m {
	font-weight: normal;
	font-size: x-small;
	font-style: normal;
	color:black;
}
.products_price p {
	clear: both;
	text-align: center;
	padding: 20px;
}

#contents div.normal h2 {
	margin: 5px 0 15px 7px;
	padding:0;
	height: 40px;
	width: 350px;
	background-position: left center;
	background-repeat: no-repeat;
}

#contents div.normal h2#sitemap {
	background-image: url(../img/h2_sitemap.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#profile {
	background-image: url(../img/h2_profile.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#plist {
	background-image: url(../img/products/h2_plist.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#kitchen_stove {
	background-image: url(../img/products/h2_kitchen_stove.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#ecoj {
	background-image: url(../img/products/h2_ecoj.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#dryhot {
	background-image: url(../img/products/h2_dryhot.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#donabe {
	background-image: url(../img/products/h2_donabe.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#water {
	background-image: url(../img/products/h2_water.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#floor {
	background-image: url(../img/products/h2_floor.gif);
	text-indent: -9999px;	
}
#contents div.normal h2#fan_heater {
	background-image: url(../img/products/h2_fan_heater.gif);
	text-indent: -9999px;	
}


dl.info{
	clear:both;
}
dl.info dt {
	padding-left: 10px;
	font-weight: bold;
	width: 110px;
	display: block;
	float: left;
}
dl.info dd {
	padding-left: 10px;
	display:block;
	float:left;
}