@charset "shift_jis";

@import"format.css";
@import"sub.css";
@import"goan.css";


/*---------------------------------------------
 共通項目
---------------------------------------------*/
body {
	font-size: 100%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color:#333333;
	text-align:center;
	background-color:#FFFFFF;
	text-align:justify;
	text-justify:inter-ideograph;
}

a {	color:#666600;	text-decoration:none;}
a:hover { color:#669933; text-decoration:underline;}

#container {
	width: 900px;
	height:100%;
	background-image:url(../index/bg_container.gif);
	background-repeat:repeat-y;
	padding:0;
	margin:0 auto;
}

.top{
	background-image:url(../index/bg_body.jpg);
	background-repeat:repeat-x;
}


/* 右メイン
---------------------------------------------*/
#MainTop{
	float:right;
	width:740px;
	background-image:url(../index/bg_topmain.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:0;
	margin:0;
}

#MainTop h1{
	font-size:100%;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	padding:30px 5px 420px 10px;
	margin:0;
}

#osirase{
	float:left;
	width:450px;
	text-align:left;
	padding:0 0 15px 20px;
	margin:0;
}
#osirase h2{
	padding:1px;
	border:solid 1px #aaaaaa;
	color:#333333;
	font-size:120%;
}
#osirase h2 span{
	padding:5px 5px 5px 10px;
	background-image:url(../index/bg_h2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left:solid 6px #9966CC;
	display:block;
}
#osirase dl {
	margin: 16px 0 0 16px;
}
#osirase dt,dd {
	font-size: 100%;
	color: #666666;
}
#osirase dd {
	margin: 0 0 16px 0;
}

#kaisyu{
	float:right;
	width:235px;
	text-align:left;
	padding: 0 10px 15px 0;
	margin:0;
}
#kaisyu h2{
	padding:1px;
	border:solid 1px #aaaaaa;
	color:#333333;
	font-size:120%;
}
#kaisyu h2 span{
	padding:5px 5px 5px 10px;
	background-image:url(../index/bg_h2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left:solid 6px #9966CC;
	display:block;
}

#pagetop{
	clear:both;
	width:740px;
	background-image:url(../index/bg_pagetop.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding:0;
	margin:0;
}
#pagetop img{
	margin:50px 20px 25px 0;
}




/* 左
---------------------------------------------*/
#left{
	float:left;
	width:160px;
	height:100%;
}

	/* グローバルナビゲーション縦
	---------------------------------------------*/
	#globalNav {
		width: 140px;
		height: 50px;
		list-style-type: none;
		background: url(../index/bg_globalnavi.jpg) left top repeat-x;
		margin:0 auto 15px auto;
		padding:0;
		clear:both;
	}
	#globalNav ul {
		margin:0;
		padding:0;
	}
	#globalNav li {
		display:inline;
		width: 140px;
		margin:0;
		padding:0;
	}
	#globalNav li a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0 !important;
		height /**/:50px;
		padding-top: 50px;
		background-image: url(../index/bg_globalnavi.jpg);
		color: #000000;
	}
		/*  背景画像の位置
		---------------------------------------------*/
		/* 通常 */
		#nav01 a { background-position: 0 0; }
		#nav02 a { background-position: 0 -50px; }
		#nav03 a { background-position: 0 -100px; }
		#nav04 a { background-position: 0 -150px; }
		#nav05 a { background-position: 0 -200px; }
		#nav06 a { background-position: 0 -250px; }
		#nav07 a { background-position: 0 -300px; }
		#nav08 a { background-position: 0 -350px; }
		/* マウスオーバー */
		#nav01 a:hover { background-position: 140px 0; }
		#nav02 a:hover { background-position: 140px -50px; }
		#nav03 a:hover { background-position: 140px -100px; }
		#nav04 a:hover { background-position: 140px -150px; }
		#nav05 a:hover { background-position: 140px -200px; }
		#nav06 a:hover { background-position: 140px -250px; }
		#nav07 a:hover { background-position: 140px -300px; }
		#nav08 a:hover { background-position: 140px -350px; }
		
	/* サブナビゲーション縦
	---------------------------------------------*/
	#subNav {
		width: 140px;
		height: 30px;
		list-style-type: none;
		background: url(../index/bg_subnavi.jpg) left top repeat-x;
		margin:15px auto 0 auto;
		padding:0;
		clear:both;
	}
	#subNav ul {
		margin:0;
		padding:0;
	}
	#subNav li {
		display:inline;
		width: 140px;
		margin:0;
		padding:0;
	}
	#subNav li a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0 !important;
		height /**/:30px;
		padding-top: 30px;
		background-image: url(../index/bg_subnavi.jpg);
		color: #000000;
	}
		/*  背景画像の位置
		---------------------------------------------*/
		/* 通常 */
		#snav01 a { background-position: 0 0; }
		#snav02 a { background-position: 0 -30px; }
		#snav03 a { background-position: 0 -60px; }
		/* マウスオーバー */
		#snav01 a:hover { background-position: 140px 0; }
		#snav02 a:hover { background-position: 140px -30px; }
		#snav03 a:hover { background-position: 140px -60px; }





	



/* フッター
---------------------------------------------*/
.footer{
	clear:both;
	width:100%;
	background-color:#CCCCCC;
	margin:0 auto;
	padding:0;
}

.copy{
	color:#666666;
	font-size:80%;
	text-align:center;
	padding:10px 0;
	margin:0;
}
.kanrisha{
	color:#666666;
	font-size:80%;
	text-align:center;
	padding:10px 0 0 0;
	margin:0;
}


	
