@charset "utf-8";
/* CSS Document */


/* 緑枠 */
.greenLine {
	background-image: url(../../shared/img/bg_content.gif);
}

h2.pageTitle {
	width: 904px;
	margin: 0;
	padding: 0;
	
	border-bottom: 1px solid #B2B2B2;
	
	clear: both;
}

.listArea {
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #646464;
	font-size: 85.7%;
	float: right;
}

.listArea .title {
	background-color: #E1E1E1;
	padding: 10px;
}

.listArea ul {
	margin-left: 20px;
	padding-top: 14px;
	padding-right: 20px;
	padding-left: 10px;
	list-style-type: disc;
}

.listArea ul li {
	margin-top: 0.1em;
	margin-bottom: 0.8em;
/*	padding-right: 10px;*/
	line-height: 1.5em;
}

.itemArea {
	width: 724px;
	margin: 0;
	padding: 0;
	color: #646464;
	
	float: left;
}

.item {
	margin-right: 1px;
	_margin-right: -1px;
	padding-bottom: 0.75em;

	border-bottom: 1px solid #B2B2B2;
	
	float: left;
}

.item.right {
	float: right;
}


.item.last {
	margin-bottom: -1px;
}

.item.col-1 {
	width: 180px;
}

.item.col-2 {
	width: 361px;

	background-color: #FFFFFF;
}

.item.col-3 {
	width: 542px;

	background-color: #FFFFFF;
}

.item.col-4 {
	width: 723px;

	background-color: #FFFFFF;
}

.item img.mainImg {
	margin: 10px 10px 0 10px; 
}

.item .exTxt {
	margin: 10px 10px 0 10px; 
}

.item .exTxt h3 {
	font-weight: bold;
}

.item .exTxt p {
	margin-top: 0.5em;

	font-size: 85.7%;
	text-align: justify;
	text-justify:inter-ideograph;
}

.item .priceArea {
	margin-top: 1em;
	margin-bottom: 0.5em;

	background-image: url(../../shared/img/dotline_price.gif);
	background-repeat: repeat-y;
	background-position: top left;

	font-size: 85.7%;
}

.item.col-1 .priceArea {
	background-image: none;
}

.item .priceList {
	width: 181px;

	float: left;
}

.item .priceList.last {
	width: 170px;
}

.item .priceList.second {
	margin-top: 1em;
}

.item .priceList h4 {
	margin-left: 10px;
	width: 160px;
	
	font-weight: 900;
}

.item .priceList ul {
	margin-top: 0.5em;
	margin-left: 10px;
	width: 160px;
}

.item .priceList ul.first {
	margin-top: 0;
}


.item .priceList ul li {
	width: 160px;
	margin-top: 0.5em;

	line-height: 120%;
}

.item .priceList ul li.sheet {
	font-weight: 900;
}

.item .priceList ul li.price {
	width: 142px;
	padding-left: 18px;
	background-image: url(../../shared/img/arrow_price.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*.item .priceList ul li.price {
	width: 142px;
	margin-left: 18px;

	list-style-image: url(../../shared/img/arrow_price.gif);
}*/

.item .priceList ul li a.price {
	margin-left: 1em;
	
	color: #FF0000;
	font-weight: 900;
	
	float: right;
}

.item .priceList ul li a.price:hover {
	background-color: #FFCC00;
}





