@charset "utf-8";
/* CSS Document */
body{
    background:url(img/back.png) repeat-x left top;
    text-align:center;
}
body,div,h1,h2,h3,table,tr,td,caption,p,a,img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none outside;
	border:none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
    line-height:120%;
}
#wrapper{
	width:100%;
	
}
/*header*/
#header{
	margin:0px;
}
#header h1,#header h2,#header p{
	width:800px;
	margin:0 auto;
}
#header h1{
	
}
/*container */
#container{
	width:800px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	border:#aaa9a5 solid 1px;
	background-color:#FFF;
	
}
/*main */
#main{
	width:800px;
	height:420px;
	margin-top: 20px;
	z-index:10;
}
/*main p */
#main p{
	text-align:center;
	
}
#innerbox{
	width:720px;
	height:140px;
	color:#FFF;
	font-size:90%;
	margin-top:-140px;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
	position:relative;
	
}
#innerbox p{
	float:left;
}
#main_02{
	width:800px;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:20px 40px;
    text-align:left;
}
#main_02 p{
	font-size:95%;
	margin:0px 25px;
	padding:0px 0px;
	width:670px;
	line-height:1.5;
}
#main_02 p.list{
	font-size:100%;
	line-height:1.8;
}
/*main_02 h1 680px*/
#main_02 h1{
	font-weight:normal;
	margin:10px 0px 10px 20px;
	padding:0px;
	height:90px;
}

#main_02 h2{
	width:680px;
	color:#333;
	margin:10px 0px 15px 20px;
	padding:0px 0px 0 10px;
	line-height:35px;
	background:url(img/sub-title_01.png) no-repeat left top;
}
#main_02 h2.double{
	width:670px;
	color:#333;
	margin:10px 0px 15px 20px;
	padding:0px 5px 0 5px;
	line-height:35px;
	background:url(img/sub-title_02.png) no-repeat left top;
	font-size:80%;
}
#main_02 h3{
	width:680px;
	margin:10px 0px 10px 20px;
	background:url(img/mark.gif) no-repeat left 
	top;
	border-bottom:#999 dotted 1px;
	line-height:1.5;
	text-indent:1.5em;
	color:#633;
}
#main_02 p.point{
	background:url(img/mark_02.gif) no-repeat left top;
	line-height:1.5;
	text-indent:1.5em;
	color:#C00;
	font-weight:bold;
}
#main_02 p.mark{
	background:url(img/mark_02.gif) no-repeat left top;
	line-height:1.5;
	text-indent:1.5em;
}
#main_02 p.mark-top{
	background:url(img/mark_02.gif) no-repeat left top;
	line-height:1.5;
	text-indent:1.5em;
	margin-top:10px;
}
#main_02 p.bottom{
	text-align:right;
	padding-right:20px;
}
/*footer*/
#footer{
	clear:both;
	margin-top:20px;
	width: 800px;
	height:60px;
    text-align:center;
	color:#666;
	font-size:80%;
	border-top:#cac8c8 solid 1px;
	background:url(img/footer.png) repeat-x left top;
}
/*ナビゲーション*/
#nav{
    width:800px;
	height:90px;
	clear:both;
}
#nav ul{
	margin:0px; 
	padding:0px; 
    list-style:none;
	margin-left:40px;
	margin-bottom:0px;
}
#nav ul li{
	width:150px;
	float: left;
	margin: 20px 15px 0px 15px;
    padding:0px;
}

#nav ul li.navi_01 a{
	display:block;
	width:150px;
	height:70px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/navi_01.jpg) no-repeat left top;
	text-indent:-9999px;
}

#nav ul li.navi_01 a:hover{
	text-decoration: none;
	background:url(img/navi_01b.jpg) no-repeat left top;
}
#nav ul li.navi_02 a{
	display:block;
	width:150px;
	height:70px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/navi_02.jpg) no-repeat left top;
	text-indent:-9999px;
}

