
* {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
}

body {
	background: #FFFFFF url("../img/bg.jpg") repeat-x 0px 0px;
}

#wrap {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 800px;
	margin: 40px auto auto auto;
}

#navi {
	display: block;
	width: 540px;
	margin-top: 5px;
	height: 30px;
	padding-left: 260px;
}

#navi li {
	display: block;
	float: left;
	padding: 5px;
	margin-right: 15px;
	padding-left: 10px;
	background-image: url("../img/navi_dot.jpg");
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#navi a {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

#navi a:hover {
	text-decoration: underline;
}

#header {
	display: block;
	background: #FFFFFF url("../img/header.jpg") no-repeat 235px 0px;
	height: 180px;
}

#logo {
	display: block;
	background: #FFFFFF url("../img/logo.jpg") no-repeat 10px 0px;
	margin-left: 10px;
	width: 200px;
	height: 140px;
}

#content {
	display: block;
	background-image: url("../img/wrap_bg.jpg");
	background-repeat: repeat-y;

}

#left {
	display: block;
	float: left;
	background: #dfdfdf url("../img/left_bg.jpg") repeat-x 0px 0px;
	width: 218px;
}

#left h2 {
	display: block;
	background-image: url("../img/left_header_bg.jpg");
	height: 33px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	width: 192px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left .lbox {
	background-image: url("../img/left_b.jpg");
	background-repeat: repeat-x;
	width: 172px;
	padding: 10px;
	margin-top: 0px;
	margin: auto;
}

#left #sub {
	list-style: none;
	background: none;
	margin-top: 10px;
}
#left #sub li {
	padding-left: 10px;
	background-image: url("../img/arrow.jpg");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #b1c903;
}

#left #sub .l {
	border-bottom: none;
}

#left .lbox li a {
	color: #000000;
	text-decoration: none;
}

#left .lbox li a:hover {
	text-decoration: underline;
}

#left .address {
	display: block;
	width: 192px;
	margin: 30px auto 0px auto;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 10px;
}

#left img {
	display: block;
	margin: 5px auto;
}

#main {
	display: block;
	float: left;
	width: 562px;
	padding-left: 20px;
}

#main a {
	color: #b1c903;
}

#main h1 {
	color: #b1c903;
	font-size: 14px;
	margin-bottom: 10px;
}

#main p {
	margin-bottom: 20px;
	line-height: 16px;
	padding-right: 10px;
}

#main small {
	font-size: 8px;
}

#main ul {
	margin-left: 20px;
}

#main #main_b {
	margin-top: 15px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
}

#main #location {
	background: #FFFFFF url("../img/box_bg.jpg") repeat-x 0px 0px;
	display: block;
	width: 150px;
	padding: 10px;
	float: left;
	line-height: 14px;
}

#main #team {
	background: #FFFFFF url("../img/box_bg.jpg") repeat-x 0px 0px;
	display: block;
	width: 150px;
	padding: 10px;
	float: left;
	margin-left: 17px;
	line-height: 14px;
}

#main #hours {
	background: #FFFFFF url("../img/box_bg.jpg") repeat-x 0px 0px;
	display: block;
	width: 150px;
	padding: 10px;
	float: left;
	margin-left: 17px;
	line-height: 14px;
}

#main #location .b_m {
	display: block;
	color: #b1c903;
	font-weight: bold;
	background-image: url("../img/b_arrow.jpg");
	background-repeat: no-repeat;
	background-position: 98px 5px;
	text-decoration: none;
	margin-top: 5px;
}

#main #team .b_t {
	display: block;
	color: #b1c903;
	font-weight: bold;
	background-image: url("../img/b_arrow.jpg");
	background-repeat: no-repeat;
	background-position: 60px 5px;
	text-decoration: none;
	margin-top: 5px;
}

#main #location strong, #team strong, #hours strong {
	display: block;
	margin-bottom: 5px;
}

#main #location a:hover {
	text-decoration: underline;
}

#main #team a:hover {
	text-decoration: underline;
}

#main #about table {
	border: 1px solid black;
	border-top: 0px;
	border-right: 0px;
}
#main #about td {
	padding: 2px;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.clear {
	display: block;
	height: 1px;
	clear: both;
}

#footer-navi {
	background-color: #FFFFFF;
	width: 800px;
	margin: 10px auto 10px auto;
}

#footer-navi li {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #b1c903;
}

#footer-navi a {
	color: #000000;
	text-decoration: none;
}

#footer-navi a:hover {
	text-decoration: underline;
}

#footer-navi .l {
	border-right: none;
}

#footer-navi .about {
	float: right;
	border: none;
}

