@charset "Shift_JIS";

/* reset------------------------- */
* {	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}

dd{
	text-align:right;
	}
	
p.pagetop {
	font-size:80%;
	text-align:right;
	width:96%;
	margin:0 auto;
	}
p.pagetop a {
	background:url(images/bg_pagetop.gif) no-repeat left;
	padding-left:20px;
	color:#06F;
	}	

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;
	margin:0;
	padding:0;
}
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%;
}
.clearfix {
	display:block;
}
/**/

/* ページ全体の設定*/
body {
	text-align:center;
	background:url(images/bg.gif);
	}
#page {
	width:800px;
	background:#FFF;
	border:1px solid  #999;
	border-top:1px solid #999;
	margin:0 auto;
	}
# header {
	margin:0;
	padding:0;
	}
h1 { 
	color:#FFF;
	background:#600;
	margin:0;
	font-size:200%;
	font-weight:700;
	padding:5px 0 5px 20px;
	text-align:left;
	}
p {
	text-align:left;
	}
#main {
	width:750px;
	margin:0 auto;
	padding:0;
	}	
a:link,
a:visited {
	color:#039;
	}
a:hover,
a:active {
	color:#C03;
	}
/*ヘッダー*/
/*メインコンテンツ*/

	
/*購入手順*/
.step {
	width:750px;
	text-align:left;
	}
.step dt {
	color:#FFF;
	background:#00468C;
	margin:35px 0 15px 0;
	padding:10px 10px 8px 1.5em;
	text-indent:-1em;
	font-weight:700;
	line-height:1.2;
	}
.step dd {
	text-align:center;
	}	

/**/ 
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;
	}
p.pagetop {
	text-align:right;
	font-size:80%;
	margin:10px 15px 20px 0;
	}
p.pagetop a:link ,
p.pagetop a:visited {
	color:#03F;
	}
p.pagetop a:hover ,
p.pagetop a:active {
	color:#096;
	}
.color_r {
	color:#F00;
	}
.btn_order {
	text-align:center;
	margin:20px auto;
	}
a:hover img{
	opacity:0.70;
	filter: alpha(opacity=70);
}

/*フッター*/
div#footer {
	text-align:center;
	font-size:75%;
	padding:20px 0 10px 0;
	}
div#footer p {
	text-align:center;
	}
/*印刷するボタン*/
.print {
	text-align:right;
	margin:5px 5px 0 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;
}

.hdn {
	display:none;
}