@charset "utf-8";
/* CSS Document */

/****************************************
			setting
****************************************/
*{
	margin: 0px;
	padding: 0px;
}
.float{
	float: left;
}
.floatR{
	float: right;
}
.clear{
	clear: both;
}
.cleardiv{
	clear: both;
	height: 1px;
	font-size: 0;
}
.both{
	clear: both;
}
a{
	color: #2e2e2e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-weight: lighter;
}
h2{
	font-size: 10px;
}
img{
	border: 0;
}

/******* font *********/
.fb{
	font-weight: bold;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.fs10{
	font-size: 10px;
}
.fs11{
	font-size: 11px;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.lh12{
	line-height: 120%;
}
.lh13{
	line-height: 130%;
}
.lh14{
	line-height: 140%;
}
.lh15{
	line-height: 150%;
}
.lh16{
	line-height: 160%;
}
.lh17{
	line-height: 170%;
}
.lh18{
	line-height: 180%;
}
.ls5{
	letter-spacing: 0.5px;
}
.ls6{
	letter-spacing: 0.6px;
}
.ls7{
	letter-spacing: 0.7px;
}
.ls8{
	letter-spacing: 0.8px;
}
.ls9{
	letter-spacing: 0.9px;
}
.ls10{
	letter-spacing: 1px;
}
.mb7{
	margin: 0 0 7px 0;
}
.pInd12{
	text-indent: 12px;
}

/****************************************
			structure
****************************************/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #ffffff url(/images/base_bg.jpg) repeat;
}
*html body{text-align:center;}

#shadow{
	width: 987px;
	margin: 0 auto;
	background: url(/images/base_shadow.png) repeat-y;
}
*html #shadow{text-align:center;}

#wrapper{
	width: 969px;
	margin: 0 auto;
	padding: 0 3px 0;
	background: white;
}
*html #wrapper{text-align:left;}

/****************************************
			header
****************************************/
#head{
	width: 967px;
	height: 111px;
	background: url(/images/base_headbg.gif) repeat-x;
	border-left: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
.headdogP{
	padding: 13px 0 0 14px;
}
#headdog{
	width: 61px;
	height: 94px;
	background: url(/images/base_dog.gif) no-repeat;
	text-indent: -9999px;
}
.logoP{
	padding: 50px 0 0 40px;
}
.campaignbnrP{
	padding: 12px 28px 0 0;
}
.campaignbnr{
	margin: 0 0 0 14px;
}

.aqmessage{
	padding: 18px 25px 0 0;
}

/****************************************
			MainNavi
****************************************/
#mnavi{
	width: 969px;
	height: 27px;
	background: url(/images/base_mnavibg.gif) 0 3px no-repeat;
	padding: 3px 0 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial Bold,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#mnavi ul{
	list-style: none;
}
#mnavi li{
	width: 129px;
	height: 24px;
	padding: 3px 1px 0 0;
	float: left;
	text-align: center;
	background: url(/images/base_mnavil.gif) right 3px no-repeat;
}
#mnavi li a{
	width: 129px;
	height: 24px;
	display: block;
	color: #2e2e2e;
}
#mnavi li a:hover{
	color: #ffffff;
	text-decoration: none;
}
#mnavi .begin{
	width: 131px;
}

/****************************************
			Main
****************************************/
#main{
	width: 969px;
	min-height: 300px;
	padding: 3px 0 0;
}
*html #main{padding:0;}

/****************************************
			Footer
****************************************/
.footbg{
	width: 987px;
	height: 110px;
	margin: 0 auto 40px;
	background: url(/images/base_footbg.png) no-repeat;
}
*html .footbg{text-align:center;}

#foot{
	width: 975px;
	height: 105px;
	margin: 0 auto;
	font-size: 12px;
}
*html #foot{text-align: left;}

.footleft{
	width: 440px;
	background: url(/images/base_mnaviw.gif) 0 39px repeat-x;
}
.footright{
	width: 332px;
	padding: 13px 0 0 0;
}
.campaignbnrf{
	padding: 0 5px 0 0;
}

#fnavi{
	padding: 20px 0 0 18px;
	line-height: 170%;
}
#fnavi ul{
	width: 420px;
	list-style: none;
	clear: both;
}
#fnavi li{
	color: #ffffff;
	float: left;
}
#fnavi a{
	color: #2e2e2e;
}
.facebookP{
	padding: 8px 0 0 18px;
	clear: both;
}
*html .facebookP{padding:10px 0 0 18px;}
*:first-child+html .facebookP{padding:10px 0 0 18px;}

.facebookicon{
	width: 16px;
	height: 16px;
}
.facebook{
	padding: 2px 0 0 4px;
}
.facebook a{
	color: #2e2e2e;
}

/****************************************
			Itemdetail
****************************************/
.attentionmessage{
	padding: 5px 0 0 20px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
