@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #4c9ebd url(../images/body_bg.gif) left top repeat-y;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}

h1 {
	font: bold normal 2.0em/normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:10px;
}


/* メイン画像
---------------------------------------------*/
#main_pict {
	z-index: 10;
	width: 100%;
	height: 220px;
	background: #FFFFFF url(../images/main_pict.jpg) left top no-repeat;
}

#main_pict_contents {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 80px;
	background: #FFFFFF url(../images/main_pict.jpg) left top no-repeat;
	bottom: 10px;
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 101px;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}

#header h1 {
	padding:10px 10px 10px 10px;
}

#logo {
	position: absolute;
	left: 19px;
	top: 18px;
	margin: 0;
}
#footer {
position:relative;
width:100%;
}

#footer2 {
position:absolute;
left:-210px;
width:770px;
	text-align:center;
	color: #FFFFFF;
	background: #3a80f3;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		position: absolute;
		top: 37px;
		left: 206px;
		width: 536px;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 107px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%;
		padding: 8px 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		background: url(../images/navigation_bg.gif) left top no-repeat;
	}
	#navigation li a:hover {
		color: #EC8602;
		background: url(../images/navigation_bg.gif) right top no-repeat;
	}
	
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #EEEEEE;
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
		border-top: 1px solid #FFFFFF;
		background: none;
		font-size: 90%;
		font-weight: normal;
		padding: 6px 0;
	}
	#navigation ul ul li a:hover {
		color: #FFFFFF;
		background-image: none; 
		background-color: #EC8602;
	}
	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 761px;
	margin-top: 10px;
}
#primary {
	position: absolute;
	width: 540px;
	left: 205px;
	top: 20px;
	background-color: #FFFFFF;
}
#secondary {
	position: absolute;
	width: 168px;
	left: 19px;
	top: 0;
	background: #FFFFFF url(../images/secondary_bg.gif) right top repeat-y;
}

/* 本文
---------------------------------------------*/
#primary .section {
	margin: 15px 0 20px 20px;
}
#primary h2 {
	background: url(../images/h2_bg.gif) left top no-repeat;
	margin: 0px;
	padding: 10px 0 15px 20px;
	font-size: 120%;
}
#primary h3 {
font-size:100%;
	padding:5px 0px 5px 23px ;
	border-bottom:dotted #666 1px;
	margin-bottom:10px;
	background-image:url(../images/h3_listmark.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#primary p {
	margin: 10px 0;
}

/* 補足情報
---------------------------------------------*/
#secondary {
	font-size: 90%;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 110%;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	color: #FFFFFF;
	background: #05a24b url(../images/secondary_h3_bg.gif) right top repeat-y;
}
#secondary p {
	margin: 10px;
	letter-spacing:0;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 138px !important;
		width /**/: 168px;
		padding: 5px 5px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(../images/sidenav_bg_off.gif) left center no-repeat;
	}
	#secondary li a:hover {
		color: #EC8602;
		background: none;
	}
	
	
	#secondary ul li ul{
		margin: 0;
		padding: 0px 0px 0px 15px;
		list-style: none;
	}
	#secondary ul li ul li{
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	}
	
/* リンク
---------------------------------------------*/
	
	
#secondary .img {
	padding: 10px 5px 10px 5px;
	margin: 0px;
}
.top_comment {
	padding:10px;
	height: 70px;
	vertical-align:bottom;
}

#content #primary .section table {
align="center"
	width: 90%;
	text-align: center;
	margin: auto auto 10px auto;
	padding: auto;
}
/* フッター部分
---------------------------------------------*/

#copyright {
	font: 85% Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing: 0.1em;
}
#copyright a {
	color: #FFF;
	text-decoration:none;
}
#copyright a:visited {
	color: #FFF;
}
#copyright a:hover {
	color: #C30;
}
.sinryojikan {
text-align:center;
}


.section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 16px;
}
.note {
margin-left:10px ;
font-size:90% ;
}