﻿@charset "utf-8";

/*----- Common -----*/


/* site format value reset */

* {
 margin: 0;
 padding: 0;
 line-height: 140%;
 color: #333333;
 font-style: normal;
 letter-spacing: normal;
 word-spacing: normal;
 font-family: "Verdana","Arai","HiraKakuPro-W3","MS-PGothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","osaka";
 font-size: 11px;
}

html, body {
 height: 100%;
}

html {
 width: 100%;
}

body {
 width: 100%;
 background: url(/img00/body_bg.gif) repeat-x top center #e1e1e1;
}

#container {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}

div#main-frame {
 width: 860px;
 margin: 0 auto;
}

h1, h2, h3, h4, h5 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 background-repeat: no-repeat;
}

hr {
 display: none;
}

img {
 border: none;
}

img a {
 border: 0;
 color: #ffffff;
}

a {
 overflow: hidden;
 color: #3399cc;
 text-decoration: none;
}

a:hover {
 color: #0066ff;
 text-decoration: underline;
}

ul {
 margin: 0;
 padding: 0;
}



/*----- header -----*/

div#header {
 overflow: hidden;
 width: 860px;
 height: 87px;
 background: url(/img00/header_bg.jpg) no-repeat top center;
}

div#logoBox {
 display: block;
 overflow: hidden;
 width: 185px;
 float: left;
}

div#logoBox h1 {
 padding: 20px 0 0 12px;
}

#home #language p {
 text-align: right;
 margin-top: 15px;
 margin-right: 17px;
}

#home #language a {
 color: #000;
}

div#gmenuBox {
 margin-top: 17px;
 width: 436px;
 height: 12px;
 background: url(/img00/gmenu_bg.gif) no-repeat top left;
 float: right;
}

div#gmenuBox ul {
 height: 12px;
 margin: 0;
 padding: 0;
 list-style-type: none;
}

div#gmenuBox li {
 height: 12px;
 margin: 0;
 padding: 0;
 background-repeat: no-repeat;
 float: left;
}

div#gmenuBox li a {
 display: block;
 height: 12px;
 margin: 0;
 padding: 0;
 text-indent: -9999px;
 outline: none;
}

li#gmenu01 { width: 104px;}
li#gmenu01 a { width: 84px; background: url(/img00/gmenu01.gif); background-position: 0 0;}
li#gmenu01 a:hover { background: url(/img00/gmenu01.gif); background-position: 0 -12px;}
li#gmenu02 { width: 97px;}
li#gmenu02 a { width: 76px; background: url(/img00/gmenu01.gif); background-position: -104px 0;}
li#gmenu02 a:hover { background: url(/img00/gmenu01.gif); background-position: -104px -12px;}
li#gmenu03 { width: 66px;}
li#gmenu03 a { width: 45px; background: url(/img00/gmenu01.gif); background-position: -201px 0;}
li#gmenu03 a:hover { background: url(/img00/gmenu01.gif); background-position: -201px -12px;}
li#gmenu04 { width: 63px;}
li#gmenu04 a { width: 42px; background: url(/img00/gmenu01.gif); background-position: -267px 0;}
li#gmenu04 a:hover { background: url(/img00/gmenu01.gif); background-position: -267px -12px;}
li#gmenu05 { width: 43px;}
li#gmenu05 a { width: 22px; background: url(/img00/gmenu01.gif); background-position: -330px 0;}
li#gmenu05 a:hover { background: url(/img00/gmenu01.gif); background-position: -330px -12px;}
li#gmenu06 { width: 45px;}
li#gmenu06 a { width: 45px; background: url(/img00/gmenu01.gif); background-position: -373px 0;}
li#gmenu06 a:hover { background: url(/img00/gmenu01.gif); background-position: -373px -12px;}



/*----- foot -----*/

div#footBox {
 display: block;
 overflow: hidden;
 height: 103px;
 background: url(/img00/foot_bg.jpg) no-repeat top right;
}

div.footBoxL {
 display: block;
 overflow: hidden;
 width: 344px;
 height: 65px;
 text-indent: -9999px;
 background: url(/img00/foot_address.gif) no-repeat 12px 20px;
 float: left;
}

div.footBoxR {
 display: block;
 overflow: hidden;
 width: 225px;
 padding-top: 43px;
 float: right;
}

div.footBoxR ul {
 height: 12px;
 margin: 0;
 padding: 0;
 list-style-type: none;
 background: url(/img00/foot_menu_bg.gif) no-repeat top left;
}

div.footBoxR li {
 height: 12px;
 margin: 0;
 padding: 0;
 background-repeat: no-repeat;
 float: left;
}

div.footBoxR li a {
 display: block;
 height: 12px;
 margin: 0;
 padding: 0;
 text-indent: -9999px;
 outline: none;
}

li#footmenu01 { width: 60px;}
li#footmenu01 a { width: 41px; background: url(/img00/foot_menu01.gif); background-position: 0 0;}
li#footmenu01 a:hover { background: url(/img00/foot_menu01.gif); background-position: 0 -12px;}
li#footmenu02 { width: 51px;}
li#footmenu02 a { width: 51px; background: url(/img00/foot_menu01.gif); background-position: -60px 0;}
li#footmenu02 a:hover { background: url(/img00/foot_menu01.gif); background-position: -60px -12px;}



/*----- clear -----*/

.clear { clear: both; margin: 0px; padding: 0px; height: 0px; font-size: 0px; line-height: 0px;}
p.clear { clear: both;}
.clear hr { display: none; border: none; height:0px;}
.clearfix {
	clear: both;
	min-height: 1px;/
	zoom: 1;
	height:auto;
	background-color:transparent;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	background-color:transparent;
}
.clearfix { min-height: 1px; }
/*----------------------------WinIE6 and below */
/* Hides from IE-mac ??*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

