@charset "Shift_JIS";

/* reset browser settings
------------------------------------------------------------------- */
/* リニューアル前のhtmlを移植したページに対しては、初期化が影響しないように大枠のidでセレクタコントロールしておく。 */
#stage div,#stage p,
#stage  h1,#stage h2,#stage h3,#stage h4,#stage h5,#stage h6,
#stage tr,#stage th,#stage td,#stage dl,#stage dt,#stage dd,#stage a
	{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	line-height:1.4;
	}

#bodyAll #header,
#bodyAll #footer,
#bodyAll #allLinks {
	font-size:12px;
	line-height:1.4;
}

#stage form
	{
	margin: 0px;
	padding: 0px;
	}

#stage ul,#stage ol,#stage li
	{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}

#stage table
	{
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:100%;
	}

table
	{
	font-size:100%;
	}

#stage tr
	{
	vertical-align:top;
	}

input{
	margin:0;
	vertical-align: middle;
	font-size: 100%;
}
body #stage input.searchInput{
	height: 15px;
	_height:23px;
	margin-right: 1px;
}
body #bodyAll input.searchInput{
	padding: 1px 0;
	height: 15px;
	_height:23px;
}
#stage img{
	border: 0;
	margin:0;
	padding:0;
	vertical-align:top;
	}

/* 共通設定：文字色など
--------------------------------------------------------------------*/

* html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


body
	{
	color:#595959;
	font-size:82.5%;
	font-size:12px;
	line-height:1.5;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro",sans-serif;
	}


#stage br
	{
	letter-spacing:0px;
	}

#stage span.hdn
	{
	display:none;
	}

.idt-m1
	{
	text-indent:-1em;
	padding-left: 1em;
	}


.blk
	{
	display:block;
	}

.algn-c
	{
	text-align:center;
	}
.algn-r
	{
	text-align:right;
	}

/* 共通設定：リンク色設定
--------------------------------------------------------------------*/

a:link { color:#333333;text-decoration:none;outline: none;}
a:active { color:#333333;text-decoration:none;outline: none;}
a:visited { color:#333333;text-decoration:none;outline: none;}
a:hover { color:#0096ff;text-decoration:underline;outline: none;}

a.ext
	{
	padding-left:14px !important;
	}

a:hover img.bovr {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;	
}

.hovr img.bovr {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;	
}

.hovr a {
	color:#0096ff;
	text-decoration:underline;
}




/* 共通設定：配置
--------------------------------------------------------------------*/
#stage
	{
	position:relative;
	text-align: center;
	zoom:1;
	}

#bodyAll {
	text-align: center;
}


/*------------------------
	共通設定：ヘッダ
------------------------*/
#stage #header{
	position:relative;
	width: 940px;
	min-height: 50px;
	margin: 0 auto 0;
	text-align:left;
	}

* html #stage #header{
	height: 60px;
	}

#bodyAll #header {
	position:relative;
	width: 940px;
	min-height: 50px;
	margin: 0px auto;
	text-align:left;
}

* html #bodyAll #header {
	height: 60px;
}

#header #megsnow-logo
	{
	position:absolute;
	top:0;
	left:0;
	}

#header #headerNav{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,arial,sans-serif;
	font-size: 90%;
	padding: 15px 20px 0 0;
	float: right;
}

#header #headerNav li
	{
	float: right;
	line-height: 1;
	letter-spacing: 1px;
	margin-top: 2px;
	}

#header #headerNav li.sitemap{
	border-left: 1px solid #c1c1c1;
	}
#header #headerNav li#smartphone_top{
	margin: 0 0 0 5px;
	}
#header #headerNav li#smartphone_top a{
	display: inline-block;
	border: 1px solid #c1c1c1;
	line-height: 1;
	padding: 2px 10px 2px 20px;
	background: url(/cheeseclub/common/img/arw_leafnav2.png) no-repeat 10px 50%;
	}

