@charset "UTF-8";

@import url("main-menu.css");

/* base
--------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Futura, Arial, Helvetica, sans-serif;
}
a:link {
	color: #0C6E16;
	text-decoration: underline;
}
a:visited {
	color: #2d6e34;
	text-decoration: underline;
}
a:hover {
	color: #FF8700;
	text-decoration: none;
}
a:active {
	color: #cc0700;
}
hr {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.none {
	display: none;
}


/* layout
--------------------------- */
#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}
#header {
	height: 90px;
	position: relative;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c6e16;
	background-image: url(../images/base_img/header_maintitle.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents-container {
	margin-bottom: 20px;
}
#menu-container {
	width: 260px;
	float: left;
}
#main-container {
	width: 510px;
	padding-bottom: 20px;
	float: right;
	position: relative;
}
#main-container img {
	position: relative;
}


/* header
--------------------------- */
#header .main-title a {
	width: 315px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	height: 60px;
	left: 0px;
	top: 25px;
}
#header dl {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
	position: absolute;
	top: 45px;
	left: 320px;
}
#header dt {
	width: 13em;
	text-align: right;
}
#header dd {
	margin-left: 13.5em;
	margin-top: -1.5em;
}
#search-container {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: middle;
	position: absolute;
	font-size: 0.8em;
	width: 300px;
	top: 0px;
	right: 0px;
}
#search-container form {
	color: #666666;
	font-size: 1em;
	line-height: 2.2em;
	padding-top: 5px;
}
#search-container img {
	margin-top: 6px;
}
#search-container input {
	margin-right: 2px;
}
#search-container label {
	padding-right: 1em;
	padding-left: 1em;
}
#search-container label span {
	margin-right: 154px;
}
#search-container .btn {
	position: absolute;
	top: 5px;
	right: 5px;
}
#search-container .field {
	width: 110px;
	position: absolute;
	top: 6px;
	right: 40px;
}
#header-menu {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header-menu li {
	list-style-type: none;
	display: inline;
	padding-left: 0.5em;
	margin-left: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0C6E16;
	font-size: 0.9em;
	line-height: 1.2em;
}
#header-menu strong {
	color: #FF8700;
}
.btn-contact a {
	display: block;
	height: 40px;
	width: 260px;
	background-image: url(../images/base_img/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
}
.btn-contact a:hover {
	background-position: right top;
}
.btn-contact-over {
	display: block;
	height: 40px;
	width: 260px;
	background-image: url(../images/base_img/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
}
#menu-container #search-title {
	height: 40px;
	width: 260px;
	background-image: url(../images/base_img/menu_search-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#bnr-container {
	margin-bottom: 10px;
	text-align: center;
}
#bnr-container h5 {
	margin-bottom: 10px;
}
#bnr-container p {
	text-align: left;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666666;
	padding-top: 50px;
}

/* address-container
--------------------------- */
#address-container {
	height: 150px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C6E16;
	margin-bottom: 20px;
}
#address-container p {
	font-size: 1.1em;
	line-height: 1.5em;
}
#address-container p strong {
	font-size: 1.1em;
}


/* footer
--------------------------- */
#footer {
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0C6E16;
	text-align: center;
}
#footer address {
	font-size: 0.9em;
	font-style: normal;
	color: #666666;
	letter-spacing: 0.1em;
}


/* material
--------------------------- */
.clear-float {
	clear: both;
}
.float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.float-right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.default-sub-title {
	font-size: 1.3em;
	background-color: #333333;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	background-image: url(../images/base_img/base_subtitle-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 20px;
	line-height: 1em;
	clear: both;
}
