﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */
html {
	background: url(../img/common/body-bg.jpg);
}
body {
	text-align: center;
	color: #404040;
}
.Container {
	margin: 0 auto;
	width: 980px;
	background-color: #fff;
	text-align: left;
}
#Header-box {
	float: left;
	width: 302px;
	height: 57px;
	margin: 10px 20px 10px 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#Header-box a {
	margin: 0;
	display: block;
	width: 302px;
	height: 57px;
	background-image: url(../img/common/h1.png);
	background-repeat: no-repeat;
}
#Header {
	padding: 10px 0 0 0;
	height: 90px;
}
#Tel {
	margin: 10px 20px;
	width: 210px;
	float: left;
	color: #ff9000;
}
#Tel address {
	font-size: 28px;
	font-family: arial black;
}
#Tel p {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 12px;
}
#Header-menu1 ul {
	float: right;
	margin: 10px;
	padding: 0;
}
#Header-menu1 li {
	float: left;
	list-style-type: none;
}
#Header-menu2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#Header-menu2 ul {
	float: left;
	margin: 0;
	padding: 0;
}
#Header-menu2 li {
	float: left;
	list-style-type: none;
}
#Container2 {
	margin: 0 auto;
	width: 980px;
	height: 80px;
}

#Body-menu {
	float: left;
	padding-top: 10px;
	margin: 20px 0 0 10px;
	width: 248px;
	height: 408px;
	background: url(../img/common/body-menu-bg.png) no-repeat;
}
#Body-menu ul {
	margin: 0;
	padding: 0;
}
#Body-menu li {
	margin: 9px 9px;
	list-style-type: none;
}
#Body {
	float: left;
	margin: 10px 10px;
	width: 680px;
}

#Body h3 {
	margin: 30px 30px 10px 10px;
	padding: 8px 15px;
	border-bottom: 1px solid #72aa00;
	border-left: 10px solid #72aa00;
}
#Body p {
	margin: 10px 40px 10px 20px;
}
#Body p img {
	border: 1px solid #72aa00;
}
.Link {
	margin-top: 40px;
}
.Link p {
	padding: 4px 0 0 48px;
	height: 44px;
	line-height: 160%;
	font-size: 160%;
	background: url(../img/common/link-icon.png) no-repeat;
}
#Footer {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #000;
	font-size: 110%;
	line-height: 110%;
	color: #fff;
}
#Footer p {
	color: #fff;
}
#Img-borderless p img {
	border: none;
}
/* start: Header-menu -------------------------------- */
#rolloverMenu li {
  margin-bottom: 3px;
}
#rolloverMenu li a {
  background: #00f url(btn_over.gif) left top no-repeat;
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 88px;
  height: 32px;
}

#rolloverMenu li a:hover {
  background-color: #f73;
  color: #f00;
}

#rolloverMenu li a img {
  background-color: #00f;
}

#rolloverMenu li a:hover img {
  position: relative;
  top: -32px;
}
/* end: Header-menu -------------------------------- */

/* start: Back-header -------------------------------- */
#Back-header {
	margin-top: 30px;
}
#Back-header p {
	margin: 10px;
	text-align: right;
}
#Back-header a {
	color: #629911;
}
#Back-header a:link {
	color: #629911;
	text-decoration: none;
}
#Back-header a:visited {
	color: #629911;
	text-decoration: none;
}
#Back-header a:hover {
	color: #629911;
	text-decoration: underline;
}
#Back-header a:active {
	color: #629911;
	text-decoration: underline;
}
/* end: Back-header -------------------------------- */

/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 

.clearfix {
	display: inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
/* end: Highlight -------------------------------- */

