@charset "UTF-8";

#maincontents .low {
    min-height: 150px;
    height: auto !important; /* for IE7 */
    height: 150px; /* for IE6 */
}

#maincontents .high {
    min-height: 290px;
    height: auto !important; /* for IE7 */
    height: 290px; /* for IE6 */
}
* html #maincontents .low,
* html #maincontents .high {
	margin-bottom: 10px;
}
* html #maincontents .low h3,
* html #maincontents .high h3 {
	margin-top: 0;
	line-height: 1.4em;
}


#maincontents h2.ilow {
	margin: 10px 0 10px 2px;
	background: #ffffff url('../images/advertising_h2.gif') no-repeat left top;
    min-height: 40px;
    height: auto !important; /* for IE7 */
    height: 60px; /* for IE6 */
	text-indent: -9999em;
}


#maincontents .content h4 {
	margin: 10px 0 5px 170px;
	background: #ffffff url('../images/cocoad_h4.gif') no-repeat left top;
	color: #333333;
	font-size: 93%;
	text-indent: 2em;
}
#maincontents .content table.price-list {
	margin: 10px 30px 10px 10px;
	width: 210px;
}
#maincontents .content table.price-list tr {
	border-bottom: 1px solid #d0d0d0;
}
#maincontents .content table.price-list td {
	padding: 5px;
	width: 80px;
	text-align: right;
}
#maincontents .content table.price-list td.place {
	width: 50px;
	text-align: left;
}
#maincontents .content table.price-list td.lplace {
	width: 210px;
	text-align: left;
}


#maincontents .content table.price-ktai {
	margin: 10px 30px 10px 10px;
	width: 260px;
}
#maincontents .content table.price-ktai tr {
	border-bottom: 1px solid #d0d0d0;
}
#maincontents .content table.price-ktai td {
	padding: 5px;
	width: 90px;
	text-align: right;
}
#maincontents .content table.price-ktai td.place {
	width: 50px;
	text-align: left;
}
#maincontents .content table.price-ktai td.lplace {
	width: 260px;
	text-align: left;
}

.bold {
	font-weight: bold;
}
a.contact {
	display: block;
	margin: 30px 150px 10px 150px;
	width: 150px;
	height: 25px;
	background: #ffffff url('../images/contact.gif') no-repeat left top;
	text-indent: -9999em;
}

a.contact:hover {
	display: block;
	width: 150px;
	height: 25px;
	background: #ffffff url('../images/contact.gif') no-repeat left bottom;
}


