@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 75%;/* テキストの文字サイズ */
	color: #333333;/* テキストの文字色 */
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9d773e;
}
hr {
	display: none;
}
/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #6f2b64;/* リンクの文字色 */
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-------------------*/
#container {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #76603f;
	border-left-color: #76603f;
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#logo {
	width: 760px;
	height: 63px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/tel.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav {
	width: 800px;
	height: 30px;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
	height: 300px;
}
#main {
	width: 520px;
	height: auto;
	float: left;
	clear:left;
	padding: 20px;
	overflow:hidden;
}

#sidebar {
	width: 200px;
	height: auto;
	padding: 20px;
	float: right;
	overflow:hidden;
}
#footer {
	width: 760px;
	height: auto;
	padding: 20px;
	clear: both;
}
/* nav styles
-------------------*/
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	width: 159px;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	background-image: url(images/nav.png);/* 1段目のナビゲーションの背景画像 */
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #480e3f;
	text-align: center;
	color: #FFFFFF;/* 1段目のナビゲーションの文字色 */
	background-color: #FFFFFF;
	vertical-align: middle;
}
/* main styles
-------------------*/
h2 {
	font-size: 130%;/* 記事タイトルの文字サイズ */
	line-height: 2em;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 60px;
}
p {
	line-height: 2em;
}
/* sidebar styles
-------------------*/
#sidebar li {
	list-style-type: none;
	font-weight: bold;
	background-image: url(images/sidebarLi.jpg);
	background-position: left center;
	text-indent: 2em;
	background-repeat: no-repeat;
}
#sidebar li a {
	list-style-type: none;
	padding-left: 5px;
}
/* footer styles
-------------------*/
address {
	text-align: center;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b67aac;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #666666;
}
.table {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
}
.table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 30%;
	padding: 5px;
}
.table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 70%;
	padding: 5px;
	vertical-align: middle;
}
.table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.faq dt {
	font-size: 110%;
	text-indent: 3em;
	line-height: 3em;
	font-weight: bold;
	color: #666666;
	background-image: url(images/faqDd.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b67aac;
	margin-bottom: 1em;
	margin-top: 1em;
}
.faq dd {
	line-height: 1.5em;
	padding: 15px;
	background-color: #F4ECF3;
	border: 1px solid #EADCE7;
}
.privacy li {
	list-style-type: none;
	padding-left: 1em;
}
ul.lightbox{
	margin: 0px;
	padding: 0px;
	width: 520px;
}
ul.lightbox li{
	width: 130px;
	list-style: none outside;
	margin: 0px;
	text-align: center;
	float: left;
}
ul.lightbox li img{
	width: 120px;
	height: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.point dt {
	font-size: 120%;
	text-indent: 3em;
	line-height: 2em;
	font-weight: bold;
	color: #480e3f;
	background-image: url(images/pointBg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 1em;
	margin-top: 1em;
}
.point dd {
	line-height: 1.5em;
	padding: 15px;
	background-color: #F4ECF3;
	border: 1px solid #EADCE7;
}
.info {
	width: 100%;
}
.info tr {
	width: 50%;
}
.info td {
	padding: 5px;
	line-height: 1.5em;
}.ranking th {
	width: 20%;
	padding: 5px;
	color: #FFFFFF;
	background-color: #b864ab;
}
.ranking td {
	width: 40%;
	padding: 5px;
}
.menu li {
	display: inline;
	list-style-type: none;
}li {
	list-style-type: none;
}
.price {
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
}
