@charset "UTF-8";

/*-------------------------------------------------
エステサロン三徳
-------------------------------------------------*/
/*hover時のちらつき防止*/

html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
address,caption,cite,code,dfn,em,u,s,i,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}

caption,th {
    text-align:left;
}

q:before,q:after {
    content:'';
}

a {
    text-decoration:underline;
    outline:none;
}

hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}

.line01{
	border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solide; /* 線種 */
   border-color: #CCC; /* 線色 */
   height: 1px; /* 高さ */
   color: #CCC;
   background-color: #CCC;
   width: 100%;
   margin: 20px auto;
   display: block;
   
}

a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}

/*-------------------------------------------------
Clear Fix
-------------------------------------------------*/

.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* exlude MacIE5 ￥*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* end MacIE5 */

/*for IE 5.5-7*/
.clearfix{
    zoom:1;
}

/*ドリームウィバーで確認用　後で消しましょう*/
.clearfix + *{
    clear: both;
}
/*-------------------------------------------------
マージン
-------------------------------------------------*/
.mrg-t0{margin-top:0px;}
.mrg-t5{margin-top:5px;}
.mrg-t10{margin-top:10px;}
.mrg-t15{margin-top:15px;}
.mrg-t20{margin-top:20px;}
.mrg-t25{margin-top:25px;}
.mrg-t30{margin-top:30px;}
.mrg-t50{margin-top:50px;}


.mrg-b0{margin-bottom:0px;}
.mrg-b5{margin-bottom:5px;}
.mrg-b10{margin-bottom:10px;}
.mrg-b15{margin-bottom:15px;}
.mrg-b20{margin-bottom:20px;}
.mrg-b25{margin-bottom:25px;}
.mrg-b30{margin-bottom:30px;}
.mrg-b50{margin-bottom:50px;}

.mrg-l0{margin-left:0px;}
.mrg-l5{margin-left:5px;}
.mrg-l10{margin-left:10px;}
.mrg-l15{margin-left:15px;}
.mrg-l20{margin-left:20px;}
.mrg-l25{margin-left:25px;}
.mrg-l30{margin-left:30px;}
.mrg-l50{margin-left:50px;}

.mrg-r0{margin-right:0px;}
.mrg-r5{margin-right:5px;}
.mrg-r10{margin-right:10px;}
.mrg-r15{margin-right:15px;}
.mrg-r20{margin-right:20px;}
.mrg-r25{margin-right:25px;}
.mrg-r30{margin-right:30px;}


.mrg-center{margin: 0 auto;}

/* -----------------------------------------------
 *テキスト
 * ----------------------------------------------- */
.txt-align-r{text-align:right;}
.txt-align-l{text-align:left;}
.txt-align-c{text-align:center;}

.x-large{ font-size:160%; }
.large{ font-size:130%;}
.middle{font-size: 16px; line-height: 1.2em;} 
.normal{font-size:14px; line-height:1.3em;}
.normal-b{font-size:14px; line-height:1.3em; font-weight:bold;}
.small{font-size:12px; line-height:1.3em;}
.small-b{font-size:12px; line-height:1.3em; font-weight:bold;}
.x-small{font-size:11px; line-height: 1.1em;}
.b{ font-weight:bold}

.f24{ font-size:24px;}
.f18{ font-size:18px;}
.f17{ font-size:17px;}
.f16{ font-size:16px;}
.f15{ font-size:15px;}
.f14{ font-size:14px;}
.f13{ font-size:13px;}
.f12{ font-size:12px;}
.f11{ font-size:11px;}
.f10{ font-size:10px;}
.fbold{ font-weight: bold;}

/*共通*/

body{
	color: #4D4D4D;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #F5F2EE;
}

#container{
	width: 855px;
	background-image:URL(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto;
}

#wrapper{
	width:845px;
	margin: 0 auto;
	background-color:#FFF;
	padding: 0 0 30px 0;
}

#home #wrapper{
	background-image:URL(../img/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#main-container{
	

}

#header{
	width: 845px;
	height: 133px;
	background-image:URL(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

#header h1{
	width: 382px;
	height: 113px;
	position: absolute;
}

#header dt{
	background-image:URL(../img/header_tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 262px;
	height: 70px;
	position: absolute;
	left: 399px;
	top: 16px;
	text-indent: -9000px;
}

#header dd{
	width: 262px;
	position: absolute;
	left: 399px;
	top: 85px;
}

#header p{
	position: absolute;
	right: 0;
	top: 17px;
}

#menu{
	float: left;
	width: 190px;
}

.menu-box-a, 
.menu-box-b{
	width: 178px;
	margin: 20px auto;
}

