@charset "utf-8";
/* CSS Document */



.item_area{
	width: 625px;
	margin-bottom: 15px;
	padding:5px 0px 30px 0px;
}


tr,td{
	text-align: center;
	vertical-align: middle;
}


.item_box{
	width: 307px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #A4A4A4;
	}
td.item_title{
	height: 35px;
	background-color: #D7DAEA;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px solid #A4A4A4;
	}
td.item_title a{
	display:block;
	text-align:left;
	font-weight: bold;
	color: #006699;
	font-size: 110%;
	margin-left:15px;
	padding:10px 0px 10px 20px;
	background:no-repeat url(../img/bg_icon.gif) left center ;
}
.item_image_box {
	height: 200px;
	border-bottom: 1px solid #A4A4A4;
}
td.item_dr_image_box{
	border-bottom: 1px solid #A4A4A4;
}
.item_image{
	margin-top: 10px;
	margin-bottom: 10px;
}

.item_index{
	background-color: #EAEAF2;
	line-height: 100%;
	padding: 3%;
	border-right: 1px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;
	}

.item_name{
	width: 63px;
	height: 30px;
	border-bottom: 1px solid #A4A4A4;
}
.item_size{
	border-left-style: none;
	width: 87px;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}

.item_price{
	color: #F00;
	font-weight: bolder;
	width: 70px;
	border-bottom:1px solid #A4A4A4;
	border-left:1px solid #A4A4A4;
	border-right:1px solid #A4A4A4;
	text-align: right;
	padding-right:5px;
}
.line_bottom_dotted{
	border-bottom:1px dotted #A4A4A4;
	}
.left{
	float: left;
}
.right{
	float: right;
}
a:hover{
	opacity: 0.7;
}


h3.title_index01{
	margin-bottom:10px;
}
