@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}
 
html,body {
	height: 100%;
}

body {
	font: 100%;
}

body {
	color: #333;
	font-size: 62.5%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	background-color:#fff;
	height:100%;
	margin:0;
	padding:0;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
	vartical-align:bottom;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

a:focus{
	outline:none;
}

html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

#Container {
	margin:0px auto;
	width:1200px;
	height:100%; 
    /*min-height:100%;	*/
	text-align:left;
}

body > #Container{ 
    height:auto; 
}
	
#header {
	margin:0 auto;
	/*border-top:20px solid #000;*/
	text-align:center;
	background-color:#fff;
}
	
#lang {
	width:824px;
	margin:0 auto;
	text-align:right;
}
	
#header h1{
	text-align:center;
	margin:8px 0 20px 0;
	padding:0;
}
	
#header_navi {
	width:824px;
	margin:0 auto 18px auto;
}
	
#header_navi .hn_l {
	float:left;
	width:780px;
	padding-top:10px;
	text-align:left;
}
	
#header_navi .hn_l img {
	margin-right:24px;
}
	
#header_navi .hn_r {
	float:right;
	width:40px;
	text-align:right;
}
	
#header_navi .hn_r img {
	margin-left:5px;
}

#maincnt {
	clear:both;
}
.bg01, .bg02, .bg03, .bg04 {	
	background:url(../../images/bg.jpg) center top no-repeat;
}
	
.cnt_height {
	height:640px;
}
	
.cnt_height02 {
	height:560px;
}
	
.cnt_height03 {
	height:550px;
}

.cnt_height03_en {
	height:680px;
}

#top {
	width:824px;
	margin:0 auto;
}
	
#top .tcnt_01 {
	width:254px;
	float:left;
}
	
#top .tcnt_02 {
	width:316px;
	float:left;
}
	
#base {
	clear:both;
	width:824px;
	margin:0 auto;
}
	
.bbg01 {
	background:url(../../images/base_company.png) left top no-repeat;
}
.bbg01_en {
	background:url(../../images/base_company_en.png) left top no-repeat;
}	
.bbg02 {
	background:url(../../images/base_jobs.png) left top no-repeat;
}
.bbg03 {
	background:url(../../images/base_news.png) left top no-repeat;
}
.bbg04 {
	background:url(../../images/base_link.png) left top no-repeat;
}
.bbg05 {
	background:url(../../images/base_contact.png) left top no-repeat;
}

#base h2 {
	width:500px;
	height:13px;
	padding:13px 0 0 27px;
}
	
#base .sidemenu {
	width:184px;
	float:left;
	margin-top:50px;
}
	
#base .sidemenu p {
	margin-bottom:3px;
}
	
#base .base_cnt {
	width:610px;
	float:right;
	margin-top:50px;
}
	
#base .base_cnt p {
	width:560px;
	margin-bottom:20px;
}
	
table#t_com {
	margin:40px auto 0 auto;
	width:690px;
}
	
table#t_jobs {
	margin:0;
	width:560px;
}
	
table#t_link {
	margin:60px 0 0 40px;
	width:520px;
}

table#t_com th, table#t_com td,
table#t_jobs th, table#t_jobs td{
	padding:8px 15px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
	
table#t_link th, table#t_link td {
	padding:6px 15px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}
	
.cell_bg {	
	background:url(../../images/line.gif) left bottom no-repeat;
}
	
.cell_bg02 {	
	background:url(../../images/line.gif) left top no-repeat;
}

.flame {
	width:580px;
	height:450px;
	border:0;
	margin:0;
	padding:0;
}

.ml6 {
	margin-left:6px;
}
	
#footer {
	text-align:center;
	height:306px;
	background:url(../../images/bg_footer.jpg) center bottom repeat-x;
}
#footer img{
	position: relative;
	top: 270px;
}
	
.size12 {
	font-size:1.2em;
	line-height:1.6;
}
	
.size12b {
	font-size:1.2em;
	line-height:1.6;
	font-weight:bold;
}
	
.size11 {
	font-size:1.1em;
	line-height:1.4;
}
	
div{/* IE用スクロールバーカラー */
	scrollbar-base-color:#000000;
}

div::-webkit-scrollbar {/* スクロールバー幅 */
    width: 10px;
    height: 10px;
}

div::-webkit-scrollbar-track {/* 背景 */
    background: #dcdcdc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb {/* 表面 */
    background:#000000;
    border-radius: 10px;
}

.a_r {
	text-align:right;
}
	
/* link */	
a:link {
  color: #36f;
  background: transparent;
  text-decoration:none;
}
a:visited {
  color: #36f;
  background: transparent;
  text-decoration:none;
}
a:hover, a:active {
  color: #69f;
  background: transparent;
  text-decoration:none;
}