@charset "utf-8";

#content{
	width:510px;
	text-align:left;
	float:left;
}

#sub2{
	width:190px;
	float:right;
}
#content object{
	margin-bottom:10px;
	text-align:center;
	background:red;
}
#content .campaignList{
	width:510px;
	text-align:center;
}
/*#content .campaignList li{
	margin-bottom:10px;
	padding:0 5px;
	width:160px;
	float:left;
}*/
#content .campaignList .swfBanner{
	margin-bottom:10px;
	width:507px;

}
#content .itemList{
	width:510px;
	font-size:12px;
}
#content .itemList h3{
	margin-bottom:10px;
}

.itemBox {
	height:160px;
	margin:5px 0;
	padding:0;
}
.yellowBox {background:url(../images/top/item_bg_yellow.png);}
.redBox {background:url(../images/top/item_bg_red.png);}
.leftBox {width:250px;float:left;}
.rightBox {width:250px;float:right;}
.itemPhoto {
	width:125px;
	height:160px;
	margin:0;
	padding:0;
	float:left;
}
.itemData {
	width:125px;
	height:160px;
	margin:0;
	padding:0;
	float:left;
}
.itemPhoto img {
	margin:6px 1px 6px 4px;
	border: 0;
}
.itemName {
	height:30px;
	margin:6px 3px 0 1px;
}
.itemText {
	height:83px;
	margin:10px 3px 0 3px;
	font-size:11px;
}
.itemPrice {
	height:25px;
	margin:0 3px 0 1px;
}
.itemBox a {
	color:#000;
	text-decoration:none;
}

#content .optionList{
	margin-bottom:10px;
	width:510px;
}
#content .optionList h3{
	margin-bottom:10px;
}
#content .optionList ul{
	margin-left:-5px;
	width:515px;
	font-size:10px;
	text-align:center;
}
#content .optionList ul li{
	margin-bottom:10px;
	margin-left:5px;
	padding:5px;
	width:70px;
	float:left;
	background-color:#EEE;
}

#content .genreSelect{
	clear:both;
	*/margin-bottom:10px;
	margin-left:-10px;
	width:520px;
}
#content .genreSelect li{
	margin-bottom:10px;
	margin-left:10px;
	width:250px;
	float:left;
}

#content .reviewBox{
	margin-bottom:10px;
	width:510px;
	font-size:12px;
	line-height:1.5em;
}
#content .reviewBox .inner{
	padding:15px 0;
	width:510px;
	background:url(../images/top/bg-review.jpg) no-repeat 0 0;
}
#content .reviewBox dl{
	margin:0 auto;
	padding:10px;
	width:470px;
	height:305px;
	background-color:#FFF;
	overflow:auto;
}

#content .reviewBox dd{
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px dotted #000;
}

#content .newsBox{
	width:510px;
}

#content .newsBox dl{
	padding:5px;
	width:500px;
	height:250px;
	font-size:12px;
	line-height:1.4em;
	overflow:auto;
}
#content .newsBox dt{
	font-weight: bold;
}
#content .newsBox dd{
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px dotted #000;
}

#sub2 p
,#sub2 li{
	margin-bottom:10px;
}

#sub2 .howToOrder{
	margin-bottom:10px;
	padding-bottom:5px;
	width:190px;
	background:url(../images/top/btm-howtoorder.jpg) no-repeat bottom;
}
#sub2 .howToOrder ol{
	padding:10px 0;
	width:188px;
	border-left:1px solid #6DA10D;
	border-right:1px solid #6DA10D;
}
#sub2 .howToOrder ol li{
	margin:0 auto 5px;
	padding-bottom:10px;
	width:175px;
	background:url(../images/top/arr-chart.jpg) no-repeat center bottom;
}
#sub2 .howToOrder ol li.end{
	margin:0 auto;
	padding:0;
	background:none;
}

#sub2 .calendarBox{
	width:190px;
}
#sub2 .calendarBox table{
	margin-bottom:10px;
	width:190px;
	font-size:10px;
	text-align:center;
	border:1px solid #FFF;
	border-collapse:collapse;
}
#sub2 .calendarBox table caption{
	padding:3px 0;
	text-align:center;
	color:#FFF;
	background-color:#999;
	border:1px solid #FFF;
}
#sub2 .calendarBox table th{
	padding:3px 0;
	width:14%;
	background-color:#EEE;
	text-align:center;
	border:1px solid #FFF;
}
#sub2 .calendarBox table td{
	padding:3px 0;
	border:1px solid #FFF;
}
#sub2 .calendarBox table td.close{
	background-color:#FFD2BF;
}

#sub2 form{
	margin-bottom:10px;
}
