@charset "utf-8";

/*--------------------
Basic setting
---------------------*/
.dax{font-family:'dax-regularregular',Arial;}
.karla {font-family: 'open_sansitalic', Arial;}

html, body {
	margin:0;
	padding:0;
	height:100%;
	overflow-x: hidden;
}

body {
	color:#111;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	line-height:20px;
}

ul , li , h1 , h2 , h3 ,h4 , h5 , h6 , table , tr , td , img , p , a , div , form , dl , dt , dd {
	margin:0;
	padding:0;
}

a {
	color:#01b5be;
	border:none;
	text-decoration:underline;
	background-repeat:no-repeat;
	outline:none;
}

a:link{
	color:#01b5be;
	border:none;
	text-decoration:underline;
	background-repeat:no-repeat;
}

a:visited {
	color:#01b5be;
	text-decoration: underline;
}
a:hover {
	color:#01b5be;
	text-decoration:none;
}

ul , li {
	list-style-type:none;
}

img {
	border:0;
}

a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}


table {
	border-collapse:collapse;
}

/*--------------------
common setting
---------------------*/

br.clear {
	clear:both;
}

img.border {
	padding:2px;
	border:solid 1px #333;
}

div#main_visual {
	height:440px;
	margin-bottom:30px;
}

div#wrap{
    width: 100%;
	min-height:100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;

}

/*--------------------
header
---------------------*/
div#header_wrap {
	height:70px;
	margin-bottom:10px;

}

div#header {
	width:900px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#main_visual {
	width:100%;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(../images/index_banner.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#header div#logo {
	position:absolute;
	top:10px;
	left:0px;
}

/*--------------------
contetns
---------------------*/

div#content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	
	
}

div#content h2 {
	font-family:'dax-regularregular',Arial;
	text-align:center;
	size:18px;
	color:#666666;
}

div#line {
	width:100%;
	height:1px;
	background-color:#DDDDDD;
	margin:5px auto;
}

div#main_visual h1 {
	font-family:'dax-regularregular',Arial;
	font-weight:normal;
	letter-spacing:-1px;
	padding-top:190px;
	padding-bottom:10px;
	text-align:center;
	font-size:52px;
	color:#ffffff;
	display: block;
}
div#lang_btn{
		margin:15px auto;
		width:452px;
		height:36px;
}
div#main_visual ul li {
	float:left;
	width:226px;
	height:36px;
	text-align:center;

}

.btn_hk { 
	display: block; 
	background: url('../images/btn_hk.png') 0 0; 
	width:226px; 
	height:39px; 
}
.btn_hk:hover { background-position: 0px -39px;}

.btn_jp { 
	display: block; 
	background: url('../images/btn_jp.png') 0 0; 
	width:226px; 
	height:39px; 
}
.btn_jp:hover { background-position: 0px -39px;}



/*--------------------
banner
---------------------*/

#field_bg {
	height:150px;
}


#field_bg h2 {
	width:1020px;
	height:30px;
	background-image:url(../images/top_h2_about.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-bottom:30px;
}

#field_bg .about_bg {
	width:1020px;
	height:387px;
	background-image:url(../images/field_bg_bg.jpg);
}

#field_bg ul li {
	padding:20px 10px 20px 10px;
	float:left;
}

#field_bg ul li .icon {
	text-align:center;
	float:left;
	margin-right:10px;
}

#field_bg ul li p {
	font-size:14px;
	line-height:18px;
	color:#666666;
}

#field_bg li p {
	height:74px;
	display:table-cell;
    vertical-align : middle;

}

div#body_footer {
	height:50px;
	margin:0;
	padding:0;
	border-top:solid 1px #DDD;
}

div#footer {
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
	background:#666;
	border-top: 5px solid #000;

}
div#footer div#copyright {
	padding-left:10px;
	margin:5px auto;
	color:#FFF;
	font-size:12px;
	text-align:left;
	width:1140px;
	height:14px;
}
