@charset "utf-8";
html{
	overflow-y:scroll;
}
body {
	color:#663300;
	background-image:url("images/bg_grad.jpg");
	background-repeat:repeat-x;
	background-color:#ad7d4c;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:100%;
	line-height:1.2;
	/*
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, Verdana, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	text-align:center;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#2864AF;
}
a:hover {
	text-decoration:underline;
}

.pagetop {
	width:520px;
	font-size:10px;
	margin:0;
	text-align:left;
	padding:15px 0 0 420px; 
}

a img {
	border:medium none;
}

p, dt, dd , h1{
	line-height:140%;
}

address{font-style:normal;}
img{
	padding:0;
	margin:0;
}
/*ナビゲーション関連*/
div#menu{
	width:760px;
	height:50px;
	padding:1px 0;
	margin:0;
	background-color:#222222;
	zoom:1;
}
div#menu:after{
	font-size:1px;
	content:".";
	display:block;
	height:0;
	clear:both;
}
div#menu ul{
	padding:0;
	margin:0;
	line-height:0px;
	vertical-align:bottom;
	display:inline;
}
div#menu li{
	margin:0;
	padding:0;
	float:left;
}
/*メインナビゲーションの設定*/
div#menu li a{
	display:inline-block;
	height:50px;
	padding:0;
	margin:0;
}
img.nav_button{
	margin-left:1px;
}
img#nav_button_top{
	margin-left:1px;
}
/*枠構造
┌────#wrap─────────────────────┐
│┌───#header──────────────────┐│
│└────────────────────────────┘│
│┌───#main────────────────────┐│
││┌#main_column┐┌#menu_column┐││
││└────────────┘└────────────┘││
│└────────────────────────────┘│
│┌───#footer──────────────────┐│
│└────────────────────────────┘│
└──────────────────────────────┘
*/
div#shadow_wrap{
	width:880px;
	margin:auto;
	background-image:url("images/wrap.jpg");
	background-repeat:repeat-y;
	border-left:1px dotted #ffffff;
	border-right:1px dotted #ffffff;
}

div#wrap{
	margin:auto;
	width:760px;
}

div#header {
	width:760px;
	background:url("images/bg_header.jpg") no-repeat center top;
	padding:0;
	margin:0;
	text-align:left;
}

div#header_main {
	position:relative;
	width:760px;
	height:120px;
	padding:0;
}

.top_link {
	position:absolute;
	top:5px;
	left:5px;
	width:260px;
	height:60px;
	display:block;
}

div#main {
	width:760px;
	background-color:#ffffff;
	background-position:top;
	text-align:left;
	margin:0;
	padding:0px 0px 20px 0px;
}
div#footer {
	width:760px;
	height:120px;
	background-image:url("images/bg_footer.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#FFF;
	padding-top:10px;
	text-align:left;
}

/*#main内のコンテンツ表示枠*/
div#main_column{
	width:520px;
	margin:10px 5px 0px 5px;
	/*margin:10px 5px 0px 2px;*/
	padding:0;
	font-size:100%;
	float: left;
}
/*#main内のナビゲーション表示枠*/
div#menu_column{
	width:221px;
	text-align:left;
	margin:10px 5px 0px 0px;
	padding-top:0px;
	float:left;
}
/*フッターナビゲーション*/
ul#footer_navigation{
	margin:5px 0 0 12px;
	padding-left:8px;
}

ul#footer_navigation li {
	background-image:url("images/bg_footer_link_001.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
	padding:0 7px 1px 12px;
	margin-bottom:3px;
	list-style:none;
	font-size:10px;
	color:#ffffff;
}

ul#footer_navigation li a{
	color:#ffffff;
}

ul#footer_navigation li.last_li a{border-right:none;}
/*フッターの著作権表示*/
div#footer address{
	padding:80px 10px 5px 0px;
	margin-top:10px;
	text-align:center;
	width:760px;
	color:white;
	font-size:7pt;
}

/* モバイル系リンク */
.mobile_link {
	margin-bottom:5px;
}

/*Google Map関連*/
#map_canvas{
	/*
	width:219px;
	_width:230px;
	*/
	width:auto;
	height:210px;
	margin:0;
	background-color:#ffffff;
}

