/* CSS Document */

/* ==========[ 初期化 ]========== */
body{
	font-size:small;
	color:#7e5900;
}
h1{
	margin-top:20px;
}
h2{
	font-size:medium;
	font-weight:bold;
	margin-top:2em;
}
h3{
	margin-top:1em;
	font-weight:bold;
}
#content h3+p{
	margin-top:0;
}
#content p{
	margin-top:1em;
}
#content h1+p{
	margin-top:2em;
}
a{
	text-decoration:none;
}
a:link{
	color:#5185c5;
}
a:hover{
	color:#5185c5;
	text-decoration:underline;
}

/* ==========[ 基本エレメント ]========== */
span.eng{
	display:block;
	font-size:x-small;
}
.txtRight{
	text-align:right;
}
.txtCenter{
	text-align:center;
}
.clear{
	clear:both;
}
.twoColumn .left{
	float:left;
}
.twoColumn .right{
	float:right;
}
/* table style1 */
table.style1{
	margin-top:3em;
	border-top:1px solid #b49759;
	width:100%;
}
table.style1 th,
table.style1 td{
	border-bottom:1px solid #eae5d8;
}
table.style1 .last th,
table.style1 .last td{
	border-bottom:1px solid #b49759;
}
table.style1 th{
	font-weight:bold;
}
table.style1 th span{
	font-weight:normal;
}
table.style1 th,
table.style1 td{
	padding:0.6em 0;
}
#content table.style1 p{
	margin-top:1em;
}
/* boxStyle1 */
div.boxStyle1{
	margin-top:2em;
	padding:1em 0;
	border-top:1px solid #eae5d8;
	border-bottom:1px solid #eae5d8;
}
.boxStyle1 h2{
	margin-top:0;
}
/* boxStyle1 */
div.boxStyle2{
	margin-top:2em;
	padding:1em 0;
	border-top:1px solid #eae5d8;
	border-bottom:1px solid #eae5d8;
	position:relative;
}
.boxStyle2 .right{
	width:420px;
	position:absolute;
	left:220px;
	top:1em;
}
.boxStyle2 h2{
	margin-top:0;
}

/* ==========[ content ]========== */
#content{
	margin:0 auto;
	width:640px;
	line-height:1.6em;
}
#pass{
	padding:4em 0 1em 0;
	background-image:url(../img/shadow1.gif);
	background-repeat:no-repeat;
	background-position:0 3em;
	text-align:center;
	color:#666;
}

/*[ ability ] */
#ability #group{
	margin-top:1em;
	width:660px;
	position:relative;
	left:-20px;
}
#ability #group li{
	padding:20px 0 0 20px;
	float:left;
}


/* ==========[ company ]========== */
#company table.style1 th{
	width:140px;
}

/* ==========[ header ]========== */
#header{
	background-image:url(../img/header_bg.gif);
	background-repeat:repeat-x;
}
#header .inner{
	margin:0 auto;
	width:840px;
	height:180px;
	background-image:url(../img/gnav_bg.gif);
	background-repeat:no-repeat;
	background-position:0 120px;
	position:relative;
}
#logo{
	padding-top:18px;
	text-align:center;
}
#gNav{
	position:absolute;
	top:120px;
	left:0;
	background-image:url(../img/gnav.gif);
}
#gNav li{
	float:left;
}
#gNav a{
	display:block;
	width:140px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
}
#gNav .top a:hover,
#top #gNav .top a{
	background-image:url(../img/gnav.gif);
	background-position:0 -40px;
}
#gNav .company a:hover,
#company #gNav .company a{
	background-image:url(../img/gnav.gif);
	background-position:-140px -40px;
}
#gNav .philosophy a:hover,
#philosophy #gNav .philosophy a{
	background-image:url(../img/gnav.gif);
	background-position:-280px -40px;
}
#gNav .ability a:hover,
#ability #gNav .ability a{
	background-image:url(../img/gnav.gif);
	background-position:-420px -40px;
}
#gNav .recruit a:hover,
#recruit #gNav .recruit a{
	background-image:url(../img/gnav.gif);
	background-position:-560px -40px;
}
#gNav .contact a:hover{
	background-image:url(../img/gnav.gif);
	background-position:-700px -40px;
}

/* ==========[ footer ]========== */
#footer{
	background-color:#faf5dd;
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	border-bottom:2px solid #785200;
}
#footer .inner{
	margin:0 auto;
	width:840px;
}
#footer address{
	padding:1.5em 0;
	text-align:center;
	font-size:x-small;
}


/* ==========[ CSS Hack ]========== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix{
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */
