@charset "Shift_JIS";

/* reset------------------------- */

	
*{	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;
	margin:0;
	padding:0;
}

/* clear float----- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0; 
	font-size:0;
	visibility: hidden;
}
.clearfix { 
	display:inline-block;
}

/*\*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/**/

.left {
	float:left;
	}
.right {
	float:right;
	}

/* ページ全体の設定*/
body {
	text-align:center;
	background:url(images/bg_body.gif) left top;
	}

#page {
	width:800px;
	margin:0 auto;
	border:1px solid #999;
	}
#main {
	width:800px;
	}
a:link,
a:visited {
	color:#039;
	}
a:hover,
a:active {
	color:#C03;
	}
/*ヘッダー*/
/*メインコンテンツ*/

h2 {
	color:#FFF;
	background:#019DE5;
	margin:10px 0 15px 0;
	font-weight:700;
	font-size:140%;
	text-align:left;
	line-height:1.6;
	text-indent:10px;
	}
h2.new {
	background:url(images/new.gif) no-repeat left #019DE5;
	padding-left:48px;
	}
h3 {
	font-size:95%;
	text-align:left;
	margin-left:25px;
	}
.copy {
	background:#28557F;
	margin:0;
	}	
	
.copy p {
	color:#FF0;
	padding:15px;
	font-weight:700;
	font-size:180%;
	text-align:left;
	line-height:1.3;
	}
.copy p span {
	font-size:80%;
	color:#FFF;
	}

.copy2 {
	color:#F09;
	font-weight:700;
	font-size:120%;
	text-align:left;
	line-height:1.35;
	margin:10px 0 20px 0;
	}
.btn {
	background:url(images/bg_btn.gif) left top;
	text-align:right;
	padding-top:10px;
}
.btn a {
	margin-right:15px;
}

.pht {
	width:800px;
	margin:0;
	padding:0;
	} 



.box {
	width:750px;
	margin:20px auto;
	}
.box .left {
	width:210px;
	}
.box .right {
	width:520px;
	}
.box_in .left {
	width:220px;
	}
.box_in .right {
	width:290px;
	}
	

ul.shiyou {
	margin:0 0 15px 30px;
	}
	
ul.shiyou li {
	text-align:left;
	list-style:square;
	margin-left:15px;
	font-size:90%;
	line-height:1.6;
	}
ul.shiyou li li {
	list-style:disc;
	}

.txt {
	text-align:left;
	font-size:90%;
	line-height:1.3;
	margin:15px 0;
	}
.txt_nen {
	font-size:80%;
	text-align:left;
	width:220px;
	margin:5px auto;
	}

/**/ 
table {	
	clear:both;
	border:1px solid #999;
	margin:0 auto 5px auto ;
	width:720px;
	}
th {
	background-color:#F90;
	border:1px solid #999;
	text-align:center;
	padding:5px ;
	}
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 {
	font-size:80%;
	text-align:center;
	margin:0 auto 15px auto;
	}
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;
	}
p.pagetop {
	text-align:right;
	font-size:80%;
	margin:10px 30px 20px 0;
	}
p.pagetop a:link ,
p.pagetop a:visited {
	color:#33f;
	}
p.pagetop a:hover ,
p.pagetop a:active {
	color:#096;
	}

/*フッター*/
div#footer {
	text-align:center;
	font-size:75%;
	padding:10px 0 10px 0;
	border-top:double 3px #999;
	clear:both;
	}
div#footer p {
	text-align:center;
	}