﻿@charset "utf-8";

/*----------------------------------------------------
　 top nav
----------------------------------------------------*/
#top_nav {
	width: 100%;
	height: 110px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(../images/tnav_bg_01.png) repeat-x;
}

#top_nav ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#top_nav ul li {
	width: 320px;
	height: 84px;
	float: left;
	margin-top: 13px;
}

#top_nav ul li.tnav_01 {
	width: 321px;
}

#top_nav ul li a {
	display: block;
	width: 320px;
	height: 84px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.tnav_01 {background-image: url(../images/tnav_bnr_01.png); margin-right: 15px;}
.tnav_02 {background-image: url(../images/tnav_bnr_02.png); margin-right: 15px;}
.tnav_03 {background-image: url(../images/tnav_bnr_03.png);}

/*----------------------------------------------------
　container
----------------------------------------------------*/
#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/*----------------------------------------------------
　top left
----------------------------------------------------*/
#side {
	width: 232px;
	float: left;
}

#company_info {
	width: 204px;
	margin-bottom: 15px;
	padding: 10px;
	border: 4px solid #C5C5C5;	
}

#company_info p {
	font-size: 11px;
	margin-bottom: 2px;
}

#side > p {
	margin-bottom: 15px;
}

#side .side_contact a {background-image: url(../images/side_bnr_01.png); height: 77px;}
#side .side_recruit a {background-image: url(../images/side_bnr_02.png); height: 73px;}

#side .side_contact a , #side .side_recruit a {
	width: 230px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*----------------------------------------------------
　top content
----------------------------------------------------*/
#content {
	width: 730px;
	float: right;
}

#content h2 {
	background-image: url(../images/top_tit_01.png);
	width: 713px;
	height: 33px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#content hr {
	border-width: 3px 0 0;
	margin-top: 5px;
}

#content .hr_g {
	border-color: #009D31;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

#content .clear {
	clear: both;
}

#content .top_0 {width: 460px;}
#content .top_img {width: 257px; margin-right: 5px; margin-bottom: 25px;}

#content .top_bnr li a {
	width: 242px;
	height: 212px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#content .top_bnr_01 {background: url(../images/top_bnr_01.png); margin-right: 2px;}
#content .top_bnr_02 {background: url(../images/top_bnr_02.png); margin-right: 2px;}
#content .top_bnr_03 {background: url(../images/top_bnr_03.png);}

/*----------------------------------------------------
　新着情報
----------------------------------------------------*/
#news {
	overflow: hidden;
	margin-bottom: 20px;
}

#news .over {
	overflow: hidden;
}

#news_left {
	width: 100px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#news_left p , #news_left p a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#news_left .news_tit {
	background-image: url(../images/top_tit_02.png);
	width: 96px;
	height: 23px;
	margin-bottom: 8px;
}

#news_left .news_back {
	background-image: url(../images/top_btn_01.png);
	width: 100px;
	height: 20px;
}

#news_right {margin-bottom: 20px;}

#news_right, #news_right ul, #news_right li {
	width: 600px;
}

#news_right ul {max-height: 100%;}

#news_right ul li {font-size: 12px;}

#news_right ul li a {margin-left: 10px; color: #107FC5;}

/*----------------------------------------------------
　slider
----------------------------------------------------*/
#sliderBox {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#sliderBox img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#sliderBox p {
	position: absolute;
	clear: both;
	width: 56px;
	height: 56px;
	left: 50%;
	bottom: 20px;
	margin-left: -28px;
	z-index: 100;
}
#sliderBox p a {
	display: block;
	width: 56px;
	height: 56px;
}
#sliderBox p a img {
	width: 100%;
	height: auto;
}