@charset "utf-8";
/* 全体 */
.main {
	color: #666666;
}


/* 見出し */
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #999966;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999966;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* パンくず */
#pan {
	color: #666666;
	text-align: right;
	font-size: 0.8em;
}


/* 店舗紹介 */
.shop table {
	table-layout:fixed;
}
.shop td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.shop th {
	padding: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #633925;
}
.shop .photo {
	float: left;
	width: 250px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.shop .list {
	float: right;
	width: 280px;
	font-size: 0.8em;
}

/* 会社概要 */
.company table {
	table-layout:fixed;
}
.company td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 0.8em;
}
.company th {
	padding: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #633925;
	font-size: 0.8em;
}
.data table {
	table-layout:fixed;
}
.data td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 0.8em;
}
.data th {
	padding: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #633925;
	font-size: 0.8em;
}
.priceBox table {
	background-color: #999999;
}
.priceBox th {
	background-color: #FFFFCC;
}
.priceBox td {
	background:#FFFFFF;
	color: #666666;
}
.tableStye1 table {
	background-color: #999999;
}
.tableStye1 th {
	background-color: #CCCCCC;
	text-align: center;
}
.tableStye1 td {
	background:#FFFFFF;
	color: #666666;
}
p {
	font-size:0.8em;
}
.data .index {
	font-weight: bold;
	padding-top: 10px;	
}
.item {
	width:200px;
	background-color: #FFFFCC;
	float:left;margin:5px;
	border-bottom:solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}
.sub_title {
	padding:5px;
	font-size: 0.9em;
	color: #663300;
	font-weight: bold;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #993333;
	border-left-color: #993333;
}
.data ul {
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: inside;
}
.data li {
	padding:2px;
	font-size: 0.8em;
}
.data dt{
	font-size:0.8em;
	font-weight:bold;
}
.data dd{
	font-size:0.8em;
	border-bottom:dotted #CCCCCC 1px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-left:6px;
}
.inner2 {
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inner2 ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.inner2 ul li {
	margin-left: 2em;
	_padding-left: 2em;
	font-size: 1em;
}
.inner2 img {
	display: block;
	margin: 0px;
}
.inner2 img.shadow1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #666;
}
.inner2 .floatr {
	float: right;	
}
.inner2 .floatl {
	float: left;
}
