@charset "Shift_JIS";

/* reset------------------------- */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,div,iframe,caption,hr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	clear:both;
}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,caption,address,th,td,b,small {
	word-break:break-all;
	word-wrap:break-word;
}
ul li,ol li{
	list-style: none;
}
img { 
	border:0;
	vertical-align:bottom;
}
/* clear float----- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0; 
	font-size:0;
	visibility: hidden;
}
.clearfix { 
	display:inline-block;
}

/*\*/
* html .clearfix{
	height:1%;
}
* htm .clearfix{
	display:block;
}
/**/

/* ページ全体の設定*/
body {
	text-align:center;
	background:#ECE9D8;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#page {
	width:800px;
	border:1px solid #999;
	border-top:none;
	background:#FFF;
	margin:0 auto;
	}
.main {
	width:760px;
	margin:0 auto;
	}
h1 {
	color:#FFF;
	background:#F90;
	font-size:300%;
	padding:20px 0;
}

p.copy {
	color:#0657B0;
	background:url(images/bg.jpg) no-repeat left top;
	font-weight:700;
	font-size:140%;
	line-height:1.15;
	padding:10px 0 0 130px;
	height:413px;
}



p {
	text-align:left;
	}
a:link,
a:visited {
	color:#039;
	}
a:hover,
a:active {
	color:#C03;
	}
/*コンテンツ*/
.left {
	float:left;
	width:370px;
		}
.right {
	float:right;
	width:370px;
	}
	
/*詳細*/
.center {
	text-align:center;
}
.box {
	margin:15px 0 30px 0;
}

p.shiyou {
	margin:3px 0 0 25px;
	text-align:left;
	font-size:90%;
}
ul.shiyou {
	margin:0 0 15px 20px;
	line-height:1.6;
	text-align:left;
	font-size:90%;
	}
ul.shiyou li {
	list-style:square;
	margin-left:25px;
	}
.box ul.shiyou li li {
	list-style:disc;
	margin-left:15px;
	}
ul.shiyou li.att {
	list-style:none;
	text-indent:-1em;
	padding-left:1em;
	margin-left:2em;
}
ul.shiyou li li.att {
	list-style:none;
	text-indent:-1em;
	padding-left:1em;
}
/*全ページ共通*/
.txt {
	font-size:100%;
	line-height:1.35;
	}

a:hover img{
	opacity:0.70;
	filter: alpha(opacity=70);
}


/**/ 
table {	
	clear:both;
	border:1px solid #999;
	margin:20px auto;
	font-size:90%;
	width:650px;
	}

th {
	background:#F90;
	border:1px solid #999;
	text-align:center;
	padding:5px ;
	font-weight:normal;
	}

td {
	border:1px solid #999;
	text-align:center;
	padding:5px 10px;
	background:#FFF;
	}
td.price {
	font-size:130%;
	font-weight:700;
	color:#FF0000;
	}
td.order {
	font-weight:700;
	}
p.shoptop {
	margin-top:30px;
	font-size:80%;
	text-align:center;
	}
p.shoptop a {
	text-decoration:none;
	padding:3px 5px;
	font-weight:700;
	}
p.shoptop a:link ,
p.shoptop a:visited {
	background:#039;
	color:#FFF;
	border:1px solid #039;
	}
p.shoptop a:hover ,
p.shoptop a:active {
	background:#CC0033;
	color:#FFF;
	border:1px solid #C03;
	}
	
.pagetop {
	font-size:80%;
	text-align:right;
	margin:15px 15px 15px 0;
	}
.pagetop a {
	color:#390;
	}
.pagetop a:link {
	color:#390;
	}
.pagetop a:hover {
	color:#F90;
	}
table.shiyou {
	width:360px;
	font-size:85%;
}
.shiyou th {
	background:#CCC;
}
.shiyou td {
	background:#FFF;
	text-align:left;
}	
/*フッター*/
div#footer {
	text-align:center;
	font-size:75%;
	padding:20px 0 10px 0;
	}
div#footer p {
	text-align:center;
	}
	
.print{
	text-align:right;
	margin:3px 0 15px 0;
}
.print a {
	display:inline-block;
	text-decoration:none;
	font-size:80%;
	background:#EFEFEF;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	padding:3px 7px;
	margin-bottom:1px;
	}
.print a:link {
	color:#00C;
}
.print a:hover {
	color:#9CC;
}



	