#map_canvas span{display:none;}
img#view_large_map {
	margin:3px 0 2px 39px;
	cursor:pointer;
	display:block;
}

/* __ Google Map __ */

.map_canvas_outer {
	width:auto;
	margin:5px 1px 8px 1px;
	padding:0px;
	background:#fff0f5;
    border-top: 1px solid #a0522d;
    border-bottom: 1px solid #a0522d;
}

.map_canvas_inner {
	background:url("images/title_map_info.jpg") no-repeat top left #a0522d;
	margin: 0px -1px;
    border-left:1px solid #a0522d;
    border-right:1px solid #a0522d;
	padding:25px 0 1px 0;
	height:100%;
}


/* __ salon info __ */
.saloninfo_outer {
	width:auto;
	margin:5px 1px 5px 1px;
	padding:0px;
	background:#fff0f5;
    border-top: 1px solid #a0522d;
    border-bottom: 1px solid #a0522d;
}

.saloninfo_inner {
	background:url("images/title_salon_info.jpg") no-repeat top left #fffff0;
	margin: 0px -1px;
    border-left:1px solid #a0522d;
    border-right:1px solid #a0522d;
	padding:30px 8px 8px 8px;
	height:100%;
	font-size:8pt;
}

.saloninfo_inner p {
	margin-bottom:1em;
}

.side_info{
	width:221px;
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:8pt;
	line-height:150%;
	color:#3d0e00;
}
.side_info_head, .side_info_main, .side_info_foot{
	background-image:url("images/parts.png");
}
.side_info_head{
	width:221px;
	height:25px;
	background-position:-520px 0px;
}
.side_info_main{
	width:201px;
	_width:221px;
	padding:3px 10px 0 10px;
	/*margin-top:-1em;*/
	background-position:-741px 0px;
}
.side_info_foot{
	width:221px;
	height:20px;
	background-position:-962px -20px;
	background-repeat:no-repeat;
}
.side_info_main p {
	margin-top:1em;
}

.side_info_main span {
	margin-left:6em;
}


.mobile_box{
	width:216px;
	margin:auto;
	text-align:center;
	border:solid 2px black;	
}

/*h2を表示する領域の背景*/
.title_box {
	width:518px;
	height:22px;
	_height:32px;	/* IE6 */
	background:url("images/title_bg.png") no-repeat top left;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding:9px 0 0 45px;
	margin:0;
}


/* 画像を含むコンテンツ表示 */
.img_box {
	clear:both;
	width:auto;
	margin:0 8px 8px 12px;
	font-size:12px;
	padding:10px;
	color:#663300;
}

.img_box p {
	overflow:auto;
	zoom:1;
	padding:6px 8px 10px 10px;
}

.img_box ul {
	list-style:disc;
	width:auto;
	margin:0 11px 2px 11px;
	padding:2px 12px;
	color:#a0522d;
	background-color:#f0e68c;
}

.img_box ol {
	list-style:decimal;
	padding:6px 5px 6px 12px;
	margin-left:55px;
	line-height:0.6em;
	width:330px;
	color:#191970;
	background-color:#e6e6fa; 
	border:1px dotted #191970;
}

.img_box li {
	margin-left:20px;
	padding:1px;
	width:auto;
}

.img_left {
	margin:2px 0;
	float:left;
}

.img_right {
	margin:2px 0;
	float:right;
}



/*ロゴイメージ*/
img#img_title{
	margin-left:15px;
	margin-top:15px;
	padding:0px;
	display:inline;
	float:left;
}
p.footerinfo{
	margin-left:4px;
	font-size:80%;
	float: left;
	width:600px;
}
ul.headlink{
	float:right;
	margin-top:5px;
}
ul.headlink li{
	float: left;
	margin-left:0px;
	margin-right:10px;
}
.headlink li a:visited, .headlink li a:hover, .headlink li a:link{
	font-size:9pt;
	text-decoration:none;
	color:#808080;
}

