﻿@charset "UTF-8";
@import url(_common3.css);


#contents {
	width: 700px;
	padding: 0 50px 5px;
}

h2 {/* ページタイトル */
	margin: 0 0 0 15px;
	padding: 8px 0 6px 3px;
	border-left: solid 10px #333;
	font-size: 1.5em;
	color: #333;
}

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;
}

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

#news .newslist {
	height: 300px;
	overflow: auto;
	
	font-size: 12px;
	
	background-image: url(./_img/bg_chair_x.gif);
}
#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: 80px;
	
	padding: 3px 0 0 3px;
}
#news dd {
	float: left;
	width: 570px;
	
	padding: 4px 0 0 0;
}
#news .schedule {
	margin: 10px 0 0 20px;
}
#news .schedule th, #news .schedule td {
	border: 1px solid #999;
	vertical-align:middle;
}
#news .schedule th {
	width: 130px;
	height: 30px;
}
#news .schedule td {
	width: 45px;
	text-align: center;
}
#news .schedule .day {
	background-color: #CF6;
}
#news .schedule .holy {
	font-weight: bold;
	color: #c00;
}

/* ********** #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 #contents .box {
	padding: 15px;
}
#contact #contents .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 /**/:150px;	/* not IE6use hack */
	padding-left: 10px;
	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: middle;
	border: solid 1px #999;
	
	line-height: 1.5em;
}
#shopinfo tr {
}
#shopinfo th {
	width: 150px;
	
	background-color: #efd;
}

#shopinfo .deli_price td {
	text-align: center;
}

#shopinfo .deli_days caption {
	text-align: left;
	font-weight: bold;
	margin-left: -10px;
}

#shopinfo #contents strong {
	color: #900;
}
#shopinfo #contents ol, #shopinfo #contents dl, #shopinfo #contents p {
	line-height: 1.5em;
}
#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;
}
#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;
}


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

#sitemap #contents {
	width: 800px;
	padding: 5px 0 10px 10px;
}
#sitemap #contents .group {
	float: left;
	width: 245px;
	margin-left: 20px;
}
#sitemap #contents ul {
	margin-bottom: 10px;
	padding: 5px 10px;

	border: solid 1px #666;
}
#sitemap #contents li {
	line-height: 1.75em;
}