﻿@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/.jpg);
}
body {
	text-align: center;
}
#Container {
	margin: 0 auto;
	width: 998px;
	text-align: left;
}
#Header {
	width: 998px;
	height: 120px;
	background: url(../img/common/body-container-header.png) no-repeat;
	color: #fff;
}
#Header h1 {
	float: left;
	margin-left: 20px;
}
#Header p {
	margin: 8px 0 10px 5px;
	float: left;
	width: 430px;
	color: #000;
}
#Body-wapper {
	clear: both;
	width: 998px;
	background: url(../img/common/body-container-body.png);
}


/*-----------Start Menu----------*/
#Menu {
	clear: both;
	width: 998px;
	height: 40px;
	padding-bottom: 20px;
}
#Menu ul {
	float: right;
	margin: 0 60px 0 0;
	padding: 0px;
}
#Menu li {
	float: left;
	margin: 0;
	list-style-type: none;
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
#Menu a {
	display: block;
	width: 130px;
	height: 40px;
}
#Menu-toppage a {
	background: url(../img/common/menu-toppage.png) no-repeat;
}
#Menu-business a {
	background: url(../img/common/menu-business.png) no-repeat;
}
#Menu-price a {
	background: url(../img/common/menu-price.png) no-repeat;
}
#Menu-sample a {
	background: url(../img/common/menu-sample.png) no-repeat;
}
#Menu-inquiry a {
	background: url(../img/common/menu-inquiry.png) no-repeat;
}
#Menu-pamphlet a {
	background: url(../img/common/menu-pamphlet.png) no-repeat;
}
#Menu-company a {
	background: url(../img/common/menu-company.png) no-repeat;
}
#Menu-toppage a:hover,
#Menu-business a:hover,
#Menu-price a:hover,
#Menu-sample a:hover,
#Menu-inquiry a:hover,
#Menu-pamphlet a:hover,
#Menu-company a:hover
{
	background-position: 0 -40px;
}
/*-----------END Menu----------*/
#Body {
	width: 998px;
	padding: 0 45px;
	color: #fff;
}
#Body h2 {
	margin-bottom: 15px;
}
#Body h3 {
	margin: 25px 95px 10px 5px;
	padding: 6px 3px 3px 8px;
	border: 1px solid #888;
	border-left: 16px solid #888;
	background-color: #ddd;
	font-size: 140%;
	line-height: 140%;
	color: #292929;
}
#Body h4 {
	clear: both;
	margin: 30px 120px 15px 20px;
	padding: 5px 0 5px 8px;
	background-color: #333;
	border-bottom: 1px dashed #888;
	font-size: 108%;
}
#Body p {
	margin: 10px 130px 10px 30px;
	line-height: 130%;
}
#Image {
	margin-left: 20px;
}
#Image p {
	float: left;
	margin: 10px 0 10px 25px ;
	border: 1px solid #fff;
}
#Body p img {
	border: 1px solid #fff;
}
.Clear {
	clear: both;
}
#Footer {
	clear: both;
	padding-top: 20px;
	width: 998px;
	height: 63px;
	text-align: center;
	background: url(../img/common/container-footer-bg.png) no-repeat;
}
#Footer p {
	margin: 0 auto;
	width: 980px;
	height: 20px;
	color: #074cbe;
	font-size: 130%;
	line-height: 130%;
	background-color: #fff;
}

/* start: Backheader -------------------------------- */
#Backheader {
	clear: both;
	width: 988px;
	text-align: right;
}
#Backheader p {
	margin-right: 20px;
}
/* end: Backheader -------------------------------- */

/* 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 -------------------------------- */