.menu-box-a ul li a, 
.menu-box-b ul li a{
	display: block;
	width: 178px;
	height: 42px;
	text-indent: -9000px;
}

.menu-box-a ul li#aroma a{
	background-image:URL(../img/menu_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu-box-a ul li#rinpa a{
	background-image:URL(../img/menu_a.gif);
	background-repeat: no-repeat;
	background-position: left -42px;
}

.menu-box-a ul li#massera a{
	background-image:URL(../img/menu_a.gif);
	background-repeat: no-repeat;
	background-position: left -84px;
}

.menu-box-a ul li#taraso a{
	background-image:URL(../img/menu_a.gif);
	background-repeat: no-repeat;
	background-position: left -126px;
}

.menu-box-b ul li#facial a{
	background-image:URL(../img/menu_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu-box-b ul li#foot a{
	background-image:URL(../img/menu_b.gif);
	background-repeat: no-repeat;
	background-position: left -42px;
}

.menu-box-b ul li#nail a{
	background-image:URL(../img/menu_b.gif);
	background-repeat: no-repeat;
	background-position: left -84px;
}

.menu-box-b ul li#couple a{
	background-image:URL(../img/menu_b.gif);
	background-repeat: no-repeat;
	background-position: left -126px;
}

.att{
	color: #AA0000;
	width: 178px;
	margin: 10px auto 20px auto;
	text-align: left;
}

#main{
	float: right;
	width: 625px;
	padding: 0 15px;
}

