﻿@charset "utf-8";
/*

サイト全体共通スタイル

*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/*======================================

	header
	
=======================================*/
header {
	width: 100%;
	height: 105px;
	margin: 0 auto;
	line-height: 0px;
	background: url(../img/common/background_header.gif) 0 0 repeat-x;
}
header #headerInner {
	width: 960px;
	height: 105px;
	margin: 0 auto;
	position: relative;
}
header #headerInner h1 {
	padding-top: 40px;
	float: left;
}
header ul {
	float:left;
	margin-top: 15px;
	padding-left: 275px;
	padding-top: 7px;
}
header ul li {
	float: left;
	margin-left: 15px;
	display: inline;
}
header #enBtn{
	width: 76px;
	height: 28px;
	margin-top: 15px;
	margin-left: 20px;
	display: inline;
	float: left;
}
form.search {
	margin: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
header form.search div {
	width: 160px;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	float: right;
	background-color: #f6f6f6;
	border: 1px #dfdfdf solid;
}
header form.search input.textBox {
	width: 120px;
	height: 26px;
	font-size: 11px;
	padding: 0 0 0 5px;
	background-color:#f6f6f6; 
	border: none;
	color: #111111;
	float: left;
}
header form.search input.btn {
	width: 35px; 
	height: 26px;
	padding: 0;
	color: #111111;
	letter-spacing: 0.3em; 
	border: none;
	background-color:#f6f6f6;
	cursor: pointer;
	background: url(../img/common/icon_search.png) center center no-repeat;
	float: right;
}
/*======================================

	navi
	
=======================================*/
nav{
	width: 100%;
	height: 77px;
	margin: 0 auto;
	line-height: 0px;
	background: url(../img/common/background_nav.gif) 0 0 repeat-x;
}
nav ul{
	width: 960px;
	height: 77px;
	margin: 0 auto;
}
nav ul li{
	float: left;
}
/*======================================

	main
	
=======================================*/
main{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#container{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/*======================================

	footer
	
=======================================*/
#pagetop{
	width: 38px;
	height: 38px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
footer {
	width: 100%;
	margin: 0 auto;
	clear: both;

}
footerInner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;

}
#footerTop{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	background-color: #eee;
	overflow: hidden;

}
#footerTop ul{
	float: left;
	margin-right: 70px;
}
#wrapper #footerTop ul.last{
	float: left;
	margin-right: 0px;
}
#footerTop ul li{
	margin-bottom: 12px;
	line-height: 1.4;
}
#footerTop .smpTitle{
	font-size: 12px;
	font-weight: bold;
	background: url(../img/common/icon_sitemap_arrow.gif) left center no-repeat;
	padding-left: 10px;
	line-height: 1.4;
}
#footerTop .smpText{
	font-size: 11px;
	background: url(../img/common/icon_sitemap_list.gif) left center no-repeat;
	padding-left: 10px;
	line-height: 1.4;
}
#footerCenter{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background-color: #fbfbfb;
}
#footerCenter #companyArea{
	float: left;
	margin-top: 40px;

}
#footerCenter .addressArea{
	line-height: 0;
	display: table;
	text-decoration: none;
	margin-bottom: 15px;

}
#footerCenter .addressArea .addImg{
	width: 160px;
	height: 26px;
	display: table-cell;
	vertical-align: middle;
}
#footerCenter .addressArea .addTextArea{
	display: table-cell;
	vertical-align: middle;
	padding-left:25px;
	text-align: left;
	padding-right: 20px;
	line-height: 1.5;
}
#footerCenter .addressArea .addText{
	font-size: 12px;
	display: block;
	color: #999;
	line-height: 1.5;
	color: #222;
	font-weight: normal;
}
#footerCenter .addressArea .addTitle{
	font-size: 12px;
	display: block;
	line-height: 1.5;
	font-weight: bold;
	color: #222;

}
#footerCenter .addressArea .addLink {
	font-size: 11px;
	display: table-cell;
	padding-top: 28px;
}
#footerCenter .addressArea .addLink a{
	padding-left: 10px;
	background: url(../img/common/icon_arrow_small.jpg) left center no-repeat;
}
#footerCenter #footerNavi{
	width: 280px;
	float: right;
	font-size: 11px;
	margin-top: 31px;
}
#footerCenter #footerNavi li{
	font-size: 11px;
	display: inline;
	height: 10px;
	padding: 0px 0 3px 0;
	margin-top: 8px
}
#footerCenter #footerNavi li a:hover{
	text-decoration: underline;
}
#footerCenter #footerNavi li.ftLeft{
	font-size: 11px;
	float: left;
	border-right: 1px solid #d6d6d6;
	padding-right: 20px;
}
#footerCenter #footerNavi li.ftRight{
	font-size: 11px;
	float: left;
	margin-left: 20px
}
#footerBottom{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color: #222;
}
#copyright {
	font-size: 11px;
	color: #fff;
	line-height: 50px;
	text-align: right;
	font-weight: normal;
}
#copyright2 {
	font-size: 11px;
	color: gray;
	line-height: 50px;
	text-align: right;
	font-weight: normal;
}

