 *{
	margin:0;
	padding:0;
}

body{
	margin: 0px auto 0px auto;
	text-align:center;
}


a{ text-decoration:underline; }
a:link{ color: #333333; }/*リンク文字の色*/
a:visited{ color: #333333; }/*訪問済みリンクの色*/
a:hover{ color: red; }/*カーソルがリンク文字上に来たときの色*/



#contents{
	width:840px;
	margin: 0px auto 0px auto;
	text-align: left;
	font-size:16px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 15px gray;
	-moz-box-shadow: 0px 0px 15px gray;
}

/*--------------------------------------------
		ヘッダー
--------------------------------------------*/
#header{
	width:800px;
	position:absolute;
	top:45px;
	font-size:16px;
	margin: 0px auto 0px 20px;
	text-align: center;
	-moz-box-shadow: 5px 5px 5px gray;
	-webkit-box-shadow: 5px 5px 5px gray;
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}

#header:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#header-text{
	width:750px;
	text-shadow: 2px 2px 5px black;
	color: #C2C5AF;
	margin: 0px 15px;
	padding:10px;
	font-size:30pt;
	text-align: left;/*header-text位置*/
	font-family:"HGS創英角ﾎﾟｯﾌﾟ体", "HGP創英角ﾎﾟｯﾌﾟ体";
	font-weight: bold;
	letter-spacing:-0.5pt;
	z-index: 1;
}


#header-text a{ text-decoration:none; }
#header-text a:link{ color: #FFFFFF; }
#header-text a:hover{ color: #FFFFFF; }
#header-text a:visited{ color: #FFFFFF; }


#header-desc{
	margin: 40px 25px;
	padding:15px;
	text-shadow: 2px 2px 5px black;
	color: #9B9B9B;
	font-size:16pt;
	text-align: left;/*header-desc位置*/
	font-family:"HGS創英角ﾎﾟｯﾌﾟ体", "HGP創英角ﾎﾟｯﾌﾟ体";
	letter-spacing:-0.5pt;
	width: 700px;
}

/*--------------------------------------------
		ヘッダーメニュー
--------------------------------------------*/

#menu{
	width:800px;
	position:absolute;
	top:0px;
	height:30px;
	float:right;
}

#list {
	margin: 10px 0px 0px 5px;
	padding:10px 0px 0px 0px;
	list-style-type:none;
	float:right;
}


#list li {
	margin: 0px 10px 0px 5px;
	padding:0 10px 0 0px;
	font-size:12px;
	float:left;
	list-style-image:url(../../setting/img/e-trans.png);
}

/*--------------------------------------------
		見出し関連
--------------------------------------------*/
h1{
	margin: 10px 0px 0px 27px;
	padding:10px 0px 0px 0px;
	font-size:34px;
	color:#fc9003;
font-family:'Impact';

}

h2{
	margin: 10px 0px 0px 28px;
	padding: 5px 0px 0px 0px;
	font-size:16px;
	color:#fc9003;

}

h3{
	width:780px;
	font-size:20px;
	padding:2px 8px;
	text-align:center;
	border-width:0 3px;
	border-color:#ED9E1B;
	border-style:solid;
	background:#F9E281;
	background: -moz-linear-gradient(top, #FCFBE0 0%, #ED9E1B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFBE0), color-stop(100%,#ED9E1B));
	background: -webkit-linear-gradient(top, #FCFBE0 0%,#ED9E1B 100%);
	background: -o-linear-gradient(top, #FCFBE0 0%,#ED9E1B 100%);
	background: -ms-linear-gradient(top, #FCFBE0 0%,#ED9E1B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFBE0', endColorstr='#ED9E1B',GradientType=0 );
	background: linear-gradient(top, #FCFBE0 0%,#ED9E1B 100%);
	color:#777677;
	line-height:140%;
	font-weight:bold;
	clear: both;
}


h4{
	font-size:16px;
	margin: 10px 0px 10px 0px;
	text-shadow: 2px 2px 5px #FFFFDB;
	color:#A78603;
	clear: both;
}

/*--------------------------------------------
		メイン
--------------------------------------------*/

#main-contents{
	width: 840px;
	font-size: 1.4em;
}

#main{
	width:800px;
	margin: 20px 20px 20px 10px;
	float:right;
	font-size:16px;
	z-index: 0;
}


.clear_both{
	clear:both;
	text-align:right;
}


hr {
	padding:0px;
	magin:1px;
}


.right{
	float:right;
	margin:0px 0px 5px 5px;
}


.left{
	float:left;
	margin:0px 5px 5px 5px;
	text-align:left;
}


p {
	font-size:12px;
	line-height:120%;/*行間*/
	margin:5px 0px 20px 5px;
}

/*--------------------------------------------
		アイテム
--------------------------------------------*/

.box{
	width:800px;
	margin:15px 5px 30px 5px;
	clear:both;
}

.items{
	width:95%;
	margin: 5px;
	padding: 5px;
	-moz-box-shadow: 0px 0px 10px gray;
	-webkit-box-shadow: 0px 0px 10px gray;
	float:left;
	}
	
.items:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


.items img{
	margin: 5px;
	float:left;
	-moz-box-shadow: 2px 2px 5px gray;
	-webkit-box-shadow: 0px 0px 10px gray;
}

.itemName{
	text-shadow: 2px 2px 3px #808080;
	font-size:16px;
}

.caption{
	font-size:14px;
	line-height:120%;/*行間*/
}

.price{
	color:#ff0000;
	text-shadow: 2px 2px 5px #800000;
	font-size:20px;
	float:right;
}

/*--------------------------------------------
		フッター
--------------------------------------------*/
#footer{
	clear:both;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #777777;
	font-size: 10pt;
	width: 840px;
}

#footer p{
	padding: 10px;
}

#footer ul{
	width: 840px;
	margin: 0px auto 0px auto;
	list-style-type:none;
}

#footer li{
	margin: 5px 10px 5px 5px;
	padding:0 10px 0 0px;
	font-size:12px;
	float:left;
	list-style-image:url(../../setting/img/e-trans.png);
}



/*--------------------------------------------
		QRコード
--------------------------------------------*/

.qrcode {
	margin: 5px auto 5px auto;
	text-align: center;
}

.qrcode ul{
	list-style:none;
	padding:3px;
	line-height:140%;
}
.qrcode img{
	-moz-box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
}

.qrcode img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}