/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: arial;
	vertical-align: baseline;
	list-style: none;
}

html {
	background: #fff;
}

body {
	color: #333;
	font-size: 14px;
	text-align: center;
	letter-spacing:0.5px;
}

.clear {
	clear: both;
	line-height: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: none;
}


/****************************************
		2. Basic Layout 
*****************************************/

#page {

}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	border-top: solid 5px #027C02;
}

#contents {
	padding: 0px 25px 10px 25px;
	margin: 35px 0px 0px 0px;
	_margin: 50px 0px 0px 0px;
	width: 800px;
}

#left_sidebar {
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#main {
	width: 535px;
	_width: 530px;
	margin: 0px 0px 0px 215px;
	padding: 0px 0px 0px 0px;
}

#footer {
	padding: 8px 0px 8px 0px;
	text-align: center;
	border-top: solid 1px #006600;
}

/****************************************
		3.  Header, Menu
*****************************************/


dl#catch_form {
	width: 800px;
	height: 40px;
	_height: 40px;
	margin: 0px 0 0 0;
	_margin: 0px 0 0 0;
}

*:first-child+html dl#catch_form {
	width: 800px;
	height: 40px;
	margin: 0px 0 0 0;
}

dl#catch_form dt {
	float: left;
	width: 600px;
	margin: 0 0 0 0;
}

dl#catch_form dd {
	float: right;
	text-align: right;
	width: 200px;
	margin: 0 0 0 0;
}

#catch{
	font-size: 18px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0 0 0px;
	white-space: nowrap;
}

#to_form {
	float: right;
	width: 160px;
	height: 20px;
	padding: 0 0px 0 0px;
	_padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: url("images/to_form_bg.gif") no-repeat 0px 0px;
}

*:first-child+html #to_form {
	float: right;
	width: 160px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: url("images/to_form_bg.gif") no-repeat 0px 0px;
}

#to_form a {
	color: #fff;
}

#to_form a:hover {
	color: #ccc;
}

dl#logo_tel {
	width: 800px;
	height: 60px;
	_height: 70px;
	margin: 0px 0 0 0;
	_margin: 10px 0 0 0;
}

*:first-child+html dl#logo_tel {
	width: 800px;
	height: 60px;
	margin: 0px 0 0 0;
}

dl#logo_tel dt {
	float: left;
	width: 276px;
	margin: 0px 0 0 0;
}

dl#logo_tel dd {
	float: right;
	text-align: right;
	width: 224px;
}

#logo{
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 25px;
}

#tel {
	height: 30px;
	margin: 0px 0 0 0px;
	padding: 0px 25px 0px 0px;
	white-space: nowrap;
}

*:first-child+html #tel {
	height: 30px;
	margin: 0px 0 0 0px;
	padding: 40px 0px 0px 0px;
	white-space: nowrap;
}

#nav {
	height: 30px;
	width: 800px;
	_width: 800px;
	padding: 0 0px 0 25px;
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0 0 -4px;
	_margin: 10px 0 0 -4px;
	white-space: nowrap;
}

*:first-child+html #nav {
	height: 30px;
	width: 800px;
	padding: 0 0px 0 0px;
	font-size: 14px;
	line-height: 30px;
	margin: 30px 0 0 -4px;
	white-space: nowrap;
}

ul#nav {
	position: absolute;
}

ul#nav li {
	color: #006600;
	display: inline;
	list-style-type: none;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
}

ul#nav li a {
	color: #000;
	text-decoration: none;
	padding: 0 0px 0 0px;
}

ul#nav li a:hover {
	color: #006600;
	text-decoration: none;
	padding: 0 0px 0 0px;
}

ul#nav li.now {
	color: #006600;
	text-decoration: none;
	padding: 0 0px 0 0px;
	border-bottom: solid 2px #006600;
}

/****************************************
		4.  Main
*****************************************/

.to_top {
	width: 750px;
	margin: 10px 0 0px 0px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}

.to_top a {
	background: url("images/top_bg.gif") no-repeat right top;
	padding: 0px 15px 0px 0px;
}

.to_top a:hover {
	background: url("images/top_bg_on.gif") no-repeat right top;
	padding: 0px 15px 0px 0px;
}

