@charset "Shift_JIS";
/* CSS Document */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
/*reset*/
html {
	color:#666666;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em,  th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
background : transparent url(../images/main_bg.jpg) repeat-x;
	background-color:#eee;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	letter-spacing: 0em;
	font-size:12px ;
	line-height:140% ;
}
/* for win firefox */
body {
	#letter-spacing: 0.04em;
}
/* for win IE7 */
*:first-child+html body {
	letter-spacing: 0.04em;
}
/* for mac firefox */
body { 	letter-spacing: 0em; }
body, x:-moz-any-link { letter-spacing: -0.007em; /* Fx 1.0 以降に適用される */}
body, x:-moz-read-only { letter-spacing: -0.007em; /* Fx 1.5, 2.0 以降に適用される */}
body, x:-moz-broken { letter-spacing: -0.007em; /* Fx 3.0 以降に適用される */}
body, x:x{ 	letter-spacing: 0em; }

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*/reset*/

/*clearfix*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/
/*/clearfix*/
/* -----------------------------------------------------------------------------------
common_css
*Header
*Navigation
*Layout-3column
*LeftNavigation
*Footer
----------------------------------------------------------------------------------- */
html, body {
	margin:0;
	padding:0;
	background-color:#eee;
	font-size:12px ;
	line-height:140% ;
	color:#666666;
}
body {
	font: 76% arial, sans-serif;
	text-align:center;
	font-size:12px ;
	line-height:140% ;
	color:#666666;
}
/* Header ----------------------------*/
div#header {
	height:75px;
	width:950px;
	background:url(../images/header.gif) no-repeat 0 0;
}
div#header h1 {
	height:75px;
	width:950px;
  display:block;
  text-indent:-10000px;
}
div#header h1 a {
	height:75px;
	width:950px;
	display:block;
	/*\*/
   overflow: hidden;
/**/
}

/* Navigation ----------------------------*/
#navigation {
	height:45px;
  width:950px;
	background:url(../images/menu_bg.gif) no-repeat 0 0;
}
#navigation ul {
  display:block;
  float:left;
  width:720x;
  height:35px;
  list-style:none;
}
#navigation ul li {
  display:block;
  float:left;
  height:35px;
  text-indent:-10000px;
}
#navigation ul li a {
  display:block;
  width:100%;
  height:100%;
	/*\*/
   overflow: hidden;
/**/
}
/*Link*/
#navigation li {
	width:120px;
}
#menu_HOME {
  background:url(../images/menu_home.gif) no-repeat 0 0;
}
#menu_News {
  background:url(../images/menu_news.gif) no-repeat 0 0;
}
#menu_Products {
  background:url(../images/menu_products.gif) no-repeat 0 0;
}
#menu_Service {
  background:url(../images/menu_servis.gif) no-repeat 0 0;
}
#menu_About {
  background:url(../images/menu_about.gif) no-repeat 0 0;
}
#menu_Contacts {
  background:url(../images/menu_contact.gif) no-repeat 0 0;
}
/*Link_active*//*Link_hover*/
#navigation p,#navigation a:hover {
  height:35px;
	margin:0;
}
#menu_HOME p,#menu_HOME a:hover  {
  background:url(../images/menu_home.gif) no-repeat 0 -35px;
}
#menu_News p,#menu_News a:hover {
  background:url(../images/menu_news.gif) no-repeat 0  -35px;
}
#menu_Products p,#menu_Products a:hover {
  background:url(../images/menu_products.gif) no-repeat 0  -35px;
}
#menu_Service p,#menu_Service a:hover {
  background:url(../images/menu_servis.gif) no-repeat 0  -35px;
}
#menu_About p,#menu_About a:hover {
  background:url(../images/menu_about.gif) no-repeat 0  -35px;
}
#menu_Contacts p,#menu_Contacts a:hover {
  background:url(../images/menu_contact.gif) no-repeat 0  -35px;
}


#navigation2 ul {
  display:block;
  float:right;
  height:35px;
	width:230px;
  list-style:none;
}
#navigation2 ul li {
  display:block;
  float:right;
  height:35px;
	width:83px;
/*  text-indent:-10000px;*/
}
#navigation2 ul li a {
  display:block;
  width:100%;
  height:100%;
	/*\*/
   overflow: hidden;
/**/
}

/*Link*/
#navigation2 li {
	width:83px;
}
#menu_Site {
  background:url(../images/menu_sitemap.gif) no-repeat 0 0;
}
#menu_Japanese {
  background:url(../images/menu_jap.gif) no-repeat 0 0;
}
/*Link_active*//*Link_hover*/
#navigation2 p,#navigation2 a:hover {
	width:83px;
}
#menu_Site p,#menu_Site a:hover {
  background:url(../images/menu_sitemap.gif) no-repeat 0 -35px;
}
#menu_Japanese p,#menu_Japanese a:hover {
  background:url(../images/menu_jap.gif) no-repeat 0 -35px;
}


/* Layout-3column ----------------------------*/
div#wrapper {
	text-align:left
}

