/*
* Local CSS
* Author:Michinobu Nishimoto from Asuka-Design
* Ver:1.0
*/
@charset "utf-8";

/*--------------------------------------------------------
共通部分のレイアウト
--------------------------------------------------------*/

.body_bg{
	background:url(../images/under/hedar_bg.png) left top repeat-x;
	width:100%;

	}


/*--------------------------------------------------------
Header
--------------------------------------------------------*/

.header {
	width:1000px;
	margin:0px auto;
	}

	.header h1 {
		display: block;
		width: 1000px;
		height: 90px;
		text-align:center;
		font-size:20px;
		line-height:120%;
	}

/*--------------------------------------------------------
Global Nav
--------------------------------------------------------*/

.gNav {
	width: 100%;
	height:102px;
	background:url(../images/under/navi_bg.png) center top no-repeat;

}

	.gNav ul {
		width:801px;
		margin:0 auto;
	}

	.gNav ul li {
		display:block;
		float: left;
	}

.gNav ul li.btn01 .btn02 .btn03 .btn04{
  width: 150px;
  height: 100px;
}
.gNav ul li.btn01 a {
  display: block;
  width: 150px;
  height: 102px;
  background:url(../images/common/navi_01.png) left top no-repeat;
}

.gNav ul li.btn02 a {
  display: block;
  width: 150px;
  height: 102px;
  background:url(../images/common/navi_02.png) left top no-repeat;
}

.gNav ul li.btn03 a {
  display: block;
  width: 150px;
  height: 102px;
  background:url(../images/common/navi_03.png) left top no-repeat;
}

.gNav ul li.btn04 a {
  display: block;
  width: 151px;
  height: 102px;
  background:url(../images/common/navi_04.png) left top no-repeat;
}

.gNav ul li.logo a {
  display: block;
  width: 200px;
  height: 102px;
  background:url(../images/under/navi_logo.png) left top no-repeat;
}
		
.gNav ul li a:hover,
.gNav ul li a.current{
  background-position: left bottom;
}

/*--------------------------------------------------------
pankuzu
--------------------------------------------------------*/
	
.pankuzu{
	width:1000px;
	margin:10px auto;

	}	
	
	.pankuzu ul li{
		display:inline;
		margin-right:13px;
		color:#222222;
		position:relative;
		}
	
	
.pan_line{
		border-bottom:1px solid #cccccc;
	}
	
.pan_col{
	color:#0865b2;
	
	}		
	
/*--------------------------------------------------------
title
--------------------------------------------------------*/	

.title_bg {
	width:100%;
	background:#192844 left top repeat;
	margin:10px 0 40px;
	position:relative;
	}	
	
.title {
	width:1000px;
	margin:0 auto;
	position:relative;	
	}	
	
.title img.tit_txt {
	position: absolute;
	top: 38px;
	left: 30px;
	}	
	

/*--------------------------------------------------------
Main
--------------------------------------------------------*/	
.under_main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom:20px;
	display:block;
}


.top_back{
	background:url(../images/under/sky_bg.png) center bottom no-repeat;
	
	}
	
/*--------------------------------------------------------
Section  -Article
--------------------------------------------------------*/
.article {
	width: 700px;
	display:block;
	float:left;
	margin-right:30px;
}


	
/*--------------------------------------------------------
title bar
--------------------------------------------------------*/	
	
.h3{
	display:block;
	background:url(../images/under/h2_bg.png) left top no-repeat;
	height:45px;
	padding:14px 0 5px 20px;
	font-weight:bold;
	font-size:15px;
	}	
	
.h4{
	display:block;
	font-weight: bold;
	font-size: 14px;

}	

	


	
/*--------------------------------------------------------
Sidebar -aside
--------------------------------------------------------*/
.aside {
	width: 250px;
	border: 1px solid #cccccc;

}

	.aside ul{
		padding:0 7px 10px;
		
		}

	.aside ul li {
		padding: 15px 0 10px 15px;
		border-bottom: 1px dotted #cccccc;
		background:url(../images/under/sankaku.png) 10px center no-repeat;
	}

	.aside ul li.last{
		border: none;
	}

	.aside ul li.on{
		background:url(../images/under/sankaku_r.png) 10px center no-repeat;
	}


.side_tit{
	padding-top:7px;
	text-align:center;
	margin-bottom:10px;
	
	}

.side_txt{
	color:#0060b0;
	font-weight:bold;
	margin-left:8px;
	text-indent: 1em;
	}

.side_red{
	color:#e10b0e;
	font-weight:bold;
	margin-left:8px;
	
	}
	
	