@charset "utf-8";

h3 {
	padding-top : 35px ;
	padding-left : 20px ;
	color: #333333;
	font-weight : normal ;
}

h4 {
	padding-left : 20px ;
	padding-right : 20px ;
	padding-top : 15px ;
	padding-bottom:30px;
	font-size : 12px ;
	color: #666666;
	line-height:1.5em;
}
h5 {
	padding-left:10px;
	padding-bottom:10px;
	font-size:16px;
	color:#4D97A3;
}

/*---------------------
price_list
----------------------*/

#price_list {
	margin-top : 20px ;
	margin-left : 10px ;
}

table {
	margin-top : 5px ;
	margin-bottom : 50px ;
	margin-left : 10px ;
	width : 550px ;
}

tr {
	color: #808080;
	line-height: 1.3em;
	background-image:url(/img/line550.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

td {
	padding : 7px 3px ;
}

td.price_price {
	text-align : right ;
}

.contact_btn {
	font-size : 12px ;
}