@charset "Shift_JIS";
/* CSS Document */

body{
padding:0;
margin:0;
background:#FCECF0;
color:#595959;
font-size:100%;

font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
div {
padding:0px; margin:0px;
}
ul{
list-style-type:none;
}
span {
font-weight:bold;
color:#E55563;
}

img.right {
float:right;
margin:0 0 0 10px;
padding:5px 0 0 0;
}

img.left {
float:left;
margin:0 10px 10px 0;
padding:5px;
}

img.top {
margin:10px 0;
padding:0;
}
#header a img { border-style: none;
}
.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}

/*----toppage table----*/
.plist {
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
text-align:left;
}

.plist a {
color:#F66976;
}

.plist a:hover {
color:#CCCCCC;
}

#hor
{
	font-size: 12px;
	background: #fff;
	width: 560px;
	border-collapse: collapse;
	text-align: left;
	border-top:1px none #DDD;
	border-right:1px none #DDD;
	border-left:1px none #DDD;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}
#hor th
{
  width:210px;
	font-size: 14px;
	font-weight: normal;
	color: #039;
	margin: 0;
	padding:0;
	border-bottom:1px none #DDD;
	border-right:1px none #DDD;
}
#hor td
{
	color:#666666;
	padding:0 5px;
	border-bottom:1px solid #DDD;
}
#hor tbody :hover td
{
	color:#333333;
	background:#FFEBEB;
}
#hor tbody td img:hover
{
	/*opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	border: none;*/
}

#hor tbody td a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;

}

/*----wrap----*/

#wrap {
	padding:0;
	width:854px;
	background:url(images/wrap_bg.gif) repeat-y;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

/*----ヘッダ----*/
#header{
	background:url(images/header.jpg) no-repeat 0 0;
	width:814px;
	margin:0 auto;
	position:relative;
	height:314px;
	}
#header img.tel{
	display:block;
	top:40px;
	left:222px;
	position:absolute;
	}
#header img.logo{
	position:absolute;
	left:107px;
	top:124px;
	display:block;
	}
#header h1{
	width:589px;
	height:20px;
	display:block;
	position:absolute;
	top:219px;
	left:115px;
	margin:0;
	padding:0;
	}
#header ul{
	width:812px;
	height:35px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:279px;
	left:0;
	background:url(images/header_i_bg.jpg) no-repeat;
	list-style: none;
	text-indent: -9999px;
	}
#header ul li{
display: block;
width:162px;
height:35px;
margin:0;
padding:0;
float:left;
}
#header ul li a{
display: block;
margin: 0; 
padding: 0;
width:162px;
height:35px;
float:left;
}

#home a{
background:url(images/h_ul1_on.gif);
background-repeat:no-repeat;
}
#home a:hover{
background:url(images/h_ul1.gif);
background-repeat:no-repeat;
}
#bbs a{
background:url(images/h_ul2_on.gif);
background-repeat:no-repeat;
}
#bbs a:hover{
background:url(images/h_ul2.gif);
background-repeat:no-repeat;
}
#photo a{
background:url(images/h_ul3_on.gif);
background-repeat:no-repeat;
}
#photo a:hover{
background:url(images/h_ul3.gif);
background-repeat:no-repeat;
}
#dress a{
background:url(images/h_ul4_on.gif);
background-repeat:no-repeat;
}
#dress a:hover{
background:url(images/h_ul4.gif);
background-repeat:no-repeat;
}
#inq a{
background:url(images/h_ul5_on.gif);
background-repeat:no-repeat;
}
#inq a:hover{
background:url(images/h_ul5.gif);
background-repeat:no-repeat;
}

/*----ヘッダここまで----*/

/*----メイン----*/
#main{
	width:814px;
	/*position:relative;*/
	background:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: hidden;
}

/*----左大枠----*/
#body_left{
	float:left;
	width:600px;
	margin:0;
	font-size:82%;
	line-height:150%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: hidden;
}

/*
#body_left #img1 {
	width:245px;
	height:150px;
	top:130px;
	left:320px;
	position:absolute;
}
*/

