@charset "euc-jp";
/* CSS Document */

/*初期化/////////////////////////////////////////////////*/
*{
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#4E4E4E;
	}
	
html{
	background:url(../image/html_bg.jpg) repeat-x #CCCCCC;
	}
body{
	text-align:center;
	line-height:1.5;
	background:url(../image/bg_pattern.gif);
	}
	
/*レイアウト開始/////////////////////////////////////////*/
div#containerBG{
	width:740px;
	margin:0 auto;
	background:url(../image/containerBG_bg.png) repeat-y;
	}

div#container{
	width:700px;
	margin:0 20px;
	text-align:left;
	background:#FFFFFF;
	}
	
h1{
	width:700px;
	height:104px;
	background:url(../image/header_ban.jpg) no-repeat;
	text-indent:-9999px;
	}

div#mainImg{
	width:700px;
	height:320px;
	background:url(../image/vp01/vp01_main.jpg) no-repeat #FFFFFF;
	text-indent:-9999px;
	}
	
div#main{
	width:640px;
	margin:0 0 0 30px;
	}

div.lf{
	width:210px;
	float:left;
	margin:0 0 0 -30px;
	}

div.lf h2{
	width:210px;
	height:28px;
	background:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-indent:30px;
	line-height:28px;
	}
div.lf ul{
	width:180px;
	margin:0 0 0 30px;
	list-style:outside;
	>width:180px;
	>margin:0 0 0 30px;
	>list-style:inside;
	}
div.lf ul li{
	font-size:10px;
}

	
div.ri{
	width:440px;
	float:right;
	margin:0 0 20px 0; 
	height:100%;
	}
	
div#main table{
	width:440px;
	display:block;
	float:right;
	margin:0 0 30px 0; 
	height:100%;
	border-collapse:collapse;
	}
div#main table caption{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	}
div#main table th, div#main table td{
	border-top:1px dotted #333333;
	border-bottom:1px dotted #333333;
	}
div#main table th{
	width:60px;
	text-align:left;
	font-weight:bold;
	padding:3px 0 3px 0;
	white-space:nowrap;
	}
div#main table td{
	width:140px;
	padding:3px 0 3px 0;
	background:url(../image/yajirushi.gif) no-repeat 100% 0;
	text-decoration:line-through;
	font-size:10px;
	}
div#main table td.price{
	width:176px;
	color:#FF0000;
	text-align:right;
	font-weight:bold;
	background:none;
	white-space:nowrap;
	text-decoration:none;
	font-size:12px;
	}

div#main table td.ask{
	width:64px;
	background:none;
	text-decoration:none;
	font-size:12px;
	}
td.ask a{
	display:block;
	width:59px;
	height:24px;
	float:right;
	text-indent:-9999px;
	background:url(../image/btn_ask.gif) no-repeat 0 0;
	}


div#main ul.pics{
	display:block;
	width:440px;
	float:right;
	margin:0 0 20px 0; 
	list-style:none;
	}

ul.pics li{
	display:block;
	width:142px;
	height:120px;
	float:left;
	font-weight:bold;
	margin-right: 20px;
	}

ul.pics li img{

	}