#header #headerNav li a
	{
	padding: 0 10px;
	line-height: 1.3em;
	}

#header #headerNav li.sitemap a{
	padding-right: 0;
}

/*#header #catchcopy
	{
	font-size: 85%;
	padding: 8px 10px 10px 200px;
	text-align: right;
	letter-spacing: 1px;
	color: #8d8d8d;
	}*/

#stage #topBox{
	text-align: right;
	float: right;
	width: 750px;
}
#stage #catchcopy {
	margin:27px auto -45px;
	text-align: right;
	width: 940px;
}
#stage #catchcopy p {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,arial,sans-serif;
	padding:0 10px;
	font-size: 90%;
	width: auto;
	letter-spacing: 1px;
	color: #8d8d8d;
}

#stage #searchArea{
	height: 20px;
	text-align: center;
}
#searchArea form{
	text-align: right;
	margin:0 auto 0;
	padding-right: 20px;
}
#searchArea p{
	float: right;
}



#bodyAll #catchcopy {
	margin:30px auto -49px;
	text-align: right;
	width:940px;
}

#bodyAll #catchcopy p {
	padding:0 10px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #8d8d8d;
}

/* catchcopyLink */
#stage .catchcopyLink {
	width: 940px;
	margin: 0 auto;
	position: relative;
	top: -3px;
}
#stage .catchcopyLink #catchcopy {
	width: 940px;
	margin: 0;
	text-align: right;
	position: absolute;
	top: 34px;
	right: 0;
	width: 730px;
}

/*------------------------
	共通設定：メインメニュー
------------------------*/

#stage #mainMenu,
#bodyAll #mainMenu
	{
	position:relative;
	margin: 0 auto;
	width:900px;
	height: 142px;
	text-align:left;
	clear: both;
	}

* html #stage #mainMenu {
	width:900px;
}

* html #bodyAll #mainMenu {
	width:900px;
}
	
#mainMenu h1
	{
	font-size: 1px;
	line-height: 1px;
	}
	
#mainMenu li
	{
	float: left;
	line-height: 1;
	}


/*------------------------
	共通設定：contentエリア
------------------------*/
#stage #content
	{
	position:relative;
	width: 900px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align:left;
	clear: both;
	}

* html #stage #content {
	width: 900px;
}

/* サイドナビ削除対応
#content #main
	{
	margin: 0;
	width: 660px;
	float:right;
	}
	
#content #sub
	{
	margin: 0;
	width: 210px;
	float:left;
	}
*/
#content #main
	{
	margin: 0 auto;
	width: 660px;
	}

/*------------------------
	共通設定：フッターページリンク
------------------------*/

#stage #allLinks
	{
	position:relative;
	margin: 30px auto 0 auto;
	width:900px;
	text-align: left;
	clear: both;
	}
	
#stage #allLinks table
	{
	magin: 0;
	border: 0;
	font-size:85%;
	}
	
#stage #allLinks table td
	{
	padding: 10px 6px 0 0;
	}

* html #stage #allLinks table td img
	{
	margin-top: 4px;
	}

*+html #stage #allLinks table td img
	{
	margin-top: 4px;
	}
	
#stage #allLinks table a
	{
	color: #c8151d;
	}

#bodyAll #allLinks
	{
	position:relative;
	margin: 0 auto 0 auto;
	width:900px;
	text-align: left;
	clear: both;
	}

#bodyAll #allLinks a:hover {
	text-decoration: underline;
}
	
#bodyAll #allLinks table
	{
	magin: 0;
	border: 0;
	font-size:85%;
	}
	
#bodyAll #allLinks table td
	{
	padding: 10px 6px 0 0;
	line-height: 1.4;
	}

* html #bodyAll #allLinks table td img {
	margin-bottom:5px;
}

*+html #bodyAll #allLinks table td img {
	margin-bottom:5px;
}

#bodyAll #allLinks table th,
#bodyAll #allLinks table td {
	vertical-align: middle;
}
	