#nav ul li.navi_02 a:hover{
	text-decoration: none;
	background:url(img/navi_02b.jpg) no-repeat left top;
}
#nav ul li.navi_03 a{
	display:block;
	width:150px;
    height:70px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/navi_03.jpg) no-repeat left top;
	text-indent:-9999px;
}
#nav ul li.navi_03 a:hover{
	text-decoration: none;
	background:url(img/navi_03b.jpg) no-repeat left top;	
}
#nav ul li.navi_04 a{
	display:block;
	width:150px;
    height:70px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/navi_04.jpg) no-repeat left top;
	text-indent:-9999px;
}
#nav ul li.navi_04 a:hover{
	text-decoration: none;
	background:url(img/navi_04b.jpg) no-repeat left top;
}
/*トップナビゲーション*/
#nav-top{
    width:800px;
	height:97px;
	clear:both;
	background:url(img/main-top.png) repeat-x left bottom;
}
#nav-top ul{
	margin:0px; 
	padding:0px; 
    list-style:none;
	margin-left:40px;
	margin-bottom:0px;

}
#nav-top ul li{
	width:150px;
	float: left;
	margin: 25px 15px 0px 15px;
    padding:0px;
}

#nav-top ul li.navi_01 a{
	display:block;
	width:150px;
    height:65px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/tabnav_01.jpg) no-repeat left top;
	text-indent:-9999px;
}
#nav-top ul li.navi_01 a:hover{
	text-decoration: none;
	background:url(img/tabnav_b01.jpg) no-repeat left top;
}
#nav-top ul li.navi_02 a{
	display:block;
	width:150px;
	height:65px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/tabnav_02.jpg) no-repeat left top;
	text-indent:-9999px;
}

#nav-top ul li.navi_02 a:hover{
	text-decoration: none;
	background:url(img/tabnav_b02.jpg) no-repeat left top;
}
#nav-top ul li.current02 a{
	display:block;
	width:150px;
	height:65px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/tabnav_b02.jpg) no-repeat left top;
	text-indent:-9999px;
}
#nav-top ul li.navi_03 a{
	display:block;
	width:150px;
    height:65px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/tabnav_03.jpg) no-repeat left top;
	text-indent:-9999px;
}
#nav-top ul li.navi_03 a:hover{
	text-decoration: none;
	background:url(img/tabnav_b03.jpg) no-repeat left top;	
}
#nav-top ul li.current03 a{
	display:block;
	width:150px;
	height:65px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/tabnav_b03.jpg) no-repeat left top;
	text-indent:-9999px;
}
#nav-top ul li.navi_04 a{
	display:block;
	width:150px;
    height:65px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/tabnav_04.jpg) no-repeat left top;
	text-indent:-9999px;
}
#nav-top ul li.navi_04 a:hover{
	text-decoration: none;
	background:url(img/tabnav_b04.jpg) no-repeat left top;
}
#nav-top ul li.current04 a{
	display:block;
	width:150px;
	height:65px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	background:url(img/tabnav_b04.jpg) no-repeat left top;
	text-indent:-9999px;
}
/*table*/
table{
	margin:0px 0px 0px 20px;
	width:680px;
	border-collapse:collapse;
	border:#6e797d solid 1px;
}
td{
	border:#6e797d solid 1px;
    padding:2px 3px;
}
th{
	width:100px;
	background-color:#ede9e4;
	color:#633;
	border:#6e797d solid 1px;
	text-align:left;
	font-size:90%;
	padding-left:3px;
}
td.rowspn{
	border-bottom:none;
	border-top:none;
}
td.rowspn .point{
	color:#C00;
}
td.b-rowspn{
	border-bottom:none;
}
td.t-rowspn{
	border-top:none;
}
td.td-small{
	border-bottom:none;
	font-size:75%;
}
td.td-name{
	border-bottom:none;
	border-top:none;
	font-weight:bold;
}
td ul li{
	font-size:95%;
	width:300px;

}
 td ul.access li{
	font-size:100%;
	margin-top:15px;
	width:350px;

}