/**
 * 共通CSSファイル
 * 全ページ共通で使用するCSSファイル
 *
 * @version 1.0
 * @auther
 */
 
* {
	margin:0;
	padding:0;
}

body {
    background:#fcefde;
	color:#444444;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-family:Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.3em;
	letter-spacing:normal;
	text-align : center;
	/*letter-spacing:0.1em*/
}

/* IE7.0 フォントサイズ
----------------------------------------*/
*:first-child + html body {
	font-size:75%;
}

/* IE6.0 以下のフォントサイズ
----------------------------------------*/
* html body {
	font-size:75%;
}

/* IE7.0 テーブルフォントサイズ
----------------------------------------*/
*:first-child + html table {
	font-size:100%;
}

/* IE6.0 以下のテーブルフォントサイズ
----------------------------------------*/
* html table {
	font-size:100%;
}

/* clearfix
----------------------------------------*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	line-height:0;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	


h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dl,img {
  margin: 0;
  padding: 0;
}

ul {
	list-style-type:none;
}

img {
	border:0;
}
br {
letter-spacing: 0;
}


h1 {	
	margin-top:8px;
	margin-left:50px;
    padding-left :0;
    padding-top : 8px;
    width : 550px;
	height:11px;
	
	background:url(../img/hed_mi.gif) no-repeat;

	text-indent:-9999px;
	
	z-index:1px;
	position:absolute;
}

table{
font-size:100%;
}

a:link {
    color : #444;
    text-decoration:none;
}

a:visited {
    color : #444;
    text-decoration : none;
}

a:hover {
    color : #444;
    text-decoration : underline;
}


.clear {
    clear:both;
}


.let{
	letter-spacing:0;
}

/**
 * div container
 */
#container {
    width : 1000px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    background-image : url(../img_common/back.gif);
	overflow:hidden;
}

/* contents
------------------------------- */
#container #contents{
	width:899px;
	margin-left:49px;
	*margin-left:49px;
	text-align:left;
}

#c-00 #container #contents{
	width:899px;
	margin-left:49px;
	*margin-left:0px;
	text-align:left;
	background: url(../img_common/w_bk.gif);
}

#contents1_f{
	width:899px;
	margin-left:49px;
	*margin-left:0px;
	text-align:left;
	background: url(../img_common/w_bk.gif);
}

/* header
---------------------------------------------------------------------*/

#header{
width:1000px;
}

/* header 左側
------------------------------*/

#header-logo{
float:left;
width:372px;
}

#header-logo p{
padding:26px 0 0 50px;
text-align:left;
}

/* header 右側
------------------------------*/

#header-navi{
float:right;
width:525px;
margin-right:11px;
display:inline;
}

#header-navi-top{
padding:0 0 13px 126px;
}

#header-navi-top li{
float:left;
}

#header-navi-bottom{
clear:both;
}

#header-navi-bottom li{
float:left;
padding-right:13px;
}


#searchaspheader-navi-bottom{
margin-top:-1px;
clear:both;
}

#searchaspheader-navi-bottom li{
float:left;
padding-right:13px;
}


#aspheader-navi-bottom{
margin-top:-1px;
clear:both;
}

#aspheader-navi-bottom li{
float:left;
padding-right:13px;
}


/* gnavi　080122新規作成タグ 
------------------------------------------------- */
#gnavi_box{
	clear:both;
	width:899px;
	height:32px;
	margin-top:14px;
	margin-left:49px;
	background-image:url(../img/gnavi_bg.jpg);
	background-repeat:repeat-x;
}

*:first-child+html #gnavi_box{
margin-left:0px;
}

* html #gnavi_box{
margin-left:0px;
}

ul#gnavi{
	width:899px;
	height:32px;
	overflow:hidden;
}

ul#gnavi li{
	float:left;
	height:32px;
	display:block;
	display:inline;
}

ul#gnavi li#gnavi01{
	background:url(../img_common/gnavi01.gif) no-repeat;
	width:224px;
}
ul#gnavi li#gnavi02{
	background:url(../img_common/gnavi02.gif) no-repeat;
	width:225px;
}
ul#gnavi li#gnavi03{
	background:url(../img_common/gnavi03.gif) no-repeat;
	width:225px;
}
ul#gnavi li#gnavi04{
	background:url(../img_common/gnavi04.gif) no-repeat;
	width:225px;
}
ul#gnavi li a{
	display:block;
	width:100%;
	height:100%;
}
ul#gnavi li a span{
	position:absolute;
	top:-3000px;
	left:-3000px;
	z-index:1;
}

/* ロールオーバー */
ul#gnavi li#gnavi01 a:hover{
	background:url(../img_common/gnavi_ov01.gif) no-repeat;
}
ul#gnavi li#gnavi02 a:hover{
	background:url(../img_common/gnavi_ov02.gif) no-repeat;
}
ul#gnavi li#gnavi03 a:hover{
	background:url(../img_common/gnavi_ov03.gif) no-repeat;
}
ul#gnavi li#gnavi04 a:hover{
	background:url(../img_common/gnavi_ov04.gif) no-repeat;
}

