body{
	background:#FFF;
	margin: 0;
	color:#000000;
	text-align: center;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	line-height:20px;
}

img{ border: none;}
ol,ul,li{list-style:none; margin:0; padding:0;}
p{margin:0px; padding:0px;}
input,select{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif"; font-size:12px;}

.cBoth { clear:both;}

.wrapper{
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}
A,A:visited{ color:#248824; text-decoration:none;}
A:active,A:hover{ color:#fff; text-decoration:none; background:#248824;}

.txtS,.txtSgray333{
	font-size:9px;
	line-height:12px;
}
.txt14{
	font-size:14px;
	line-height:24px;
}
.txt16{
	font-size:16px;
	line-height:28px;
}
.date,.green{
	color:#248824;
}
.gray333,.txtSgray333{
	color:#333333;
}
.gray666{
	color:#66666;
}

#pageTopBtn{
	width:93%;
	margin:0 auto;
	padding-top:30px;
	text-align:right;
}
.statusEntry{
	color:#CC0000;
}
.statusDone,.statusSoldout{
	color:#333333;
}

/*=============================================
/		header
/=============================================*/
#header{
	width:100%;
	margin:0 auto;
	padding:15px 0 10px 0;
}
#header .headerLogo{
	width:351px;
	float:left;
	padding-top:3px;
}
#header .headerNavi{
	width:600px;
	float:right;
	text-align:right;
	margin-top:5px;
}
#header .headerNavi .headerNaviCopy{
	padding-bottom:3px;
	color:#248824;
}

/*=============================================
/		footer
/=============================================*/
#footer{
	width:100%;
	background:url(/img/common/footer_bg.gif) repeat-x;
	height:120px;
}
#footer .wrapper{
	padding-top:15px;
	color:#fff;
}
#footer .footerCopyright{
	font-size:9px;
	color:#248824;
	padding-top:5px;
}
#footer A,#footer A:visited{ color:#999; text-decoration:none;}
#footer A:active,#footer A:hover{ color:#FFF; text-decoration:none; background:#248824;}

/*=============================================
/		404
/=============================================*/
#page404{
	padding:50px 0;
}


/*=============================================
/		contents
/=============================================*/

#mainTtl{
	width:100%;
	background:#248824;
	height:110px;
	text-align:left;
	margin-bottom:40px;
}
.contentsFull{
	width:100%;
	text-align:left;
}
.contentsNarrow{
	width:860px;
	margin:0 auto;
	text-align:left;
}

