@charset "Shift_JIS";
/* CSS Document */


#main_area table{
	width: 700px;
	margin: 15px 15px 0;
	
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	color: #333333;
}
#main_area table tr{
	border-bottom: 2px solid #fff;
}
#main_area table th{
	width: 136px;
	padding: 10px 15px;
	text-align: center;
	background: url(../common/img/bg.png);
	border-right: 2px solid #fff;
}
#main_area table td{
	vertical-align: middle;
	padding: 10px 15px;
	background: #f7f7f7;
	border-right: 2px solid #fff;
}

#main_area table td.price{
	text-align: right;
}

#main_area table td.category{
	text-align: left;
	font-weight: bold;
	background: #f2f2f2;
}

.sub_title{
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	background: url(../common/img/h2_icon.png) no-repeat;
	background-position: left top;
}
.sub_title img{
	margin-left: 15px;
}

#info_area ul {
	height: 240px;
	overflow-y: auto;
}


#info_area {
	width: 630px;
}
#info_area ul li{
	width: 600px;
	font-size: 12px;
	margin-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999999;
}

#info_area ul li:first-child{
	margin-top: 0;
}

#info_area ul li span{
	padding-right: 35px;
}

#info_area2 ul li{
	width: 700px;
	font-size: 12px;
	margin-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999999;
}
#info_area2 ul li:first-child{
	margin-top: 0;
}

#info_area2 ul li span{
	height: 2.5em;
	padding-right: 35px;
	display: block;
	float: left;
}

.page{
	text-align: center;
	margin: 20px auto;
}
.rep{
	float: right;
}