/*アクティブページ bodyのidでovを設定*/
/*アロマを探す*/
body#c-00 ul#gnavi li#gnavi01,
body#c-01 ul#gnavi li#gnavi01{
	background:url(../img_common/gnavi_ov01.gif) no-repeat;
}

body#c-02 ul#gnavi li#gnavi02{
	background:url(../img_common/gnavi_ov02.gif) no-repeat;
}

body#c-03 ul#gnavi li#gnavi03{
	background:url(../img_common/gnavi_ov03.gif) no-repeat;
}

body#c-04 ul#gnavi li#gnavi04{
	background:url(../img_common/gnavi_ov04.gif) no-repeat;
}
/* ---------------------------------------------- */

/**
 * div.maincontentクラス
 */
#maincontent {
    float : left;
    width : 645px;
    text-align : left;
	margin-top:2px;
}

#maincontent #mi01,
#maincontent #mi02,
#maincontent #mi03,
#maincontent #mi_r01,
#maincontent #mi_r02{
	overflow:hidden;
}

#maincontent #mi02{
	margin-top:19px;
}

#maincontent #mi02 h2{
padding-bottom:2px;
}

#maincontent #mi03{
padding-top:10px;
}

/**
 * div.subcontentクラス
 */
#subcontent {
    float : right;
    width : 225px;
    text-align : left;
	margin-top:2px;
}

#subcontent #mi_r01 h2{
	margin-bottom:15px;
}

#subcontent #mi_r02 h2{
	margin-bottom:8px;
}

#subcontent #mi_r02 h2{
	background:url(../img/mi_r02.gif) no-repeat;
	width:225px;
	height:17px;
	text-indent:-9999px;
}


#subcontent #mi_r01 h3{
	padding-bottom:6px;
}

/**
 * div.footerクラス
 */
#footer {
    width : 899px;
	margin-left:48px;
	margin-top:41px;
	margin-bottom:9px;
	overflow:hidden;
	clear:both;
}

#footer .tensen{
	padding-bottom:10px;
}

/**
 * div.footerlinkクラス
 */
#footerlink {
    float : left;
}

/**
 * div.copyrightクラス
 */
#copyright {
    float : right;
}

/**
 * img.whats01 02クラス
 */
img.whats01 {
    float : left;
	margin-top:4px;
}

img.whats02 {
    padding:15px 0 0 11px;
}

/**
 * h3.pickupleftクラス
 */
h3.pickupleft {
    float : left;
    margin-bottom : 10px;
}

/**
 * h3.pickupクラス
 */
h3.pickupright {
    float : right;
    margin-bottom : 10px;
}

/**
 * div.topicleftクラス
 */
div.topicleft {
    float : left;
    width : 645px;
    padding-bottom : 9px;
}

/**
 * div.topicrightクラス
 */
div.topicright {
    float : right;
    width : 316px;
    padding-bottom : 9px;
}

/**
 * img.topicimageクラス
 */
img.topicimage {
    float : left;
    padding-right : 8px;	
}


/**
 * div.topictitleクラス
 */
div.topictitle {
    font-weight : bold;
	padding-bottom:2px;
	color:#c67475;
}



/**
 * monthly h3
 */
 
.monthly,
.topicright,
.topicleft{
	zoom: 100%;
} 
 
.monthly:after,
.topicright:after,
.topicleft:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.monthly{
clear:both;
}

 
.monthly h3{
	font-size:110%;
}


/**
 * img.monthlyimageクラス
 */
img.monthlyimage {
    float : left;
    margin-right : 8px;
    margin-bottom : 8px;
}


/**
 * div.logininfoクラス
 */
 
#subcontent #mi_r02 .logininfo{
	border-bottom:dashed 1px  #d4cec6;
} 
#subcontent #mi_r02 .logininfo img {
    margin : 10px 0;
}

/**
 * div.memberinfoクラス
 */
 
#subcontent #mi_r02{
	margin-top:6px;
}
 
#subcontent #mi_r02 .memberinfo {
    padding : 10px 0 15px;
}

#subcontent #mi_r02 .memberinfo img{
	margin-bottom:10px;
}



 
/**
 * a.topiclinkクラス
 */
a.topiclink:link {
    text-decoration : none;
}
a.topiclink:visited {
    text-decoration : none;
}
a.topiclink:hover {
    text-decoration : underline;
}

/**
 * a.monthlylinkクラス
 */
a.monthlylink:link {
    color : #c67475;
    text-decoration : none;
}
a.monthlylink:visited {
    color : #c67475;
    text-decoration : none;
}
a.monthlylink:hover {
    text-decoration : underline;
}

.monthlprice{
font-size:10px;
font-weight:bold;
margin-top:-7px;
margin-bottom:3px;
}

.monthlytext{
font-size:10px;
}

#pickup_banner_txt{
margin:-6px 0 6px 0;
}

