@charset "UTF-8";

/*============================================================
//
目次---------------------
・ヘッダー
　＝ロゴ
　＝バナー
---------------------
・グローバルナビゲーション
---------------------
・フッター

---------------------
//
//==========================================================*/

/*============================================================
//  ヘッダー
//==========================================================*/

#header{
	width:910px;
	height:185px;
	background:url(../imgcommon/header_bg.jpg) no-repeat;
	margin:auto;
	position:relative;
}
#header:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#header {
	zoom: 1;
}

/*======ロゴ======*/

#header h1{
	width:260px;
	height:80px;
	text-indent:-9999px;
	position: absolute;
	top: 15px;
	left: 130px;
}
#header h1 a{
	width:260px;
	height:80px;
	display:block;
	text-decoration:none;
}
#header h2{
	width:100px;
	height:165px;
	text-indent:-9999px;
	position: absolute;
	top: 15px;
	left: 30px;
}
#header h2 a{
	width:100px;
	height:165px;
	display:block;
	text-decoration:none;
}

/*======グローバルナビゲーション======*/


#header .navi {
	position: absolute;
	top: 110px;
	left: 143px;
}
#header .navi ul{
	list-style:none;
}
#header .navi ul li.home{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
#header .navi ul li.home a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.png) no-repeat;
	background-position:0px 0px;
	display:block;
}
#header .navi ul li.home a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.png) no-repeat;
	background-position:0px 0px;
}
#header .navi ul li.titles{
	width:105px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
#header .navi ul li.titles a{
	width:105px;
	height:39px;
	background:url(../imgcommon/navi.png) no-repeat;
	background-position:-75px 0px;
	display:block;
}
#header .navi ul li.titles a:hover{
	width:105px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.png) no-repeat;
	background-position:-75px 0px;
}
#header .navi ul li.news{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
#header .navi ul li.news a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.png) no-repeat;
	background-position:-180px 0px;
	display:block;
}
#header .navi ul li.news a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.png) no-repeat;
	background-position:-180px 0px;
}
#header .navi ul li.company{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
#header .navi ul li.company a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.png) no-repeat;
	background-position:-255px 0px;
	display:block;
}
#header .navi ul li.company a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.png) no-repeat;
	background-position:-255px 0px;
}
#header .navi ul li.inquiry{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
#header .navi ul li.inquiry a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.png) no-repeat;
	background-position:-330px 0px;
	display:block;
}
#header .navi ul li.inquiry a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.png) no-repeat;
	background-position:-330px 0px;
}





* html #header .navi ul li.home{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
* html #header .navi ul li.home a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.jpg) no-repeat;
	background-position:0px 0px;
	display:block;
}
* html #header .navi ul li.home a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.jpg) no-repeat;
	background-position:0px 0px;
}
* html #header .navi ul li.titles{
	width:105px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
* html #header .navi ul li.titles a{
	width:105px;
	height:39px;
	background:url(../imgcommon/navi.jpg) no-repeat;
	background-position:-75px 0px;
	display:block;
}
* html #header .navi ul li.titles a:hover{
	width:105px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.jpg) no-repeat;
	background-position:-75px 0px;
}
* html #header .navi ul li.news{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
* html #header .navi ul li.news a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.jpg) no-repeat;
	background-position:-180px 0px;
	display:block;
}
* html #header .navi ul li.news a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.jpg) no-repeat;
	background-position:-180px 0px;
}
* html #header .navi ul li.company{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
* html #header .navi ul li.company a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.jpg) no-repeat;
	background-position:-255px 0px;
	display:block;
}
* html #header .navi ul li.company a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.jpg) no-repeat;
	background-position:-255px 0px;
}
* html #header .navi ul li.inquiry{
	width:75px;
	height:39px;
	text-indent:-9999px;
	float:left;
}
* html #header .navi ul li.inquiry a{
	width:75px;
	height:39px;
	background:url(../imgcommon/navi.jpg) no-repeat;
	background-position:-330px 0px;
	display:block;
}
* html #header .navi ul li.inquiry a:hover{
	width:75px;
	height:39px;
	display:block;
	background:url(../imgcommon/navi_on.jpg) no-repeat;
	background-position:-330px 0px;
}

/*============================================================
//  フッター
//==========================================================*/

#footer{
	width:890px;
	height: 45px;
	margin:0 auto;
	background:url(../imgcommon/footer_bg.jpg) no-repeat;
	padding:15px 0 0 20px;
}
#footer:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#footer {
	zoom: 1;
}
#footer ul.navi{
	width:500px;
	float:left;
	list-style:none;
	margin-bottom:20px;
}
#footer ul.navi li{
	font-size:0.8em;
	color:#CCD3CC;
	border-right:1px solid #CCD3CC;
	padding-right:8px;
	margin-right:8px;
	float:left;
}
#footer ul.navi li.left{
	font-size:0.8em;
	border-left:1px solid #CCD3CC;
	border-right:1px solid #CCD3CC;
	padding-left:8px;
	padding-right:8px;
	margin-right:8px;
	float:left;
}
#footer ul.navi a{
	color:#CCD3CC;
	text-decoration: none;
}
#footer ul.navi a:hover{
	color:#FFFFCC;
	text-decoration: underline;
}

/*======クレジット======*/

#footer p.copy{
	font-size:0.8em;
	font-weight:bold;
	color:#CCC;
	text-align:right;
	float:right;
	margin-right:15px;
}

/*============================================================
//  コンテンツレイアウト
//==========================================================*/

/*======パンくず======*/

#crumb{
	width:935px;
	margin:auto;
	margin-top:12px;
	margin-bottom:12px;
}
#crumb h2{
	font-size:0.8em;
	font-weight:normal;
}
#crumb h2 a{
	color:#555;
	text-decoration: underline;
}
#crumb h2 a:hover{
	color:#FF6600;
	text-decoration: underline;
}

