@charset "utf-8";

/* --------------------------------------- */
/* price.css
/* --------------------------------------- */


/* --------------------------------------- */
/* div#main
/* --------------------------------------- */

h4 {
	border-bottom: solid 3px #ff9900;
}

ul#utility_nav {
    width: 700px;
    margin-right: 5px;
    overflow: hidden;
}

ul#utility_nav li {
    float: left;
    margin-top: 15px;
    margin-left: 25px;	
}


/* --------------------------------------- */
/* div.service
/* --------------------------------------- */

div.service {
	width: 695px;
	background-color: #ffebcc;
	margin-top: 10px;
}

div.service h4 {
	border-style: none;
}

div.aside01 {
	float: left;
	width: 345px;
}

div.aside02 {
	float: right;
	width: 350px;
}

dl {
	min-width: 335px;
	margin: 15px 0 15px 10px;
}

div.aside02 dl {
	margin-right: 8px;
}

dd {
	margin-left: 7px;
}


/*----- menu ------*/

h5 img {
	clear: both;
	margin-top: 15px;
}

table {
	clear: both;
	width: 695px;
	margin: 10px 0;
	border: solid 1px #000;
	font-size: 129%;
	font-weight: bold;
	text-align: right;
}

th {
	min-height: 34px;
	padding-left: 20px;
	background-color: #ffebcc;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	font-weight: bold;
}

th span {
	font-size: 92%;
}

td {
	min-height: 34px;
	padding: 0 5px 0 20px;
	border: solid 1px #000;
}

td.item {
	padding-right: 0;
	text-align: left;
	font-weight: normal;
}

td.price {
	color: #ff0000;
}

td.products_detail {
	padding-left: 20px;
	font-size: 69%;
	font-weight: normal;
	text-align: left;
}

ul#service_detail {
	float: left;
	width: 695px;
}

p.outline {
	float: left;
	width: 520px;
}

p.button {
	float: right;
}

div.note {
	overflow: hidden;
}
