﻿@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 {
	height: 100%;
	background-color: #34b0d4;
}
body {
	height: 100%;
}
#Wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
/* start: Header -------------------------------- */
#Header {
	padding: 4px;
	width: 100%;
	height: 26px;
	background-image: url(../img/common/header-bg.gif);
	background-repeat: repeat-x;
}
#Header div {
	margin: 0 auto;
	width: 980px;
	text-indent: -9999px;
	overflow: hidden;
}
h1 a {
	margin: 0;
	display: block;
	width: 221px;
	height: 22px;
	background-image: url(../img/common/h1.png);
	background-repeat: no-repeat;
}
h1 a:hover {
	background-position: 0 -22px;
}
/* start: Body -------------------------------- */
#Body-container {
	position: relative;
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#Body-wrap {
	width: 938px;
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #fff;
	background-image: url(../img/common/body-bg.png);
}
/* start: Body-right -------------------------------- */
#Body-left {
	float: left;
	width: 670px;
}
/* start: Body-right -------------------------------- */
#Body-right {
	float: right;
	margin-left: 18px;
	width: 250px;
}
#Telephone-number {
	margin-bottom: 10px;
	width: 230px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
}
#Telephone-number address {
	font-size: 250%;
	font-family:arial,helvetica,clean,sans-serif;
}
#Address {
	margin-bottom: 20px;
	width: 230px;
	padding: 10px;
	font-size: 133%;
	line-height: 120%;
	font-family:meiryo,arial,helvetica,clean,sans-serif;
	border: 1px solid #fff;
	background-color: #f5f5f5;
}
/* start: Menu -------------------------------- */
#Menu {
	margin: 24px auto 0 auto;
	width: 990px;
	height: 52px;
	background-image: url(../img/common/menu-bg.png);
	background-repeat: no-repeat;
}
#Menu ul {
	margin: 0;
	padding-top: 12px;
}
#Menu li {
	float: left;
	margin-left: 10px;
	width: 130px;
	height: 28px;
	list-style-type: none;
	text-indent: -9999px;
	overflow: hidden;
}
#Menu ul a {
	display: block;
	width: 160px;
	height: 28px;
}
#Menu-toppage a {
	background: url(../img/common/menu-01-toppage.png) no-repeat;
}
#Menu-business a {
	background: url(../img/common/menu-02-business.png) no-repeat;
}
#Menu-sample a {
	background: url(../img/common/menu-03-sample.png) no-repeat;
}
#Menu-quality a {
	background: url(../img/common/menu-04-quality.png) no-repeat;
}
#Menu-flow a {
	background: url(../img/common/menu-05-flow.png) no-repeat;
}
#Menu-company a {
	background: url(../img/common/menu-06-company.png) no-repeat;
}
#Menu-inquiry a {
	background: url(../img/common/menu-07-inquiry.png) no-repeat;
}
#Menu-toppage a:hover,
#Menu-business a:hover,
#Menu-sample a:hover,
#Menu-quality a:hover,
#Menu-flow a:hover,
#Menu-company a:hover,
#Menu-inquiry a:hover {
	background-position: 0 -28px;
}
/* start: Footer -------------------------------- */
#Footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-image: url(../img/common/header-bg.gif);
	background-repeat: repeat-x;
}
#Footer div {
	margin: 0 auto;
	width: 980px;
}
#Footer ul {
	margin: 0;
	padding-top: 7px;
	text-align: center;
}
#Footer li {
	display: inline;
	margin: 0 0 0 40px;
	padding-left: 22px;
	color: #fff;
	background-image: url(../img/common/footer-arrow.png);
	background-repeat: no-repeat;
}
#Footer li a {
	color: #fff;
}
/* start: Back-header -------------------------------- */
#Back-header p {
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
#Back-header a {
	display: block;
	width: 120px;
	height: 16px;
	background: url(../img/common/back-header-arrow.png) no-repeat;
}
#Back-header a:hover {
	background-position: 0 -16px;
}
/* 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 -------------------------------- */

