
/* =========================================================
base setting
========================================================= */

html,body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,select,
p,blockquote,table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
	}

* html body {
	font-size: 80%;
	}
	
html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
	}
	
body {
	font-size: 13px;
	line-height: 1.5;
	height:100%;
	background-color: #000;
	text-align:left;
	color:#fff;
	}
* html body {
	font-size: 85%;
	}
th,td{
	text-align:left;
	vertical-align:top;
	}
td.td-c{
	text-align:center;
	}
img{
	border:none;
	}

/*--------------------------------------------------------- 
ヘッダー、タイトル
--------------------------------------------------------- */	

div#wrap{
	width:789px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding-bottom:20px;
	}
td.title{
	padding:15px 15px 15px 30px;
	}
td.title h1{
	font-size:130%;
	margin:7px 0 12px;
	}
td.title p{
	margin:5px 0;
	}
td.logo{
	text-align:right;
	padding:20px 30px 0 20px;
	}

/*--------------------------------------------------------- 
商品ワク
--------------------------------------------------------- */	

table.goods{
	margin:0 0 15px 35px;
	border:1px solid #ccc;
	}
td.ph1{
	padding:15px 15px 15px 15px;
	}
td.ph2{
	padding:15px 10px 5px 0;
	}
td.ph3{
	padding:15px 10px 5px 0;
	}
td.ph4{
	padding:15px 15px 5px 0;
	}

table.detail{
 	margin:0 15px 15px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
 }
table.detail th,table.detail td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px 2px 2px 3px;
	font-size:90%;
 }
table.detail td.b-double{
	border-right:3px double #ccc;
	border-bottom:1px solid #ccc;
 }
table.goods p.buy-btn{
	width:430px;
	text-align:right;
 }


