@charset "utf-8";
/* CSS Document */

body {
    margin:0;
    padding:0;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size:12px;
    color:#444444;
    line-height:140%;
    background-position: left top;
    background-image: url(../../common/img/main_bg2.jpg);
    background-repeat:repeat-x;
    background-color:#FFF;
}

body a:link,
body a:visited {
	color:#666666;
	text-decoration: underline;
}
body a:active,
body a:hover {
	color:#53c3db;
	text-decoration: none;
}
#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:active,
#footer a:hover {
	color:#FF6600;
	text-decoration: none;
}



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#header .actions {
    text-align:right;
}

#header .actions a {
    color:#FFF;
    background-color:inherit;
}
/*body{
    margin:0;
    padding:0;
    background-position: left top;
    background-image: url(../../common/img/main_bg.jpg);
    background-repeat:repeat-x;
    background-color:#FFF;
	}*/

/* container
**********************/
#container {
    margin:0 auto;
    padding:0;
    width:900px;
    font-size:12px;
}

#contentWrapper{
    padding: 10px;
}

#header {
	position:relative;
	height:50px;
}
#logo{
	position:absolute;
	top:0px;
	left:10px
}
#lang{
	position:absolute;
	top:30px;
	left:720px
}
#eng{
    padding-left:20px;
    background-image:url(../../common/img/icon_en.gif);
    background-repeat:no-repeat;
    background-position:left 50%;
}
#jap{
    padding-right:20px;
    background-image:url(../../common/img/icon_ja.gif);
    background-repeat:no-repeat;
    background-position:right 50%;
}

#gm {
    	margin:0;
	padding:0;

        line-height: 0%;
}
#gm ul{
	margin:0;
	padding:0;
	height:37px;
	list-style-type:none;
        line-height: 0%;
}
#gm ul li{
	margin:0;
	padding:0;
	float:left;
	height:37px;
        line-height: 0%;
}

#content {
	background-color:#FFF;

}
#footer {
    padding:20px 10px 0;
    height:100px;
    background-color:#000000;
    background-position: left top;
    background-image: url(../img/footer_bg.jpg);
    background-repeat:repeat-x;
}
#footer div#footerArea{
    width:900px;
    margin:0 auto 20px;
}

#footer div#footerArea ul{
}

#footer div#footerArea ul li{
    margin:5px;
    float:left;
    color:#FFFFFF;
}

/* header
**********************/	




/* content
**********************/	
.fl{
	float:left;
}
.fr{
	float:right;
}
p.text01{
    margin:5px 5px 20px;
    font-size:12px;
    line-height:140%;
}

/* h2
***********************/
h2.h2_01{
    margin:0 auto 10px;
    padding:8px 36px 0;
    background-image:url(../img/sub2_h2bg01.jpg);
    background-repeat:no-repeat;
    width:840px;
    height:29px;
    font-size:20px;
    font-weight:bold;
    color:#FFFFFF;
}
/* h3
***********************/
h3.h3_01{
    margin:0 auto;
    padding:7px 20px 0;
    background-image:url(../img/sub2_h3bg01.jpg);
    background-repeat:no-repeat;
    width:840px;
    height:24px;
    font-size:16px;
    font-weight:bold;
    color:#FFFFFF;
}
.h3_01_box{
    background-color:#000000;
    width:860px;
    margin:0 auto 20px;
    padding:10px;
    color:#AAAAAA;
}

h3.h3_02{
    margin:0 auto;
    padding:7px 20px 0;
    background-image:url(../img/sub2_h3bg02.jpg);
    background-repeat:no-repeat;
    width:840px;
    height:24px;
    font-size:16px;
    font-weight:bold;
    color:#333333;
}
.h3_02_box{
    background-color:#EFEFEF;
    width:860px;
    margin:0 auto 20px;
    padding:10px;
}