div#wrapper {
	width:950px;
	margin:0 auto;
}

#center
	{
	float: left;
	width: 540px;
	margin-left: 180px;
	background-color:#FFF;
	}

* html #center
	{
	display: inline;
	}

#leftRail
	{
	float: left;
	width: 180px;
	margin-left: -720px;
	background:url(../images/navi_bg.gif) repeat 0 0;
	}

#rightRail
	{
	float: left;
	width: 230px;
	background-color:#CCC;
	}
	
	
#leftRail_about_us
	{
	float: left;
	width: 180px;
	margin-left: -720px;
	background:url(../images/about_us/side_image_tree.jpg) repeat 0 0;
	}
#leftRail_contact
	{
	float: left;
	width: 180px;
	height: 750px;
	margin-left: -720px;
	background:url(../images/navi_bg.gif) repeat 0 0;
	}

/*----------------------------------*/

#center_2
	{
	float: left;
	width: 765px;
	margin-left: 180px;
	background-color:#FFF;
	}

* html #center_2
	{
	display: inline;
	}

#leftRail_2
	{
	float: left;
	width: 180px;
	margin-left: -945px;
	background:url(../images/navi_bg.gif) repeat 0 0;
	}

#rightRail_2
	{
	float: left;
	width: 5px;
	background-color:#fff;
	}
	
	
/* Start Mac IE5 filter \*/
#center, #leftRail, #rightRail, #center_2, #leftRail_2, #rightRail_2, #leftRail_about_us, #leftRail_about_us2
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#center, #leftRail, #rightRail, #center_2, #leftRail_2, #rightRail_2
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#center:before, #leftRail:before, #rightRail:before, #center_2:before, #leftRail_2:before, #rightRail_2:before, #leftRail_about_us:before, #leftRail_about_us2:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
#wrapper2
	{
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper2
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper2:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper2
	{
	display: inline-block;
	}
/*\*/
#wrapper2
	{
	display: block;
	}
/* end easy clearing */

/* LeftNavigation ----------------------------*/
#LeftNavigation {
	margin:15px 0px 15px 15px;
}

#LeftNavigation ul {
	width:150px;
  display:block;
  list-style:none;
}

#LeftNavigation ul li {
	
	display:block;
	height:28px;
	margin-bottom:5px;
}

#LeftNavigation ul li a {
	padding:0px 0px 0px 6px;
	line-height:28px ;
	color:#666;
	display:block;
  width:100%;
  height:100%;
	text-decoration:none;
	/*\*/
   overflow: hidden;
/**/
}

#LeftNavigation ul li a:hover,#LeftNavigation ul li em a, #LeftNavigation ul li p {
	padding:0px 0px 0px 6px;
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
	line-height:28px ;
	color:#fff;
	display:block;
  width:100%;
  height:100%;
	text-decoration:none;
}

#LeftNavigation li {
	height:28px;
	margin:0;
}
/*Link*/

#smenu_velo {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_flow {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_par {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_air {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_pre {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_tem {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_hum {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_sou {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_tac {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_sol {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_lux {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_contact {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_request {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}
#smenu_support {
	background:url(../images/smenu_button.gif) no-repeat 0 0;
}

#LeftNavigation p,#LeftNavigation a:hover {
  height:28px;
	margin:0;
}
#smenu_products p,#smenu_products a:hove{
}
#smenu_velo p,#smenu_velo a:hover, em a  {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_flow p,#smenu_flow a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_par p,#smenu_par a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_air p,#smenu_air a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_pre p,#smenu_pre a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_tem p,#smenu_tem a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_hum p,#smenu_hum a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_sou p,#smenu_sou a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_tac p,#smenu_tac a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_sol p,#smenu_sol a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}
#smenu_lux p,#smenu_lux a:hover {
	background:url(../images/smenu_button.gif) no-repeat 0 -28px;
}

/* Footer ----------------------------*/
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

div#footer {
	clear: both;
	background: #333;
	color: #FFF;
	background:url(../images/footer_bg.gif) no-repeat 0 0;
	width:950px;
	height:30px;
}
div#footer p {
	margin:0;
	float:right;
	padding:5px 10px
}
div#footer span {
	float:left;
	padding:5px 10px
}
div#footer span a {
	color:#FFF;
}
div#footer span a:hover {
	color:#009;
	text-decoration:none;
}

a:link {
	color:#009;
	text-decoration:none;
}

a:visited {
	color:#009;
	text-decoration:none;
}

a:hover {
	color:#060;
	text-decoration:none;
}



/** margin bottom **/
.mb0 {
	margin-bottom:0;
}
.mb05 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}
.mb40 {
	margin-bottom:40px;
}
.mb45 {
	margin-bottom:45px;
}
.mb50 {
	margin-bottom:50px;
}
.mb55 {
	margin-bottom:55px;
}
.mb60 {
	margin-bottom:60px;
}

/** text indent **/
.id01 {
	text-indent:-7px;
	padding-left:7px;
}

