@charset "utf-8";
/* Second Page style
-------------------------------*/
#main h2 {
	font-size: 160%;
	font-weight: bold;
	padding: 4px 0px 4px 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #339900;
	border-left: none;
	background-image: url(../img/gingko.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px dotted #CCCCCC;
}
#main h3 {
	font-size: 1.3em;
	color: #0000FF;
}


/*	4. テーブル
-----------------------------------------------	*/
.price-table * {
	font-size : 1.0em;
}

.price-table{
	width:600px;
	background-color:#999999;
	margin:0px 0px;
	padding:0px;
	padding-top : 0px;
	}



.price-table th{
	text-align:left;
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
	color:#666666;
	background-repeat:repeat-x;
	}
	
.price-table td{
	background-color:#ffffff;
	padding:10px;
	}

#main .price-table .kakaku {
	font-size: 1.2em;
	text-align: right;
	text-decoration: underline;
}
