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

body {
	text-align: center;
	background: url(../img/common/background-img.png) repeat-x;
	background-color: #fff;
}
#Background {
	width: 990px;
	margin: 0 auto;
	background: url(../img/common/body-background-img.png) repeat-y;
}
#Body-container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

/* start: Menu -------------------------------- */
#Menu {
	float: left;
	margin-right: 10px;
}
#Menu ul {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 610px;
	background: url(../img/common/menu-background.png) no-repeat;
}
#Menu li {
	margin-top: 9px;
	margin-left: 3px;
	list-style-type: none;
	width: 260px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	float:left;
}
#Menu a {
	display: block;
	width: 260px;
	height: 50px;
}
#Menu-top a {
	background: url(../img/common/menu-toppage.png) no-repeat;
}
#Menu-exp a {
	background: url(../img/common/menu-exp.png) no-repeat;
}
#Menu-system a {
	background: url(../img/common/menu-system.png) no-repeat;
}
#Menu-howto a {
	background: url(../img/common/menu-howto.png) no-repeat;
}
#Menu-access a {
	background: url(../img/common/menu-access.png) no-repeat;
}
#Menu-order a {
	background: url(../img/common/menu-order.png) no-repeat;
}
#Menu-inquiry a {
	background: url(../img/common/menu-inquiry.png) no-repeat;
}
#Menu-system-crab a {
	background: url(../img/common/menu-system-crab.png) no-repeat;
}
#Menu-introduction-crab a {
	background: url(../img/common/menu-introduction-crab.png) no-repeat;
}
#Menu-howto-crab a {
	background: url(../img/common/menu-howto-crab.png) no-repeat;
}
#Menu-top a:hover,
#Menu-exp a:hover,
#Menu-system a:hover,
#Menu-howto a:hover,
#Menu-access a:hover,
#Menu-order a:hover,
#Menu-inquiry a:hover,
#Menu-system-crab a:hover,
#Menu-introduction-crab a:hover,
#Menu-howto-crab a:hover
{
	background-position: 0 -50px;
}
/* end: Menu -------------------------------- */

/* start: Body -------------------------------- */
#Body {
	width: 690px;
	float: left;
}
/* end: Body -------------------------------- */
h1 {
	float: left;
}
#Header-right {
	float: right;
}
#Header-p {
	clear: both;
	margin-left: 10px;
}
/* start: Footer -------------------------------- */
#Footer {
	clear: both;
	text-align: center;
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 108%;
	background-color: #ddd;
}
/* end: Footer -------------------------------- */

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

