@charset "Shift_JIS";

body.darkgray{
	color: #FFF;
	background-color:#333333;
	background-image: url(../img/bg_darkgray.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

body.lightgray{
	color: #666;
	background-color:#F5F5F5;
	background-image: url(../../img/bg_lightgray.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

html{
	overflow-y: auto;
}

a{
	text-decoration: none;
}
a:link{ 
	color: #666;
}
a:visited { 
	color: #666;
}
a:hover { 
	color: #F13D00;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
td{
	vertical-align: top;
	line-height: 140%;
	padding: 2px 10px;
}
hr {
	clear: both;
	height: 1px;
	color: #AAA;
	border: 0;
}
form{
	margin: 0px;
	padding: 0px;
}
form img{
	margin: 0px;
	vertical-align: bottom;
}
input{
	border:1px #999 solid;
}
p{
	margin: 0px;
}
img{
	margin: 0px;
}

/* IE6 */ 
 
* html, 
* html body{ 
    overflow-y:hidden; 
}
* html #wrap{ 
    height:100%; 
    overflow-y:scroll; 
}
* html #footer{ 
    position:absolute; 
    bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1); 
}

/* clearfix */
#clearfix:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{
	display: inline-table;
}

/* Hides from IE-mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */

#wrap {
	margin:0 auto 40px;
	padding: 0px;
	width: 100%;
	color: #666;
	display: block;
	clear: both;
	min-height: 1em;
	overflow: hidden;
}

#wrap_index {
	margin:0 auto 50px;
	padding: 0px;
	width: 100%;
	color: #FFF;
	display: block;
	clear: both;
	min-height: 1em;
	overflow: hidden;
}

/* header */

#header{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 78px;
	text-align: left;
	background-color: #f5f5f5;
	background-image: url(../../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 30px 7px;
	overflow:hidden;
	position:relative;
	z-index:100;
}

.header_main_en{
	width: 140px;
	float: right;
	margin:0 30px 15px 0;
	_margin:0 30px 12px 0;
	height: 35px;
	background-image: url(../../img/english_ac.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header ul{
	width: 140px;
	margin: 0px 0 0 0;
}

#header li{
	margin: 0 0 0 0px;
	background-image: url(../../corporate_jp/img/header_link_ico.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

/* menu */
#menu{
	margin: 0 0 2px 0;
	padding: 8px 0 0 0;
	width: 100%;
	height: 20px;
	text-align: left;
	background-color: #F5F5F5;
	background-image: url(../../img/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 2px;
	clear: both;
}
#menu ul{
	margin: 0 0 0 30px;
	padding: 0;
	width: 900px;
}
#menu li{
	margin: 0;
	padding: 0 16px 0 0;
	float:left;
}
.nav{
	width: 200px;
	font-size: 95%;
	line-height: 160%;
	text-align: left;
	float:left;
	margin: 0 auto;
	padding: 5px 30px 5px 0;
}
.nav a{
	text-decoration: none;
}
.nav ul{
	padding: 0;
	margin: 0;
}
.nav li{
	padding: 2px 0px 0px 0px;
	margin: 0;
	border-bottom: 1px #CCC dotted;
}
th a{
	text-decoration: none;
}

/* contents */
#wrapper{
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 900px;
	color: #666;
	text-align: left;
	font-size: 80%;
	line-height: 160%;
}

#wrapper_g{
	width: 1000px;
	color: #FFF;
	text-align: left;
	font-size: 80%;
	line-height: 160%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.main{
    width:900px;
	margin:0 0 15px 0;
	clear:both;
}

/* pagetop */
#pagetop{
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
	height: 35px;
	clear: both;
}
#pagetop:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#pagetop.body{
	padding:0;
	text-align:right;
	width: 660px;
	height: 25px;
}

/* tb^[ */
#footer {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 100;
	overflow: hidden;
	background-color: #F5F5F5;
	background-image: url(../../img/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer_l{
	float: left;
	text-align: left;
	margin: 0;
	width: 400px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#footer_r{
	float: right;
	text-align: right;
	width: auto;
	padding: 20px 30px 0 0;
}

#footer_menu {
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#footer_menu li{
	margin: 0 0 0 -2px;
	list-style-type:none;
	padding: 1px 7px 0;
	float:left;
	font-size: 12px;
	display:inline;
	border-left:1px solid #666;
}

#footer_menu li a{
	text-decoration: none;
	list-style-type:none;
	float:left;
	color: #676767;
}

#footer_menu li a:hover{
	text-decoration: none;
	float:left;
	color: #F13D00;
}
.copy{
	margin-top: 2px;
}


/* menu  */
#wrap_menu{
	margin: 60px auto 0 auto;
	padding: 0;
	width: 900px;
	color: #666;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
}
#wrap_menu_top{
	width: 900px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-image: url(../../img/footermenu_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#wrap_menu_mid{
	width: 900px;
	height: 12px;
	margin: 0;
	padding: 5px 0; 
	background-image: url(../../img/footermenu_mid.gif);
	background-repeat: repeat-y;
	display: block;
	text-align: center;
}
#wrap_menu_btm{
	width: 900px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-image: url(../../img/footermenu_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* table */

.table_gray{
	background-color: #CCC;
}
.cell_gray{
	background-color: #666;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	color: #666666;
}
.cell_lgray{
	background-color: #F0F0F0;
	font-weight: normal;
	color: #666666;
}
.cell_lgray_m{
	background-color: #F0F0F0;
	font-weight: normal;
	vertical-align: middle;
	color: #666666;
}
.cell_white{
	background-color: #FFF;
	margin: 1px;
	color: #666666;
}

#wrapper table{
	margin: 0px;
}
#wrapper td{
	padding: 6px 7px;
	line-height: 160%;
}
#wrapper th{
	background-color: #666;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px;
	line-height: 160%;
}

#rightside{
    width:660px;
	float:right;
	overflow:hidden;
}

/* midashi */
h1{
	margin-bottom: 20px;
	
}
h2{
	margin-bottom: 5px;
	font-size:18px;
	font-weight:bold;
}
h3{
	margin-top: 10px;
	font-size:16px;
	font-weight:normal;
}
h4{
	margin-bottom: 5px;
	font-size:14px;
	font-weight:normal;
}