.flash {
	width: 750px;
	text-align: center;
	margin: 20px 0px 15px 0px;
	_margin: 0px 0px 15px 0px;
}

.address {
	margin: 20px 0px 15px 10px;
}

.title {
	width: 535px;
	_width: 530px;
	height: 24px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	background: url("images/title.gif") no-repeat 0px 0px;
	_background: url("images/title2.gif") no-repeat 0px 0px;
	margin: 0px 0px 15px 0px;
	padding: 4px 0px 0px 10px;
}

.photo_right {
	float: right;
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 0px;
}

.photo_left {
	float: left;
	margin: 0px 10px 0px 0px;
}

.sentence {
	line-height: 22px;
}

.caption {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #006600;
	margin: 10px 0px 0px 0px;
}

.top_address {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px 0px 0px;
	padding: 6px 6px 6px 16px;
	border: solid 1px #006600;
	background: #ddffdd;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	margin: 20px 0px 5px 0px;
}

.heading a {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	margin: 20px 0px 5px 0px;
}

/****************************************
		Profile
*****************************************/

.profiles {
	margin: 20px 0px 0px 0px;
}

.profile {
	width: 535px;
	_width: 530px;
	margin: 10px 0px -10px 0px;
	_margin: 2px 0px 0px 0px;
	line-height: 20px;
	background: url(./images/profile/underline.gif) no-repeat bottom left;
}

.year {
	width: 530px;
	_width: 525px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
}

.history {
	width: 445px;
	margin: -20px 0px 0px 80px;
}

/****************************************
		Access
*****************************************/

.map {
	width: 535px;
	_width: 530px;
	margin: 30px 0px 0px 0px;
	_margin: 20px 0px 0px 0px;
	text-align: center;
}

/****************************************
		Promise
*****************************************/

.promise {
	width: 535px;
	_width: 530px;
	margin: 10px 0px -10px 0px;
	_margin: 2px 0px 0px 0px;
	line-height: 20px;
}

.number {
	width: 530px;
	_width: 525px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 5px;
}

.disc {
	width: 505px;
	margin: -20px 0px 0px 20px;
}

/****************************************
		Form
*****************************************/

.form {
	width: 535px;
	_width: 530px;
	margin: 10px 0px -10px 0px;
	_margin: 2px 0px 0px 0px;
	line-height: 20px;
	background: url(./images/form/underline.gif) no-repeat bottom left;
}

.question {
	width: 530px;
	_width: 525px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
}

.answer {
	width: 355px;
	margin: -20px 0px 0px 170px;
}

.submit {
	width: 530px;
	_width: 525px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.form2 {
	width: 535px;
	_width: 530px;
	margin: 10px 0px -10px 0px;
	_margin: 2px 0px 0px 0px;
	line-height: 20px;
	background: url(./images/form/underline.gif) no-repeat bottom left;
}

.question2 {
	width: 530px;
	_width: 525px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 5px;
}

/****************************************
		Privacy Policy
*****************************************/

.privacy {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #006600;
	margin: 20px 0px -10px 0px;
}

/****************************************
		Sitemap
*****************************************/

#sitemap {
	font-size: 14px;
}

ul#sitemap {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

ul#sitemap li {
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	_margin: 0px 0px -3px 0px;
}

ul#sitemap li a {
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

ul#sitemap li a:hover {
	text-decoration: none;
	color: #006600;
}

ul#sitemap li p {
	display: block;
	text-decoration: none;
	color: #006600;
}

ul#sitemap li.headline a {
	list-style-type: none;
	width: 180px;
	_width: 190px;
	padding: 0px 0px 0px 10px;
	_margin: 0px 0px -3px 0px;
	line-height: 30px;
	background: url("images/headline_bg.gif") no-repeat 0px 8px;
}

ul#sitemap li.bussiness a {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 0px 0px 0px 20px;
	_padding: 4px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	line-height: 34px;
	background: url("images/menu_bg.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg.gif") no-repeat 0px 14px;
}

ul#sitemap li.bussiness a:hover {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 0px 0px 0px 20px;
	_padding: 4px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	line-height: 34px;
	background: url("images/menu_bg_on.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg_on.gif") no-repeat 0px 14px;
}

