@charset "UTF-8";
@import url(../common/css/reset.css);
@import url(../common/css/base.css);

/*--------------------------------------
 Style Name : Common Style
 --------------------------------------*/

html {
	font-size: 87.5%;
	overflow-y: scroll;
}

html, button, input, select, textarea {
	color: #000;

}
button{
	cursor: pointer;
}




/*--------------------------------------
 Figure
 --------------------------------------*/

img {
	border: 0;
	vertical-align: middle;
}

/*--------------------------------------
 Form
 --------------------------------------*/

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
/*--------------------------------------
 Heading
 --------------------------------------*/

h1, h2, h3, h4 {
	margin: 0 0 0em;
}

/*--------------------------------------
 Link
 --------------------------------------*/

a:link {
	color: #0065cb;
	text-decoration: underline;
}

a:visited {
	color: #639;
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------
 List
 --------------------------------------*/
ul, menu, dir {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
ul, ol {
	margin: 0em 0;
	padding: 0 0 0 0em;
}

dd {
/* 	margin: 0 0 0 1.5em; */
}

/*--------------------------------------
 Table
 --------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/*--------------------------------------
 Text
 --------------------------------------*/

p {
	margin: 0 0;
}

/*--------------------------------------
 Structure Style

 Common
 Header Area
 Content Area
 Footer Area
 --------------------------------------*/

/*	Common
 --------------------------------------*/

#area_header, #area_content, #footer {
	width: 100%;
}

#header, #content, #footer {
	text-align: left;
}

#header:after, #content:after, #footer:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

/*--------------------------------------
 Nav Area
 --------------------------------------*/
nav {
/* 	height: 80px; */
	width:960px;
	margin: 0 auto;
}
nav ul {
margin: 0px auto 0;
position: relative;
z-index: 1;
height: 51px;
width: 960px;
background: url(../images/navi_bg.png) no-repeat;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: block;
	height: 51px;
	position: relative;
	text-indent: -9999px;
}
nav ul li#gNav01 a {
	background: url(../images/h_nav_01.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}
nav ul li#gNav01 a:hover {
	background: url(../images/h_nav_01_on.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}

nav ul li#gNav02 a {
	background: url(../images/h_nav_02.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}
nav ul li#gNav02 a:hover {
	background: url(../images/h_nav_02_on.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}

nav ul li#gNav03 a {
	background: url(../images/h_nav_03.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}
nav ul li#gNav03 a:hover {
	background: url(../images/h_nav_03_on.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}

nav ul li#gNav04 a {
	background: url(../images/h_nav_04.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}
nav ul li#gNav04 a:hover {
	background: url(../images/h_nav_04_on.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}

nav ul li#gNav05 a {
	background: url(../images/h_nav_05.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}

nav ul li#gNav05 a:hover {
	background: url(../images/h_nav_05_on.png) no-repeat 0 0;
	width: 192px;
	height: 51px;
}

/*--------------------------------------
 Content Area
 --------------------------------------*/
#container{
	width:960px;
	margin: 0 auto;
/* 	background: #FFFFFF; */
}
#content{
/* 	width: 907px; */
	width: 960px;
	margin: 0 auto;
}
#menu{
	width: 210px;
	float: left;
}
#menu ul li{
	list-style: none;
	background-image: url(../images/icon_arrow.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin: 0 0 14px;
	letter-spacing: 1px;
}
#menu ul li.on{
	background-color: #ffff4d;
}
#menu ul li:hover{
	background: #ffff4d url(../images/icon_arrow.png) no-repeat 0px 5px;
}
#menu ul li a{
	text-decoration: none;
	font-family: 'MyriadPro';
	padding: 0px 16px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
#main{
/* 	width: 686px;
	float: right; */
	width: 961px;
	overflow: hidden;
	
font-size: 12px;color: #5f5f5f;line-height: 1.8em;
	
}
/*	section_01
 --------------------------------------*/
.sub_section01 {
height: 270px;
}
/*	section_02
 --------------------------------------*/
