@charset "utf-8";
/************************/

body {
	font-size:12px;
	padding:0;
	margin:0;
	font-family:"Osaka","ＭＳ Ｐゴシック","sans-serif";
}

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}

img{border:none;}
/*****************************/

#header{
	width:100%;
	margin:0px;
	background:#fff;
	border-bottom:solid 6px #fc6;
	}

#header h1{
	margin:0;
	background:url(../images/header_back.gif) no-repeat bottom right;
	height:80px;
	}

#header h1 a{
	width:214px;
	height:40px;
	display:block;
	position:absolute;
	left:14px;
	top:24px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	}
	
/*****************************/
#navigation{
	width:100%;
	margin:0;
	background:#ff9966;
	border-bottom:solid 6px #fc6;
	}

#navigation:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
#navigation{display:inline-block;} 
* html #navigation{height:1%;}
#navigation{display:block;}

/**********************/

#navigation ul#h_navi{
	height:28px;
	clear:both;
	margin:0;
	background:url(../images/h_navi_back.jpg) repeat-x;
	}

#navigation ul#h_navi li{
	float:right;
	}

#navigation ul#h_navi li a{
	display:block;
	line-height:28px;
	text-align:center;
	padding:0;
	text-decoration:none;
	color:#333;
	margin-left:20px;
    text-indent:-9999px;
    overflow:hidden;

	}

#navigation ul#h_navi li#h_navi_00{
	line-height:28px;
	padding-left:12px;
	float:left;
	font-size:10px;
	}

#navigation ul#h_navi li#h_navi_01 a{
	background:url(../images/h_navi_01.jpg) no-repeat;
	width:58px;
	}

#navigation ul#h_navi li#h_navi_02 a{
	background:url(../images/h_navi_02.jpg) no-repeat;
	width:138px;
	}

#navigation ul#h_navi li#h_navi_03 a{
	background:url(../images/h_navi_03.jpg) no-repeat;
	width:108px;
	margin-right:12px;
	}

#navigation ul#h_navi li a:hover{
	background:#f60;
	}

#navigation ul#h_navi li.active a{
	background:#fc6;
	}
	
/*****************************/

.gotop{
margin:0px 5px 0px 700px;
padding-top:20px;
text-align:right;
clear:both;
display:block;
}