ul#sitemap li.bussiness2 a {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 2px 0px 2px 20px;
	_padding: 8px 0px 2px 20px;
	margin: 0px 0px 0px 10px;
	line-height: 14px;
	background: url("images/menu_bg.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg.gif") no-repeat 0px 14px;
}

ul#sitemap li.bussiness2 a:hover {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 2px 0px 2px 20px;
	_padding: 8px 0px 2px 20px;
	margin: 0px 0px 0px 10px;
	line-height: 14px;
	background: url("images/menu_bg_on.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg_on.gif") no-repeat 0px 14px;
}


/****************************************
		Menu
*****************************************/

#menu {
	font-size: 14px;
}

ul#menu {
	margin:0;
	padding:0;
}

ul#menu li {
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	_margin: 0px 0px -3px 0px;
}

ul#menu li a {
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

ul#menu li a:hover {
	text-decoration: none;
	color: #006600;
}

ul#menu li p {
	display: block;
	text-decoration: none;
	color: #006600;
}

ul#menu li.headline a {
	list-style-type: none;
	width: 180px;
	_width: 190px;
	padding: 0px 0px 0px 10px;
	_margin: 0px 0px -3px 0px;
	border-bottom: solid 1px #006600;
	font-weight: bold;
	line-height: 30px;
	background: url("images/headline_bg.gif") no-repeat 0px 8px;
}

ul#menu li.headline p {
	list-style-type: none;
	width: 180px;
	_width: 190px;
	padding: 0px 0px 0px 10px;
	_margin: 0px 0px -3px 0px;
	border-bottom: solid 1px #006600;
	font-weight: bold;
	line-height: 30px;
	background: url("images/headline_bg.gif") no-repeat 0px 8px;
}

ul#menu li.bussiness a {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 0px 0px 0px 20px;
	_padding: 4px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	border-bottom: dotted 1px #666666;
	line-height: 34px;
	background: url("images/menu_bg.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg.gif") no-repeat 0px 14px;
}

ul#menu li.bussiness a:hover {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 0px 0px 0px 20px;
	_padding: 4px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	border-bottom: dotted 1px #666666;
	line-height: 34px;
	background: url("images/menu_bg_on.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg_on.gif") no-repeat 0px 14px;
}

ul#menu li.bussiness p {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 0px 0px 0px 20px;
	_padding: 4px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	border-bottom: dotted 1px #666666;
	line-height: 34px;
	background: url("images/menu_bg_on.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg_on.gif") no-repeat 0px 14px;
}

ul#menu li.bussiness2 a {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 2px 0px 2px 20px;
	_padding: 8px 0px 2px 20px;
	margin: 0px 0px 0px 10px;
	border-bottom: dotted 1px #666666;
	line-height: 14px;
	background: url("images/menu_bg.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg.gif") no-repeat 0px 14px;
}

ul#menu li.bussiness2 a:hover {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 2px 0px 2px 20px;
	_padding: 8px 0px 2px 20px;
	margin: 0px 0px 0px 10px;
	border-bottom: dotted 1px #666666;
	line-height: 14px;
	background: url("images/menu_bg_on.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg_on.gif") no-repeat 0px 14px;
}

ul#menu li.bussiness2 p {
	list-style-type: none;
	width: 160px;
	_width: 180px;
	padding: 2px 0px 2px 20px;
	_padding: 8px 0px 2px 20px;
	margin: 0px 0px 0px 10px;
	border-bottom: dotted 1px #666666;
	line-height: 14px;
	background: url("images/menu_bg_on.gif") no-repeat 0px 10px;
	_background: url("images/menu_bg_on.gif") no-repeat 0px 14px;
}

/****************************************
		Footer
*****************************************/

#foot_nav {
	height: 20px;
	width: 800px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

ul#foot_nav {
}

ul#foot_nav li {
	color: #006600;
	display: inline;
	list-style-type: none;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
}

ul#foot_nav li a {
	color: #000;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

ul#foot_nav li a:hover {
	color: #006600;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

ul#foot_nav li.now {
	color: #006600;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
