@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFF;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	}


* {margin:0; padding:0;}

img,object {border-style:none; vertical-align:bottom;}

ul,ol,li {list-style:none;}

a {overflow:hidden;}

.clear{
	clear:both;
}

.mb30{
	margin-bottom:30px;
}


/* ヘッダー */

#header {background:url(../img/h_bg.gif) repeat-x; width:100%; height:25px;}

#header ul {margin-right:30px; background:url(../img/h_navi.gif) no-repeat; height:25px; float:right;}
#header li {text-indent:-9999px; float:left;}
#header li a {height:25px; display:block;}
#header li.navi1 a {width:70px;}
#header li.navi2 a {width:95px;}
#header li.navi3 a {width:115px;}
#header li.navi4 a {width:145px;}
#header li.navi5 a {width:97px;}

#header li.navi1 a:hover {background:url(../img/h_navi.gif) 0 -25px no-repeat;}
#header li.navi2 a:hover {background:url(../img/h_navi.gif) -70px -25px no-repeat;}
#header li.navi3 a:hover {background:url(../img/h_navi.gif) -165px -25px no-repeat;}
#header li.navi4 a:hover {background:url(../img/h_navi.gif) -280px -25px no-repeat;}
#header li.navi5 a:hover {background:url(../img/h_navi.gif) -425px -25px no-repeat;}



/* フッター */

#footer {background:url(../img/f_bg.gif) repeat-x; height:30px;}
#footer p {background:url(../img/copy.gif) 20px 0 no-repeat; height:30px; text-indent:-9999px;}