/*ヘッダー最上部*/
div.header_phrase{
	font-size:12px;
	height:20px;
	padding:0 10px;
}
p.headerinfo{
	clear:both;
	color:#000000;
	font-size:11pt;
	margin-left:10px;
}
h1{
	color:#ffffff;
}
/**/
div.h2_contents{
	padding:10px 5px 10px 5px;
	*padding:10px 2px 10px 5px;
	width:510px;
	font-size:9pt;
	margin-bottom:10px;
}
/*文中で強調して黄色くしてい部分*/
strong.strong_y{
	font-style: normal;
	font-weight: bold;
	color:#F90;
}
/*フッターナビゲーション*/
.footer_link{text-align:right;}
.footer_link li a{
	color:#ffffff;
	font-size:80%;
	text-decoration:none;
}

/*サイドメニュー*/
.menu02 li{
	padding:0 0 4px 0;
	margin:0px;
	float: none;
}
.red{
	color:#cc0000;
	padding:4px;
}
.pink{
	color:#F9C;
}
div.center{
	text-align:center;	
}
p.tel_num{
	text-align:center;
}
img#img_tel{
	display:block;
	float:right;
	margin:10px 11px 0px 0px;
}
div.amino_banner{
	margin:auto;
	margin-top:5px;
}
/*
a.normal_link :link, a.normal_link :hover, a.normal_link :visited{
	text-decoration:underline;
	color:blue;
}
*/

/* トップページ　店舗メッセージ */
.message {
	padding:2px;
}

.message p {
	padding:7px 4px;
}

.message span {
	color:#cc3333;
	margin:0 0.5em;
}


/* トップページ　キャンペーン */
.campaign {
	padding:0;
}

.campaign h3 {
	font-size:12px;
	border-bottom:1px dotted #006633;
}

.campaign a {
	padding:2px;
}

.campaign p {
	padding:2px 2px 2px 16px;
}

.campaign img {
	margin-left:18px;
}

.campaign dt {
	font-weight:bold;
	color:#632a17;
	padding:3px 0 1px 21px;
	background-image:url("images/list_img_003.gif");
	background-position:1px 4px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #bf794e;
}

.campaign dd {
	padding:2px 0 20px 4px;
}

/* トップページ　トピックス */

.topics_box {
	padding:0 5px 10px 5px;
	*padding:0 2px 10px 5px;
	width:507px;
	height:142px;
	font-size:9pt;
	margin:0 0 10px 0;
	overflow: scroll;   /* スクロール表示 */
}

.topics dt {
	color:#666666;
	font-size:90%;
	margin:8px 0 0 2px;
}

.topics dd {
	padding:3px 0 8px 24px;
	background-image:url("images/list_img_001.gif");
	background-position:left top;
	background-repeat:no-repeat;
}



/* システム障害リポート */

.report_outer {
	width:auto;
	margin:2px 1px 2px 1px;
	padding:0px;
	background:#fff0f5;
    border-top: 1px solid #a0522d;
    border-bottom: 1px solid #a0522d;
}

.report_inner {
	background-color:#ffffcc;
	margin: 0px -1px;
    border-left:1px solid #a0522d;
    border-right:1px solid #a0522d;
	padding:4px 8px;
	height:100%;
	font-size:8pt;
}

.report_inner p {
	margin:0;
	padding:3px 6px;

}

.report_inner span {
	padding-left:8em;

}









.bold{
	font-weight:bold;	
}
.red_bold{
	color:red;
	font-weight:bold;
}
/*回り込みの解除用*/
.clear { clear:both; }	
.clear hr { display:none; }
/* IE6 css fixer v0.6: Thu, 29 Oct 2009 09:10:26 +0100 */

/* ============================================= */
/* safe settings */
/* add display:inline to floated elements */
h1,div#menu li,div#main_column,div#menu_column,ul#footer_navigation li,p.footerinfo,ul.headlink,ul.headlink li,dl.shop_data dt,.jyusyo {display:inline;}
/* fix negative margins */
div#menu li {position:relative; zoom:1;}
/* add zoom:1 to pos:relative elements */
div#menu li {zoom:1;}
/* IE6 css fixer v0.7: Thu, 21 Jan 2010 10:01:52 +0100 */

h1,
div#menu li,
div#main_column,
div#menu_column,
ul#footer_navigation li a,
p.footerinfo,
ul.headlink,
ul.headlink li,
img#img_tel {display:inline;}

/* add zoom:1 to pos:relative elements */
div#menu li {zoom:1;}
