﻿@charset "utf-8";

/* header */
#header {
	background: #fff;
}

#header .hdr_inner {
	width: 940px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#header .hdr_inner h1 {
	position: absolute;
	top: 11px;
	left: 0;
	width: 195px;
}

#header .hdr_inner ul {
	position: absolute;
	top: 13px;
	left: 195px;
	width: 180px;
}

#header .hdr_inner ul li {
	padding: 3px 0 3px 12px;
	background: url(../images/header/hdr_blt_link.gif) no-repeat 0 50%;
	font-size: 12px;
	line-height: 1.1;
}

#header .hdr_inner ul li a:link {
	color: #434343;
	text-decoration: none;
}

#header .hdr_inner ul li a:visited {
	color: #434343;
	text-decoration: none;
}

#header .hdr_inner ul li a:hover {
	color: #097c25;
	text-decoration: underline;
}

#header .hdr_inner ul li a:active {
	color: #097c25;
	text-decoration: underline;
}

#header .hdr_inner .tel {
	position: absolute;
	top: 13px;
	right: 180px;
	width: 394px;
}

#header .hdr_inner .tel dd {
	color: #434343;
	padding: 5px 0 0;
	font-size: 12px;
	line-height: 1.1;
}

#header .hdr_inner .contact {
	position: absolute;
	top: 13px;
	right: 0;
	width: 180px;
}

/* nav */
#nav {
	height: 50px;
	background: url(../images/header/bg_nav.gif) repeat-x;
}

#nav ul {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	margin: 0 12px 0 0;
	padding: 0 0 0 10px;
	background: url(../images/header/nav_blt_link.gif) no-repeat 0 48%;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
}

#nav ul li a:link,
#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li.current a {
	color: #fff100;
	text-decoration: none;
}