#body_left #img1_b {
	background:url(images/top_img1.gif);
	width:560px;
	height:200px;
}

#body_left #img1_r {
	float:right;
/*	margin:-10px; */
	padding:7px 10px 0 0;
}

/*
#body_left #img3 {
	width:210px;
	height:150px;
	top:633px;
	left:20px;
	position:absolute;
}
*/

.left_textbox{
	width:560px;
	padding:0;
	min-height:160px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: both;
	overflow: hidden;
}

.left_textbox a {
color:#F66976;
}

.left_textbox a:hover {
color:#CCCCCC;
}

ul#itemlist {
width:590px;
height:275px;
margin:0 0 10px 0;
padding:30px 0 0 0;
background:url(images/shopbg.jpg) no-repeat;
text-align:center;
}

ul#itemlist li a {
color:#660099;
}

ul#itemlist li a:hover {
color:#FF6666;
text-decoration:none;
}

ul#itemlist li {
  margin: 0 0 0 0;
  padding:0 10px 0 0;
  width: 126px;
  height: auto;
	float:left;
	list-style:none;
}

ul#itemlist li.left{
  margin: 0;
  padding:0 10px 0 25px;
  width: 126px;
  height: auto;
}

.itemlist {
	width:590px;
	height:275px;
	background:url(images/shopbg.jpg) no-repeat;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
}

.itemlist li a {
color:#660099;
}

.itemlist li a:hover {
color:#FF6666;
text-decoration:none;
}

.itemlist li {
  margin: 0 0 0 0;
  padding:0 10px 0 0;
  width: 126px;
  height: auto;
	float:left;
	list-style:none;
}

.itemlist li.left{
  margin: 0;
  padding:0 10px 0 25px;
  width: 126px;
  height: auto;
}


.photo {
width:126px;
height:166px;
  margin: 0 0 3px 0;
  padding: 5px 3px 3px 3px;
	background: url(images/itemphotobg.gif);
	text-align:center;
	font-size:12px;
	color:#663300;
	font-weight:bold;
}

.photo img:hover
{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	border: none;
}

.cda {
	margin:0;
	width:585px;
	text-align:right;
	display:block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
}

.cda a {
color:#F66976;
}

.cda a:hover {
color:#CCCCCC;
}
h2 {
	width:568px;
	height:26px;
	display:block;
	background:url(images/h_bg.png) no-repeat;
	font-size:16px;
	color:#E55563;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}

h3,h4,h5,h6 {
	/*width:590px;
	height:35px;
	display:block;
	margin:0;
	padding:0 0 10px 0;
	float:left;*/
width:568px;
	height:26px;
	display:block;
	background:url(images/h_bg.png) no-repeat;
	font-size:16px;
	color:#E55563;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.topqa{
width:138px;
height:30px;
float:left;
background:url(images/topqa_bg.gif) no-repeat;
color:#595959;
margin:0 2px 2px 0;
padding:0;
display:block;
text-align:center;
line-height:2.5em;
}
.topqa a{
width:138px;
height:30px;
display:block;
color:#595959;
text-decoration:none;
padding:0;
text-align:center;
}
.topqa a:hover{
background:url(images/topqa_bg_on.gif) no-repeat;
color:#E55563;
text-decoration:none;
}
#topbox {
	width:565px;
	min-height:140px;
	padding:0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

.ptop {
clear:both;
width:804px;
text-align:right;
margin:15px 10px 0 0;
}

/*----左大枠ここまで----*/

/*----右枠----*/
#right{
width:194px;
float:right;
font-size:82%;
line-height:150%;
margin-right:10px;
padding:10px 0 0 0;
}

#right a {
color:#E55563;
text-decoration:none;

}

#right a:hover{
	color:#CCCCCC;
}

#right img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	border: none;
}


.sidetitle{
width:164px;
height:28px;
color:#E55563;
font-size:14px;
font-weight:bold;
line-height:150%;
margin:15px 0 0 0;
padding:7px 0 0 30px;
display:block;
background:#FFF url(images/sidetitlebg.jpg) no-repeat;
}