.sub_section02 {
width: 686px;
height: 233px;
}
.sec02_title {
height: 35px;
}
.title {
height: 25px;
border-bottom: 1px solid #cccccc;
}
.sec02_title .title .txt_01 {


font-size: 15px;
color: #0f0f0f;
font-weight: bold;
width: 80px;
float: left;
letter-spacing: 4px;
}
.sec02_title .title .txt_02 {


font-size: 15px;
color: #bdbec0;
font-weight: bold;
letter-spacing: 1px;
}
.sec02_text {
height: 300px;
}
.text_01 {


font-size: 12px;
color: #5f5f5f;
width: 565px;
line-height: 25px;
}


/* メイン画像 */
.main_image {
	width: 961px;
	margin: 0 auto 15px;
}


#content h2 {
	margin-bottom: 5px;
}




/*	section_03
 --------------------------------------*/
.sub_section03 {
width: 686px;
height: 203px;
}
.sec03_title {
height: 35px;
}
.title {
height: 25px;
border-bottom: 1px solid #cccccc;
}
.sec03_title .title .txt_03 {


font-size: 15px;
color: #4f4f4f;
width: 165px;
float: left;
letter-spacing: 5px;
}
.sec03_title .title .txt_04 {


font-size: 15px;
color: #bdbec0;
letter-spacing: 1px;
}
.sec03_text {
height: 198px;
}
.text_02{


font-size: 12px;
color: #5f5f5f;
width: 565px;
line-height: 25px;
}
/*--------------------------------------
 section_04
 --------------------------------------*/
.sub_sec04 {
width: 686px;
}
.sec04_pht {
width: 454px;
margin: 0 auto;
}
.sub_sec04 {
width: 686px;
height: 415px;
}



/*--------ごあいさつ-----------------*/
#greeting_box{ margin:70px 0 0 0;}
#greeting_box #l_box{float:left;}
#greeting_box #r_box{float:right;width:479px;}
#greeting_txt{}

#company_table{ color:#000; margin:0 0 40px 0;}
#company_table tr{ border-top:#bcbcbc solid 1px;}
#company_table tr th{width:118px;padding:3px 3px;}
#company_table tr td{padding:3px 3px;}
/*--------------------------------------
 The end of Footer Area
 --------------------------------------*/

.b_over:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
dl dt dd.b_over_1 a:link{background:url(../images/bt_01.jpg) no-repeat 0 0; width:299px;height:17px;}
.b_over_1:hover { background:url(../images/over_01.jpg) no-repeat 0 0; width:299px;height:17px;}
#mainanimation{width:960px;height:355px;overflow:hidden;position:relative;background:url(images/loading.gif) center no-repeat;margin:0 0 15px 0;}
#mainanimation img{position:absolute;display:block;}



dd#tNav01-1 a {
	background: url(../images/bt_01.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav01-1 a:hover {
	background: url(../images/over_01.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav01-2 a {
	background: url(../images/bt_02.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav01-2 a:hover {
	background: url(../images/over_02.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav01-3 a {
	background: url(../images/bt_03.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav01-3 a:hover {
	background: url(../images/over_03.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav01-4 a {
	background: url(../images/bt_04.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav01-4 a:hover {
	background: url(../images/over_04.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav02-1 a {
	background: url(../images/bt_05.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav02-1 a:hover {
	background: url(../images/over_05.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav02-2 a {
	background: url(../images/bt_06.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav02-2 a:hover {
	background: url(../images/over_06.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav02-3 a {
	background: url(../images/bt_07.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav02-3 a:hover {
	background: url(../images/over_07.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav03-1 a {
	background: url(../images/bt_08.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav03-1 a:hover {
	background: url(../images/over_08.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav03-2 a {
	background: url(../images/bt_09.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}

dd#tNav03-2 a:hover {
	background: url(../images/over_09.jpg) no-repeat 0 0;
	width: 299px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}



/* INFORMATION */
.section_list {
	height: 195px;
	border: 1px solid #B5B5B6;
	background-color: #ffffff;
	width: 298px;
	padding: 5px 5px 3px;
	float: left;
}

.section_01, .section_02 {
	margin-right: 15px;
}

.section_list dd img {
	vertical-align: bottom;
}
