﻿@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/bg-img.jpg);
}
body {
	background: url(../img/common/background-img.png) repeat-x;
}
#Shadow {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/common/background-shadow.png) repeat-y;
	}
#Container {
	background-color: #fafafa;
	background: url(../img/common/body-bg.png);
	margin: 0 auto;
	width: 980px;
}
#Header {
	padding: 20px;	
}
#Header-l {
	float: left;	
}
#Header-r {
	float: right;	
}
#Header h1 {
	padding: 10px 0 0 20px;
}
address p {
	margin: 0;
}
.Name {
	margin: 0 0 5px 0;
	font-size: 182%;
}
.Number {
	margin: 0 0 10px 0;
	font-size: 300%;
	font-weight: bold;
}

#Menu {
	margin: 0 auto;
	padding: 10px;
	height: 63px;
	background: url(../img/common/menu-bg.png) no-repeat;
}
#Menu ul {
	margin: 16px 0 0 0;
	padding: 0;
}
#Menu li {
	margin: 0;
	float: left;
	list-style-type: none;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
#Menu a {
	display: block;
	width: 200px;
	height: 30px;
}
#Menu-top a {
	background: url(../img/common/menu-toppage.png) no-repeat;
}
#Menu-price a {
	background: url(../img/common/menu-price.png) no-repeat;
}
#Menu-company a {
	background: url(../img/common/menu-company.png) no-repeat;
}
#Menu-inquiry a {
	background: url(../img/common/menu-inquiry.png) no-repeat;
}
#Menu-top a:hover,
#Menu-price a:hover,
#Menu-company a:hover,
#Menu-inquiry a:hover {
	background-position: 0 -30px;
}
#Recruitment {
	margin: 0;
	padding-top: 80px;
	float: right;
	text-align: right;
}
#Button p {
	margin: 0;
	padding: 0;
	float: left;
}
h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 200%;
	line-height: 200%;
	text-align: center;
	color: #fff;
	background-color: #333;
}
#map_canvas {
	float: left;
}
#Office-information table {
	float: left;
	margin: 30px;
	font-size: 140%;
	line-height: 140%;
}
#Office-information th {
	color: #fff;
	background-color: #24b9c2;
}
#Office-information td {
	background-color: #fff;
}
#Service-l {
	float: left;
	padding: 20px;
	width: 450px;
	background-color: #f5f5f5;
}
#Service-r {
	float: left;
	padding: 20px;
	width: 450px;
}
h4 {
	margin-bottom: 10px;
	padding: 6px 0 4px 25px;
	background-image: url(../img/common/h4.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-size: 136%;
	font-weight: bold;
	border-bottom: 1px dotted #777;
}
#Footer {
	margin: 0;
	background-color: #333;
	color: #fff;
}
#Footer a {
	color: #fff;
}
#Footer h5 {
	margin-bottom: 30px;
}
#Footer-l {
	padding: 20px;
	width: 450px;
	float: left;
}
#Footer-r {
	padding: 20px;
	width: 450px;
	float: left;
}
h6 {
	font-size: 131%;
}
/* start: Back-header -------------------------------- */
#Back-header {
	margin-top: 30px;
}
#Back-header p {
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#Back-header a {
	display: block;
	width: 180px;
	height: 30px;
	background: url(../img/common/back-header.png) no-repeat;
}
#Back-header a:hover {
	background-position: 0 -30px;
}
/* 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 -------------------------------- */