#right ul{
width:184px;
margin:7px 0;
padding:0;
}
#right ul li{
width:184px;
}
#right ul li a{
width:184px;
display:block;
background:url(images/bullet2-normal.gif) 0 10px no-repeat #fff;
color:#595959;
text-decoration:none;
padding:3px 0 3px 10px;
}
#right ul li a:hover{
background:url(images/bullet2-hover.gif) 0 10px no-repeat #FFEBEB;
color:#E55563;
text-decoration:none;
padding:3px 0 3px 10px;
}
#right ul li span{
text-decoration:underline;
}

#right dl.serviceList {
	margin: 0 0 25px 0;
	padding:0 0 2px 0;
	border-bottom: 1px dotted #ACACAC;
}

#right dl.serviceList dt {
	position: relative;
	width: 159px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left:35px;
	font-weight: bold;
	border-top: 1px dotted #ACACAC;
}

#right dl.serviceList dt a {
	padding-left: 15px;
	background: url() no-repeat left center;
}

#right dl.serviceList dt img {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 2px;
	border:none;
}

#right dl.serviceList dt.firstChild img,
#right dl.serviceList dt:first-child img {
	top: 0;
}



#right dl.serviceList > dd {
	min-height: 50px;
	height: auto;
}



/*----右枠ここまで----*/

/*----メインここまで----*/

/*----フッタ----*/
#footermain{
	width:814px;
	height:103px;
	background:url(images/footerbg.jpg) 0 0 repeat-x;
	color:#2F5958;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	clear:both;
	z-index: 10;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer{
	width:778px;
	margin:0 auto;
}

#footer ul{
width:500px;
height:20px;
position:relative;
margin:0 auto;
}
#footer li{
float:left;
}
#footer ul li a{
padding:0 10px 0;
color:#333;
text-decoration:none;
font-size:13px;
}
#footer ul li a:hover{
text-decoration:underline;
}

#footer p.copyright{
clear:both;
width:400px;
margin:20px auto 0 auto;
font-size:82%;
}

/*----フッタここまで----*/
#cont_d {
	height: 265px;
	width: 555px;
	background-image: url(images/shopbg.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 15px;
}
.b_inner {
	float: left;
	width: 135px;
	text-align: center;
}
.b_inner p {
	margin: 0px;
	font-size: 12px;
}
.b_inner img {
	padding: 5px;
	background-image: url(images/itemphotobg.gif);
	background-repeat: repeat;
}
.b_inner img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	border: none;
}
.b_inner a {
	font-size: 11px;
}#wrap .addthis_toolbox {
	position: absolute;
	left: 675px;
	top: 2px;
}

#goaisatu {
	text-align:center;
	font-weight:bold;
	font-size: 16px;
	display: block;
}
#goaisatu a {
	color:#F00;
	text-decoration: none;
}


.flow_wrapper {
	width:100%;
	clear:both;
	margin-left:100px;
	
}


.flow_wrapper:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

.flow_img {
	width:80px;
	float:left;
}

.flow_hp {
	float:left;
	padding-left:1em;
	width:60%;
	font-size:12px;
	color:#d14a4a;
}

.flow_arrow {
	text-align:center;
}

.flow_h {
	font-weight:bold;
	margin-bottom:0px;
}

.flow_p {
	margin:0px;
}

/* 写真で店舗紹介 */
.top_table {
	margin:auto;
	margin-bottom:20px;
	border-collapse:collapse;
}


.top_table_p {
	width:550px;
	margin:auto;
	margin-bottom:10px;
	font-size:13px;
}


.top_table th {
	width:150px;
	padding:1em;
	font-weight:normal;
	text-align:left;
	font-size:13px;
	background:#FCC;
}

.top_table td {
	width:400px;
	background:#fdf3eb;
/*	border-bottom:1px solid #3E1F00;*/
	vertical-align:middle;
	padding:1em;
}