#textsetting-1{
padding:12px 0 14px 0;
}

.topictext a		{color:#444444;text-decoration:underline;}		/*未訪問*/
.topictext a:link 	{color:#444444;text-decoration:underline;}		/*未訪問*/
.topictext a:visited	{color:#444444;text-decoration:underline;}		/*訪問済*/
.topictext a:hover 	{color:#444444;text-decoration:underline;}		/*オンマウス*/
.topictext a:active	{color:#444444;text-decoration:underline;}		/*クリック時*/

/* IE6 win
------------------------------- */
* html #g_navibox{
	margin:0;
}

* html #container #contents{
	margin:0;
}

* html #footer {
    width : 899px;
	margin:0;
	margin-top:41px;
	margin-bottom:9px;
	overflow:hidden;
	text-align : right ;
}

* html #footer .to_top {
  margin-bottom: 5px;
}

* html h1 {
	margin-top:8px;
	margin-left:-136px;
    padding-left :0;
    padding-top : 8px;
    width : 550px;
	height:11px;
	
	background:url(../img/hed_mi.gif) no-repeat;

	text-indent:-9999px;
	
	z-index:1px;
	position:absolute;
}  

/* IE7 win
------------------------------- */
*+html #g_navibox{
	margin:0;
}

*+html #container #contents{
	margin:0;
}

*+html #footer {
    width : 899px;
	margin:0;
	margin-top:41px;
	margin-bottom:9px;
	overflow:hidden;
	text-align: right;
}

*+html img.logo {
    float : left;
    margin-left : 50px;
    padding-top : 4px;
    padding-bottom : 14px;
}

*+html h1 {
	margin-top:8px;
	margin-left:-136px;
    padding-left :0;
    padding-top : 8px;
    width : 550px;
	height:11px;
	
	background:url(../img/hed_mi.gif) no-repeat;

	text-indent:-9999px;
	
	z-index:1px;
	position:absolute;
}
/* end */


/* safari
------------------------------- */
html:\66irst-child #g_navibox{
	margin-left:50px;
}

html:\66irst-child #container #contents{
	margin-left:50px;
}

html:\66irst-child #footer {
    width : 899px;
	margin-left:50px;
	margin-top:41px;
	margin-bottom:9px;
}

html:\66irst-child img.logo {
    float : left;
    margin-left : 50px;
    padding-top : 4px;
    padding-bottom : 14px;
}

html:\66irst-child h1 {
    padding-left : 50px;
    padding-top : 8px;
    width : 450px;
    float : left;
	background:url(../img/hed_mi.gif) no-repeat 50px 8px;
	text-indent:-9999px;
	overflow:hidden;
}
/* end */

/*パンくず*/
p#Pan{
	width:1000px;
	margin-left:51px;
	padding:8px 0 0px 0;
	text-align:left;
	clear:both;
	font-size:80%;
	*font-size:75%;
}

p#AspPan{
	width:1000px;
	margin-left:51px;
	padding:8px 0 0px 0;
	text-align:left;
	clear:both;
	font-size:80%;
	*font-size:80%;
}

/*ページTOPに戻る*/
#footer #page_top{
	text-align : right ;
}


/*右下調整用*/
#login{
	margin:5px 0 0 0;
}

*+html #page_top{
  text-align: right;
}


/* コンテンツページ
-----------------------------------------------------------------------*/


#contents-box{
background:url(../img_common/background_001.gif) left top repeat-y
}

#mainleft{
     float:left;
	 padding-top:4px;
	 width:645px;
}

#mainright{
     float:right;
	 width:225px;
	 text-align:right;
	 margin-right: 0px;
}

#mainright_haru{
     float:right;
	 width:225px;
	 height:596px;
	 text-align:right;
	 margin-right: 0px;
}

.topspan{
	text-align :left;
	font-size:10px;
	margin:9px 0 4px 1px;
	letter-spacing:0.5px;
}

#navigator{
width:633px;
height:79px;
padding:12px 0 0 12px;
background:url(../img_common/background_002.gif) left top no-repeat;
}

* html #navigator{
width:645px;
height:91px;
}

#navigator p{
float:left;
width:68px;
}

#navigator div{
float:left;
width:540px;
margin-left:9px;
display:inline;
}

#navigator div p{
width:540px;
font-size:12px;
margin-top:3px;
padding-left:2px;
}

* html #navigator div p{
margin-top:0px;
}

.in-indent{
padding-left:-1.0em;
text-indent:0.9em;
}

.out-indent{
padding-left:1.0em;
text-indent:-0.9em;
}

/* item-btn-box
------------------------------------------*/

.item-btn-box{
clear:both;
}

.item-btn-box table th{
width:124px;
text-align:left;
}

.item-btn-box table td{
font-size:11px;
padding-top:5px;
}

.item-btn-box-left{
float:left;
width:315px;
}

.item-btn-box-right{
float:right;
width:315px;
}

.close{
	height:600px;
}