@charset "utf-8";

/* ----------------------- Browser Default Initialization */
html {
	//overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: normal; /*禁則処理*/
}
.clear {
	clear:both;
}
/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	background-color:#969892;
	color:#fff;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "平成明朝",serif;
	font-size: 75%;
	line-height: 170%;
	letter-spacing: 0.1em;
}
html>/**/body {
	font-size: 11px;
}

* + html body {
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "平成明朝",serif;
}
/*all
-----------------------------------------*/
html,body{
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#ff6633;
}
a:active {
	color:#000;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
a:hover.page_top img, a:hover.more img, p#navi a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
}
a.yaji {
	background-image:url("../../img/common/yaji.gif");
	background-repeat: no-repeat;
	background-position:0px 2px;
	padding-left:12px;
}
a:hover.yaji {
	color:#ff6600;
}
.page_top img{
	float:right;
	margin:50px 0 10px 0;
}
.lt {
	float:right;
}
.rt {
	float:right;
}
h2 {
	float:left;
	margin:15px 0 20px 0;
}
h2.topmrg {
	margin-top:-15px;
}
/*layout
-----------------------------------------*/
#supersize{
	position:relative;
	top:100px;
	z-index:-1000;
}
#wrapper {
	background-image:url("../../img/common/header.png");
	background-repeat: repeat-x;
	margin:0 auto 0 auto;
	height:auto;
}
#header {
	width:950px;
	margin:0 auto 0 auto;
}
#contents {
	width:950px;
	margin:0 auto 0 auto;
}
#links {
	margin-bottom:20px;
}
#footer {
	width:950px;
	margin:0 auto 0  auto;
	padding-top:5px;
}
#copyright {
	width:950px;
	position:fixed;
	bottom:15px;
}
/*header
-----------------------------------------*/
p#privacy {
	float:right;
	margin-top:20px;
}
p#privacy a img{
	float:right;
	margin-bottom:8px;
	margin-left:10px;
}
p#privacy img{
	float:right;
}
h1 {
	float:left;
	position:relative;
	z-index:500;
	margin-top:35px;
}
h1 img{
	margin-right:40px;
}
ul#menu {
	float:right;
	font-size:0;
	margin:0 0 60px 0;
}
ul#menu li{
	display:inline;
}
ul#menu li a:hover img{
	background:url('../../img/common/sya_wht.gif') repeat top center;
}
/*contents
-----------------------------------------*/
.line {
	border-top:1px solid #fff;
}
#box {
	float:right;
	width:640px;
	margin-top:15px;
}
/*top_shop
-----------------------------------------*/
#top_contents {
	border-top:1px solid #fff;
	margin-top:20px;
}
.top_shop {
	float:left;
	width:270px;
	margin:0 22px 30px 22px;
}
.top_shop h3 {
	font-size:130%;
	margin-bottom:5px;
	color:#282e22;
}
.top_shop p {
	margin-bottom:10px;
}
.top_shop p ul li b {
	margin-right:20px;
}
/*shop
-----------------------------------------*/
ul#location {
	margin-bottom:60px;
}
ul#location li.area{
	font-size:130%;
	margin-bottom:5px;
}
ul#location li.area2{
	font-size:130%;
	margin-top:15px;
	margin-bottom:5px;
}
.shop h3 {
	font-size:130%;
	margin-bottom:5px;
}
.shop img.mrg {
	margin-bottom:10px;
}
.shop p {
	margin-bottom:10px;
}
.shop ul li b {
	margin-right:20px;
}

/*footer
-----------------------------------------*/
#copyright p{
	float: left;
	padding-top:16px;
}
ul#brand {
	float:right;
	font-size:0;
}
ul#brand li{
	display:inline;
	margin-left:20px;
}