/*======カラム======*/

#contents{
	width:910px;
	background:url(../imgcommon/contents_bg.jpg) no-repeat;
	margin:auto;
}
#contents:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#contents {
	zoom: 1;
}
#main{
	width:500px;
	float:left;
	padding:20px 20px 0 25px;
	margin-bottom:30px;
}

/*======右メニュー======*/

#menu-right{
	width:290px;
	float:right;
	padding:10px 25px 0 50px;
}
#menu-right .box-titles{
	width:290px;
	margin-bottom:25px;
}
#menu-right .box-titles:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#menu-right .box-titles {
	zoom: 1;
}
* html #menu-right .box-titles h3{
	behavior: expression(IEPNGFIX.fix(this));
}
#menu-right .box-titles h3{
	width:290px;
	height:40px;
	background:url(../imgcommon/title_titles.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:8px;
}
#menu-right .box-titles .entry{
	padding-bottom:3px;
	margin-bottom:6px;
	border-bottom:1px solid #004701;
}
#menu-right .box-titles .entry:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#menu-right .box-titles .entry {
	zoom: 1;
}
#menu-right .box-titles .cover{
	width:80px;
	float:left;
	margin:0 10px 5px 5px;
	padding-top:5px;
}
#menu-right .box-titles h4{
	font-size:1.2em;
	color:#FFF;
	margin-bottom:10px;
}
#menu-right .box-titles h4 a{
	color:#FFF;
	text-decoration: underline;
}
#menu-right .box-titles h4 a:hover{
	color:#FFFFCC;
	text-decoration: underline;
}
#menu-right .box-titles p.lead{
	font-size:1.0em;
	color:#CCD3CC;
	float:left;
}


#menu-right .box-link{
	width:290px;
}
#menu-right .box-link:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#menu-right .box-link {
	zoom: 1;
}
* html #menu-right .box-link h3{
	behavior: expression(IEPNGFIX.fix(this));
}
#menu-right .box-link h3{
	width:290px;
	height:40px;
	background:url(../imgcommon/title_link.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:8px;
}
#menu-right .box-link .section{
	margin-bottom:10px;
}
#menu-right .box-link .section:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#menu-right .box-link .section {
	zoom: 1;
}
#menu-right .box-link .cover{
	width:65px;
	float:left;
	padding-top:7px;
	margin:0 10px 0 0;
}
#menu-right .box-link .text{
	width:215px;
	float:right;
}
#menu-right .box-link .text h4{
	font-size:1.1em;
	color:#FFF;
	margin-bottom:8px;
}
#menu-right .box-link .text h4 a{
	color:#FFF;
	text-decoration: underline;
}
#menu-right .box-link .text a:hover{
	color:#FFFFCC;
	text-decoration: underline;
}
#menu-right .box-link .text p{
	font-size:0.8em;
	color:#CCD3CC;
}
#menu-right .menu-line{
	padding:0 0 10px 0;
}

#main .main-line{
	padding:15pxpx 0 15px 0;
	margin-bottom:20px;
}


/*======フォーム設定======*/

input:focus,
select:focus,
textarea:focus{
	background:#FFFFF5;
}
.field50{
	width:50px;
	height:20px;
	border:1px solid #999;
	margin:3px 8px 3px 0;
	color:#111;
}
.field80{
	width:80px;
	height:20px;
	border:1px solid #999;
	margin:3px 8px 3px 0;
	color:#111;
}
.field160{
	width:160px;
	height:20px;
	border:1px solid #999;
	margin:3px 8px 6px 0;
	color:#111;
}
.field180{
	width:180px;
	height:20px;
	border:1px solid #999;
	margin:3px 8px 3px 0;
	color:#111;
}
.field280{
	width:280px;
	height:20px;
	border:1px solid #999;
	margin:3px 8px 6px 0;
	color:#111;
}
.field300{
	width:300px;
	height:20px;
	border:1px solid #999;
	margin:3px 8px 3px 0;
	color:#111;
}

.field400{
	width:400px;
	height:20px;
	border:1px solid #999;
	margin:3px 8px 3px 0;
	color:#111;
}
.field550_180{
	width:500px;
	height:180px;
	border:1px solid #999;
	margin:3px 8px 3px 0;
	font-size:1.0em;
	color:#111;
}
.radio_btn{
	margin-right:5px;
}
.pulldown{
	border:1px solid #999;
	margin:3px 0 3px 0;
}
.check_box{
	margin-right:4px;
}
/* エラー */
#error_box {
	background-color: #ffff99;
}

/*======NOT FOUNDページ設定======*/

.error #contents .box{
	margin:50px 0px 200px 0;
}
.error #contents .box h2{
	font-size:1.2em;
	color:#0087C0;
	margin:0 0px 10px 0;
}
.error #contents .box p{
	font-size:1.0em;
}

/*======共通エフェクト======*/
* html .shadow {
	background: url(../imgcommon/shadow.png) right bottom;
	float: left;
}
* html .shadow img {
	position: relative;
	left: 0px;
	top: 0px;
}
.shadow {
	background: url(../imgcommon/shadow.png) right bottom;
	float: left;
}
.shadow img {
	position: relative;
	left: -5px;
	top: -7px;
}
#toptop {
	font-size:0.8em;
	padding:25px 0 0;
	text-align:right;
}

#error{
	width:400px;
	margin:50px 0 0 30px;
}
#error h3{
	font-size:1.2em;
	color:#FFF;
	margin-bottom:8px;
}
#error p{
	font-size:1.0em;
	color:#FFF;
}