#home #main{
	background-image:URL(../img/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main h2{
	width: 625px;
	height: 99px;
	text-indent: -9000px;
}


#home #main h2{
	background-image:URL(../img/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.waku-t{
	background-image:URL(../img/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 595px;
	height: 77px;
	padding: 40px 15px 0 15px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 13px;
}

.waku-b{
	background-image:URL(../img/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 625px;
	padding-bottom: 23px;
}

.waku-m{
	background-image:URL(../img/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 595px;
	padding: 0 15px;
}


.campaign-tit-top li{
	padding: 10px 0 0 20px;
	border-bottom: 1px dashed #808080;
}


.campaign-tit-top a{
	font-size: 16px;
	color: #BF1B00;
	font-weight: bold;
}



.campaign-tit dt{
	padding: 10px 0 0 20px;
}


.campaign-tit dd{
	border-bottom: 1px dashed #808080;
	padding: 0 0 10px 20px;
}


.campaign-tit dt a{
	font-size: 16px;
	color: #BF1B00;
	font-weight: bold;
}

.campaign-box{
	background-color: #E6E6E6;
	padding: 10px;
	margin: 30px 0 0 0;
}

/* -----------------------------------------------
 *　セカンド共通
 * ----------------------------------------------- */
.se-waku-t{
	width: 625px;
	padding: 20px 0 0 0;
}

.se-waku-b{
	width: 625px;
	padding-bottom: 23px;
}

.se-waku-m{
	width: 585px;
	padding: 0 20px;
}

.sub-tit{
	border-bottom: 1px dashed #2A2A2A;
	padding: 20px 0 3px 0;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

.sub-tit dt{
	font-size: 16px;
	color: #2A2A2A;
	font-weight: bold;
	float: left;
}

.sub-tit dd{
	float: right;
}

.e-price{
	font-size: 16px;
	color: #D3012F;
	font-weight: bold;
}

.sec-att-box{
	background-color: #E6E6E6;
	padding: 10px 10px 10px 30px;
	margin: 30px 0 0 0;
}

.go-top{
	text-align: right;
	margin: 20px 0 0 0;
}



/* -----------------------------------------------
 *　マッセラマーサージュ
 * ----------------------------------------------- */
#massera #wrapper{
	background-image:URL(../img_massera/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#massera #main h2{
	background-image:URL(../img_massera/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#massera #main{
	background-image:URL(../img_massera/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#massera .se-waku-t{
	background-image:URL(../img_massera/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#massera .se-waku-b{
	background-image:URL(../img_massera/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#massera  .se-waku-m{
	background-image:URL(../img_massera/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* -----------------------------------------------
 *　リンパドレナージュ
 * ----------------------------------------------- */
#rinpa #wrapper{
	background-image:URL(../img_rinpa/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#rinpa #main h2{
	background-image:URL(../img_rinpa/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#rinpa #main{
	background-image:URL(../img_rinpa/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rinpa .se-waku-t{
	background-image:URL(../img_rinpa/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rinpa .se-waku-b{
	background-image:URL(../img_rinpa/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#rinpa  .se-waku-m{
	background-image:URL(../img_rinpa/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* -----------------------------------------------
 *　タラソセラピー
 * ----------------------------------------------- */
#taraso #wrapper{
	background-image:URL(../img_taraso/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#taraso #main h2{
	background-image:URL(../img_taraso/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#taraso #main{
	background-image:URL(../img_taraso/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#taraso .se-waku-t{
	background-image:URL(../img_taraso/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#taraso .se-waku-b{
	background-image:URL(../img_taraso/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#taraso  .se-waku-m{
	background-image:URL(../img_taraso/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* -----------------------------------------------
 *　フェイシャルコース
 * ----------------------------------------------- */
#facial #wrapper{
	background-image:URL(../img_facial/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#facial #main h2{
	background-image:URL(../img_facial/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#facial #main{
	background-image:URL(../img_facial/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#facial .se-waku-t{
	background-image:URL(../img_facial/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#facial .se-waku-b{
	background-image:URL(../img_facial/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#facial  .se-waku-m{
	background-image:URL(../img_facial/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* -----------------------------------------------
 *　お手軽フットマッサージ
 * ----------------------------------------------- */
#foot #wrapper{
	background-image:URL(../img_foot/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#foot #main h2{
	background-image:URL(../img_foot/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#foot #main{
	background-image:URL(../img_foot/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#foot .se-waku-t{
	background-image:URL(../img_foot/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#foot .se-waku-b{
	background-image:URL(../img_foot/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#foot  .se-waku-m{
	background-image:URL(../img_foot/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.foot-box-l{
	float: left;
	width: 345px;
}

.foot-box-r{
	float: right;
	width: 240px;
	text-align: right;
}


/* -----------------------------------------------
 *　ネイルエステ
 * ----------------------------------------------- */
#part #wrapper{
	background-image:URL(../img_part/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#part #main h2{
	background-image:URL(../img_part/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#part #main{
	background-image:URL(../img_part/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#part .se-waku-t{
	background-image:URL(../img_part/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#part .se-waku-b{
	background-image:URL(../img_part/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#part  .se-waku-m{
	background-image:URL(../img_part/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* -----------------------------------------------
 *　スペシャル
 * ----------------------------------------------- */
#special #wrapper{
	background-image:URL(../img/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#special #main h2{
	background-image:URL(../img/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#special #main{
	background-image:URL(../img/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#special .se-waku-t{
	background-image:URL(../img_special/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#special .se-waku-b{
	background-image:URL(../img_special/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#special  .se-waku-m{
	background-image:URL(../img_special/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}



/* -----------------------------------------------
 *　アロマ
 * ----------------------------------------------- */
#aroma #header{
	background-image:URL(../img/header_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#aroma #main{
	float: right;
	width: 648px;
	padding: 0;
	margin: 0;
	background-color: #000;
}

#aroma #wrapper{
	background-image:URL(../img_aroma/bg03.gif);
	background-repeat: repeat-y;
	background-position: top center;
}


/* -----------------------------------------------
 *　カップルコース
 * ----------------------------------------------- */
#couple #wrapper{
	background-image:URL(../img_couple/bg02.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 
#couple #main h2{
	background-image:URL(../img_couple/tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#couple #main{
	background-image:URL(../img_couple/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#couple .se-waku-t{
	background-image:URL(../img_couple/waku_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#couple .se-waku-b{
	background-image:URL(../img_couple/waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#couple  .se-waku-m{
	background-image:URL(../img_couple/waku_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/***　旧サイト使用のcss　***/

.moji10{
	font-size:10px;
	line-height: 12px;
	color: #333333;
}
.moji12{
	font-size:12px;
	line-height: 15px;
	color: #333333;
}
.moji12a{
	font-size:12px;
	line-height: 20px;
	color: #333333;
}
.moji14 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.moji16 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.moji20 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.est_t01 {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	width: 570px;
	padding-left: 3px;
	margin-bottom: 5px;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	font-size: 16px;
	line-height: 18px;
}
.est_t02 {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	width: 360px;
	padding-left: 3px;
	margin-bottom: 5px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 16px;
	line-height: 20px;
	color: #336600;
}
.est_t03 {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	width: 576px;
	padding-left: 3px;
	margin-bottom: 5px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 16px;
	line-height: 20px;
	color: #336600;
}
.est_t04 {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	width: 440px;
	padding-left: 3px;
	margin-bottom: 5px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 16px;
	line-height: 20px;
	color: #336600;
}
.est_t05 {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	width: 570px;
	padding-left: 3px;
	margin-bottom: 5px;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;

}
.est_moji01 {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #CC6600;
}
.est_moji02 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #FF3300;
}
.est_moji14 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.est_ne01 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #CC0000;
}

/* -----------------------------------------------
 * エステスペシャル
 * ----------------------------------------------- */
.frame-pink{
	width: 560px;
	background-image:URL(../img_special/waku_pink_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

.frame-pink-contents{
	width: 560px;
	text-align: center;
	background-color: #CC0074;
}

.frame-yellow-contents{
	width: 560px;
	text-align: center;
	background-color: #FFC93F;
	padding: 3px 0;
}

.frame-blue-contents{
	width: 560px;
	text-align: center;
	background-color: #60C5FF;
	padding: 3px 0;
}

.frame-l-pink-contents{
	width: 560px;
	text-align: center;
	background-color: #F87FBE;
}
.frame-green-contents{
	width: 560px;
	text-align: center;
	background-color: #008837;
}

.frame-l-green-contents{
	width: 560px;
	text-align: center;
	background-color: #C4E547;
	padding: 3px 0;
}

.frame-gold-contents{
	width: 560px;
	text-align: center;
	background-color: #EAC12F;
}



.sp-container{
	margin: 0 auto;
	width: 560px;
	padding: 20px 0 0 0;
}

.special-txt{
	font-size: 19px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	background:URL(../img_special/star.gif) left center no-repeat;
	padding-left: 15px;
}

.special-box{
	border: 1px solid #7E571F;
	width: 538px;
	padding: 5px 10px 10px 10px;
	margin: 1px 0 0 0;
	line-height: 1.7em;
}

.special-box table td{
	vertical-align: top;
}

.special-inner{
	margin: 0 0 20px 0;
} 

.frame-red{
	width: 560px;
	background-image:URL(../img_special/waku_red_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-yellow{
	width: 560px;
	background-image:URL(../img_special/waku_yellow_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-blue{
	width: 560px;
	background-image:URL(../img_special/waku_blue_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-cblue{
	width: 560px;
	background-image:URL(../img_special/waku_cblue_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.summer-img{
	background: URL(../img_special/summer.jpg) right top no-repeat;
}



.frame-green{
	width: 560px;
	background-image:URL(../img_special/waku_green_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-l-pink{
	width: 560px;
	background-image:URL(../img_special/waku_l_pink_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-l-green{
	width: 560px;
	background-image:URL(../img_special/waku_l_green_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-l-or{
	width: 560px;
	background-image:URL(../img_special/waku_l_or_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-gold{
	width: 560px;
	background-image:URL(../img_special/waku_gold_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}




.frame-red-contents{
	width: 560px;
	text-align: center;
	background-color: C80000;
}

.f-pink{
	color: #CC0074;
}

.f-red{
	color:#B40000;
}

.f-normal{
	font-weight: normal;
}

.f-green{
	color:#679A14;
}

.f-orenge{
	color: #FA7E3C;
}

.frame-or{
	width: 560px;
	background-image:URL(../img_special/waku_or_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

}

.frame-or-contents{
	width: 560px;
	text-align: center;
	background-color: #DF7000;
}

.frame-cblue-contents{
	width: 560px;
	text-align: center;
	background-color: #00BED5;
}


.sunblock-img{
	padding-right: 5px;
	width: 139px;
}

.special-price{
	text-align: right;
}


.sitemap-menu a:link{ text-decoration: none; color: #666;}
.sitemap-menu a:visited{ text-decoration: none; color: #666;}
.sitemap-menu a:active{ text-decoration: none; color: #666;}
.sitemap-menu a:hover{ text-decoration: none; color: #FF6A00;}

/***　ピングフィックス　***/
* html .summer-front, 
* html .spring-front, 
* html .autumn-front, 
* html .winter-front{
behavior: expression(IEPNGFIX.fix(this));
}
.go-campaign{
	text-align: right;
	margin: 20px 0 0 0;
}

.month-box{
	background: URL(../img_special/month_bg.gif) left top no-repeat;
	width: 500px;
	height: 35px;
	color: #FFF;
	padding: 20px 30px 0;
	line-height: 1.5em;
	margin: 0 auto;
	position: relative;
}

.txt-year{
	font-size: 20px;
	font-weight: bold;
}

.txt-month{
	font-size: 24px;
	font-weight: bold;
}

.btn-camtop{
	text-align: right;
	margin: 5px 0 0;
}

.month-box dt{
	float: left;
	width: 300px;
	line-height: 1.8em;
}

.month-box dd{
	float: right;
	width: 162px;
	position: absolute;
	top: 25px;
	right: 10px;
}

.day-limit{
background-color:#BAE129; color:#FFF; font-weight:bold; text-align:center; font-size: 15px; padding: 5px 0;
}





