#bodyAll #allLinks table a
	{
	color: #c8151d;
	}

/*------------------------
	共通設定：フッタエリア
------------------------*/

#stage #footer
	{
	position:relative;
	margin: 15px auto;
	width:900px;
	clear: both;
	border-top:1px solid #dadada;
	}

#bodyAll #footer
	{
	position:relative;
	margin: 15px auto;
	width:900px;
	clear: both;
	border-top:1px solid #dadada;
	}

#footer ul
	{
	margin: 15px 0 0 0;
	float: left;
	}

#footer li
	{
	padding: 0 15px 0 0;
	float:left;
	border-left:1px solid #c1c1c1;
	}

#footer li a
	{
	font-size:85%;
	}

#footer #copyright
	{
	font-size:85%;
	margin: 15px 0 0 0;
	float: right;
	}

#bodyAll #footer a:hover {
	text-decoration: underline;
}

#bodyAll #footer img {
	border: 0;
	margin:0;
	padding:0;
	vertical-align:top;
	}

/* /////////////////////////////////////////
footer 2014/9/
///////////////////////////////////////// */

#stage .footArea{
	margin-top:10px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,arial,sans-serif;
	}

#stage .footArea .footBox{
	float:left;
	height:137px;
	margin-left:25px;
	border-right:solid 1px;
	border-color:#826A40;
}
#stage .footArea .footBox .footTop a{
	font-size:14px;
	color:#826A40;
	line-height:1.8em;
	font-weight:bold;
	margin-right:30px;
	
}
#stage .footArea .footBox ul{
	margin-bottom:15px;
	margin-right:20px;
	
	
}


#stage .footArea .footBox ul.bdBtm li{
	border-bottom:solid 1px;
	padding-bottom:15px;
}

#stage .footArea .footBox ul li{
	line-height:1.8em;
	padding-left:5px;
	color:#8B7547;
	background:url("../images/bg01.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}



#stage .footArea .footBox ul li a{
	color:#8B7547;
}


#stage .footArea .bdNone{
	border-right:none;
}


/*------------------------
	共通設定：会員系 旧
------------------------*/
/*#sub #register
	{
	margin: 0;
	width: 210px;
	}

#sub #register {
	padding-top: 10px;
	background: url(../img/bdr_register.png) repeat-y;
	border-top: 2px solid #ffc000;
	}

#sub #register h2 {
	overflow: hidden;
	height: 45px;
	background: url(../img/ttl_register.png) no-repeat center top;
	text-indent: -1000em;
	}

#sub #register p {
	overflow: hidden;
	height: 35px;
	margin-top: 11px;
	background: url(../img/txt_register.png) no-repeat center top;
	text-indent: -1000em;
	}

#sub #register p.Btn {
	overflow: hidden;
	width: 210px;
	height: 55px;
	margin-top: 12px;
	background: none;
	text-indent: 0;
	}

#sub #register p.Btn a {
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 55px;
	background: url(../img/btn_register.png) no-repeat;
	}*/

#sub #membersTop {
	width:210px;
}

#sub #members {
	width:210px;
	margin-bottom:20px;
}
#sub .sideBnrs {
	width:210px;
	margin-bottom:20px;
}







/* 共通設定：●矢印
--------------------------------------------------------------------*/


/* 共通設定：印刷時のみ表示
--------------------------------------------------------------------*/
#stage .forprint
	{
	display:none;
	}

/* 共通設定：クリア
--------------------------------------------------------------------*/

.cfx:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.cfx
	{
	zoom:1;
	}

/* WinIE7 only */
*:first-child+html .cfx
	{
/*	height:1%;*/
	}

/* WinIE6 and below */
/*＼*/
* html .cfx
	{
	height:1%;
	}
/**/

/* MacIE only */
/*＼*//*/
.cfx
	{
	display:inline-table;
	}
/**/

.clear
	{
	clear:both;
	}

/*  */
hr {
	display: none;
}

