*{
margin:0;
padding:0;
}

body{
	background:url(../images/bg_html.png) repeat-x top left #fff;
	font-family:Arial,meiryo,'メイリオ',sans-serif;
}

img{
	border:none;
	vertical-align:bottom;
}

#wrapper{
	width:900px;
	background:#fff;
	margin:0 auto;
	padding:0;
	display:block;
	overflow:hidden;
	font-size:12px;
	color:#555;
	line-height:1.6em;
}


/*  ________________________________________________________  navigation  */
#header{
width:900px;
height:136px;
display:block;
overflow:hidden;
margin:0 auto;
}

#header ul{
width:900px;
margin:0;
padding:0;
text-indent:-7777px;
position:relative;
}
#header ul li{
list-style:none;
display:inline;
}
#header ul li a{
position: absolute;
top: 0px;
height:61px;
text-decoration: none;
margin:0;
padding:0;
width:180px;
}

#header ul li#btn01 a{
left:0px;
background:url('../images/btn01.png') no-repeat top left;
}
#header ul li#btn02 a{
left:180px;
background:url('../images/btn02.png') left top no-repeat;
}
#header ul li#btn03 a{
left:360px;
background:url('../images/btn03.png') left top no-repeat;
}
#header ul li#btn04 a{
left:540px;
background:url('../images/btn04.png') left top no-repeat;
}
#header ul li#btn05 a{
left:720px;
background:url('../images/btn05.png') left top no-repeat;
}


#header ul li#btn01 a:hover{
background-position:bottom left;
}
#header ul li#btn02 a:hover{
background-position:bottom left;
}
#header ul li#btn03 a:hover{
background-position:bottom left;
}
#header ul li#btn04 a:hover{
background-position:bottom left;
}
#header ul li#btn05 a:hover{
background-position:bottom left;
}


/*  ________________________________________________________  navigation END  */



/* ________________________________________________________  text */
.drop_caps{
text-indent:-1.0em;
padding-left:1.0em;
}

/* ________________________________________________________  footer */

#footer{
clear:both;
background:#fff url('../images/bg_footerlink.png') no-repeat left top;
color:#999;
font-size:12px;
width:900px;
height:56px;
padding:0;
line-height:46px;
margin-top:5px;
display:block;
overflow:hidden;
}

#footer address{
font-style:normal;
float:right;
font-size:11px;
margin:0;
padding:0;
padding-right:15px;
vertical-align:top;
}

#footer a{
color:#666;
background:url(../images/ico_arrow.png) no-repeat;
padding-left:15px;
margin-left:10px;
text-decoration:none;
}
#footer a:hover{
color:#999;
background:url(../images/ico_arrow_on.png) no-repeat;
}


/*  table  */


table.tbl_style{
background:#eee;
width:100%;
margin:5px 0 10px 0;
}
table.tbl_style th{
padding:4px;
text-align:center;
background:#fff;
}
table.tbl_style td{
padding:4px;
color:#666;
font-size:12px;
background:#fff;
}

/*  table 2 */

table.tbl02{
	background:#eee;
	width:600px;
	margin:20px 0 20px 40px;
	
}
table.tbl02 th{
font-weight:bold;
color:#666;
white-space:nowrap;
padding:10px 5px 10px 8px;
line-height:1.9em;
text-align:center;
width:160px;
background:#fafafa;
text-align:left;
vertical-align:top;
}
table.tbl02 td{
color:#666;
font-size:12px;
background:#fff;
padding:10px 5px 10px 8px;
line-height:2.0em;
vertical-align:top;
}



/*   下層ページ */

#left_menu{
width:220px;
display:block;
overflow:hidden;
float:left;
padding-top:35px;
padding-bottom:35px;
}
#right_contents{
width:680px;
display:block;
overflow:hidden;
float:left;
padding-top:35px;
padding-bottom:35px;
}

#left_menu ul{
width:205px;
margin:0;
padding:0;
background:url(../images/menu_bg_border.png) repeat-y;
}

#left_menu ul li{
margin:0;
list-style:none;
background:url(../images/ico_menu.png) no-repeat 15px 10px;
line-height:34px;
text-indent:38px;
}

#left_menu ul li ul{
width:195px;
margin-left:5px;
padding:0 0 12px 0;
background:url(../images/menu_bg_bar.png) no-repeat left bottom;
border-top:dotted 1px #ddd;
}

#left_menu ul li ul li{
margin:0;
list-style:none;
background:none;
text-indent:0;
line-height:30px;
padding-left:12px;
}

#left_menu ul li a{
color:#444;
text-decoration:none;
}
#left_menu ul li a:hover{
text-decoration:none;
}


#left_menu ul li ul li a{
color:#444;
text-decoration:underline;
}
#left_menu ul li ul li a:hover{
text-decoration:none;
}

#menu_btm{
width:205px;
height:10px;
background:url(../images/menu_bg_btm.png) no-repeat;
display:block;
overflow:hidden;
}

#right_contents h1{
height:55px;
line-height:55px;
font-size:18px;
padding-left:38px;
padding-top:0px;
background:url(../images/contents_header.png) no-repeat;
}

#right_contents h2{
padding-left:38px;
font-size:16px;
background:url(../images/bg_h2.png) no-repeat;
}

#right_contents .box{
width:100%;
background:url(../images/contents_bg.png) repeat-y;
padding-top:10px;
}
#right_contents .box p{
padding:20px;
}

#right_bottom{
width:680px;
height:10px;
background:url(../images/contents_btm.png) no-repeat;
display:block;
overflow:hidden;
}
