@charset "utf-8";
/* formatting style
------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(image/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 20px;
	float: right;
	width: 520px;
	margin-bottom: 20px;
}
#main on {
	width: 700px;
	padding-left: 30px;
}

#sidebar {
	padding: 20px;
	float: left;
	width: 180px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles 
----------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 170px;
	border-top: 3px solid #ff6600;
	background-image: url(img2/top8.gif);
}
#header ul {
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	top: 174px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 158px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #e8ecf5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#service #header #nService a,
#pricelist #header #nPricelist a,
#contact #header #nContact a,
#map #header #nMap a,
 {
	color: #FFFFFF;
	background-color: #828ca7;
}


/* main styles
----------------------------------*/
#main h2 {
	margin-bottom: 5px;
}	
#main　h3 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

#main p {
	line-height: 1.5;
	margin-bottom: 1em;
}
#main　dl#top dt {
	font-weight: bold;
	background-image: url(img2/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear:left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#top dd {
	margin: 0em 0em 10em 6em;
}



#main dl dt {
	clear: left;
	text-decoration: underline;
	line-height: 1.5em;
}
#main ul {
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
}


#main table {
	background-color: #FFFFFF;
	width: 460px;
	border-left: 1px solid #FFFFFF;
}
#main table tr .top {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099cc;
	text-align: center;
}
#main table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#main table th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}




/* sidebar styles
----------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
/* footer styles
----------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