.footerInner{
	width: 960px;
	margin: 0 auto;
}
/*======================================
	
	common parts
	
=======================================*/
.top .linkText{
	background: url(../img/common/icon_arrow.gif) left center no-repeat;
	font-size: 12px;
	display: inline;
	line-height: 1.0;
	padding: 0.6px 0 0 18px;
	margin: 0 0 0 0;
	font-weight: bold;
}
/*--------------------------------------
	sub page
--------------------------------------*/
.sub #container{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
}
.sub #breadcrumbs{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #fbfbfb;
	overflow: hidden;
	margin-bottom: 50px;
}
.sub #breadcrumbs ul{
	width: 960px;
	line-height: 50px;
	font-size: 10px;
	margin: 0 auto;
}
.sub #breadcrumbs ul li{
	display: inline;
}
.sub #breadcrumbs ul span{
	padding: 0 6px;
}
.sub #breadcrumbs ul li a{
	color: #999;
	text-decoration: underline;
}
.sub #breadcrumbs ul li a:hover{
	color: #999;
	text-decoration: none;
}
.sub #localNavi{
	width: 210px;
	border-top: solid 1px #dfdfdf;
}
.sub #localNavi li{
	width: 210px;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	border-bottom: solid 1px #dfdfdf;
	padding-left: 20px;
	cursor: pointer;
}
.sub #localNavi li:hover{
	width: 210px;
	line-height: 0;
	font-size: 12px;
	border-bottom: solid 1px #dfdfdf;
	background-color: #f7f7f7;
}
.sub #localNavi li.on{
	width: 210px;
	line-height: 0;
	font-size: 12px;
	border-bottom: solid 1px #dfdfdf;
	background-color: #f7f7f7;
}
.sub #localNavi li a{
	line-height: 0;
	font-size: 12px;
	padding: 0.6px 0 0 18px;
	line-height: 45px;
	background: url(../img/common/icon_arrow.gif) left center no-repeat;
	display: block;
}
.sub main #mainLeft{
	width: 210px;
	float: left;
	overflow: hidden;
}
.sub main #mainLeft h1{
	margin-bottom: 30px;
}
.sub main #mainRight{
	width: 710px;
	float: right;
	overflow: hidden;
}
.sub main #mainRight #pageTitle{
	width: 708px;
	height: 58px;
	border: 1px solid #dfdfdf;
	margin-bottom: 30px;
}
.sub main #mainRight h1{
	border-left: 2px solid #df0615;
	height: 58px;
	font-size: 18px;
	font-weight: bold;
	line-height: 58px;
	padding-left: 20px;
}
.sub main #mainRight p.text{
	font-size: 13px;
	line-height:1.7;
	clear: both;
}
.sub main #mainRight h2.subTitle{
	width: 690px;
	height: 40px;
	margin-top: 35px;
	margin-bottom: 25px;
	padding-left: 20px;
	font-size: 14px;
	line-height:40px;
	background-color: #f7f7f7;
	float: left;
}
.sub main #mainRight .linkText{
	margin-top: 15px;
	background: url(../img/common/icon_arrow.gif) left center no-repeat;
	font-size: 12px;
	display: inline;
	padding: 0.6px 0 0 18px;
	margin-top: 15px;
	line-height: 1.0;
	font-weight: bold;
}

.text a{
	text-decoration:underline;
}








