@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:#FFC;
	}
#page {
	width:800px;
	background:#FFF;
	margin:0 auto;
	}
#header {
	width:760px;
	margin:0 auto;
	}
#main {
	width:760px;
	margin:20px auto;
	}
h1 {
	color:#630;
	background:url(images/bg_ttl.jpg) repeat-x left bottom;
	border-top:5px solid #630;
	border-bottom:1px solid #630;
	width:760px;
	line-height:1.6;
	text-align:left;
	text-indent:1em;
	font-size:160%;
	font-weight:700;
	}

h2 {
	text-align:left;
	background:url(images/bg_no.gif) no-repeat left ;
	padding-left:25px;
	border-top:3px double #630;
	border-bottom:3px double #630;
	line-height:1.6;
	}
h3 {
	text-align:left;
	font-weight:700;
	margin:10px 0 0 10px;
	}
ul {	
	margin:10px 0 0 0;
	padding:0;
	}
li {
	background:url(images/list.gif) no-repeat left top; 
	margin:0 0 0 10px;
	padding-left:13px;
	text-align:left;
	list-style:none;
	line-height:1.3;
	font-size:90%;
	}
p {
	text-align:left;
	}
p.exp {
	background:url(images/list.gif) no-repeat left top; 
	margin:10px 0 0 10px;
	padding-left:13px;
	text-align:left;
	line-height:1.3;
	font-size:90%;
	}
p.pt {
	text-align:center;
	}
td ul {
	margin:0 0 0 5px;
	padding:0;
	}
td li {
	list-style:disc;
	list-style-position:outside;
	background:none;
	margin:0 0 0 5px;
	padding:0;
	}
p.att {
	color:#F00;
	font-size:85%;
	}
ul.att {
	margin-bottom:20px;
	}
.att li {
	list-style:disc;
	color:#F00;
	background:none;
	font-size:80%;
	margin-left:15px;
	padding:0;
	}
a:link,
a:visited {
	color:#039;
	}
a:hover,
a:active {
	color:#C03;
	}
/*左ボックス*/
.box_l {
	float:left;
	width:300px;
	margin:0 19px 0 0;
	}


/*右ボックス*/
.box_r {
	float:right;
	width:410px;
	margin:0 0 0 19px;
	}
	
/*オリジナル商品画像*/
.original {
	margin:20px auto 10px auto;
	}

.original .left {
	float:left;
	margin-bottom:15px;
	text-align:center;
	font-size:80%;
	}
.original .right {
	float:right;
	margin:0 0 15px 15px;
	font-size:80%;
	text-align:center;
	}

/*全ページ共通*/
.txt {
	font-size:100%;
	line-height:1.35;
	}
.space_l15 {
	margin-left:15px;
	}
.space_u15 {
	margin-top:15px;
	}
.space_u50 {
	margin-top:50px;
	}
.center {
	text-align:center;
	}
.clear {
	clear:both;
	}
.font_s {
	font-size:85%;
	}
.font_ss {
	font-size:80%;
	}
a:hover img{
	opacity:0.70;
	filter: alpha(opacity=70);
}
.align_right {
	text-align:right;
	margin:0 15px 10px 0;
	}
.space_l15 {
	margin-left:25px;
	}


/**/ 
table {	
	clear:both;
	border:1px solid #630;
	margin:20px auto;
	width:410px;
	font-size:90%;
	}

th {
	background-color:#ECE9D8;
	border:1px solid #630;
	text-align:center;
	padding:5px ;
	font-weight:normal;
	}

td {
	border:1px solid #630;
	text-align:left;
	padding:5px 10px;
	background:#FFF;
	}
.back {
	font-size:80%;
	padding:3px 10px;
	text-align:center;
	margin:30px 0 10px 0;
	}
.back a {
	color:#630;
	border:1px solid #630;
	padding:3px 10px;
	}
.back a:link ,
.back a:visited {
	text-decoration:none;
	color:#630;
	}
.back a:hover {
	color:#FFF;
	background:#630;
	border:1px solid #630;
	}
form p {	
	margin-top:50px;
	text-align:center;
	}

/*フッター*/
div#footer {
	color:#999;
	text-align:center;
	font-size:75%;
	padding:10px 0 10px 0;
	border-top:3px double #999;
	}
div#footer p {
	text-align:center;
	}