@charset "utf-8";

/*===============
	reset
=================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, span,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===============
	base
=================*/
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.4;
	color:#333;
	background:url(bg.gif) repeat;
}
#container{
	margin:0px auto;
	border-top:6px solid #ef687c;
	border-right:1px solid #e2cccc;
	border-left:1px solid #e2cccc;
	width:730px;
	background:#fff;
}

/*===============
	header
=================*/
#header{
	padding:10px;
	border-top:2px solid #f8c6cd;
	background:url(logo-wao.gif) no-repeat 650px 8px;
}
#header h1{
	display:block;
}
#header h1 a:hover{
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/*===============
	contents
=================*/
#contents{
	padding-bottom:10px;
}
.main-img{
	height:352px;
	background:url(top-pre.jpg) no-repeat top left;
}
.main-img h2, .main-img p{
	font-size:0.1em;
	text-indent:-9999px;
}
.txt-introduce{
	height:190px;
	border-bottom:1px solid #e2cccc;
	background:url(top_waobox_2.gif) no-repeat top left;
	font-size:0.1em;
	text-indent:-9999px;
}
.list{
	padding:15px;
}
.list .tbl-list th{
	height:38px;
	vertical-align:middle;
	color:#fff;
	background:url(table_bg.gif) repeat-x;
	text-shadow:0 -1px 1px rgba(0,0,0,0.2);
	font-size:14px;
}
.list .tbl-list th.bd-r{
	border-right:1px solid #fff;
}
.list .tbl-list th.bd-r-w{
	border-right:2px solid #fff;
}
.list .tbl-list td{
	padding:10px 2px;
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
	font-size:13px;
}
.list .tbl-list td span.price{
	color:#fb0328;
	font-family: "Tahoma";
	font-weight:bold;
	font-size:19px;
}
.list .tbl-list td a{
	margin:0px auto;
	display:block;
	width:80px;
	height:38px;
	background:url(btn-buy.gif) no-repeat top left;
	font-size:0.1em;
	text-indent:-9999px;
}
.list .tbl-list td a:hover{
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
.list .tbl-list td a:active{
	position:relative;
	top:1px;
}
.list .tbl-list .font_small{
	font-size:10px;
	font-weight:bold;
}
.list .tbl-list .green{
	color:#48A830;
}
.list .tbl-list .blue{
	color:#0090A8;
}

/*===============
	footer
=================*/
#footer{
	padding:8px;
    color: #fff;
    background-color: #f66;
    font-size: 12px;
	text-align:center;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	text-decoration:none;
}