@charset "Shift_JIS";

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0px;
	padding: 0px;
	}

body {
	height:100%;
	font: 80%/160% Tahoma;
	text-align: center;
	color: #333333;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%; 
	line-height: 100%;
	font-weight: normal; 
	}

a {
	text-decoration: none;
	color: #333333;
	}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

a:visited {
	color: #333333;
	}

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

ul, ol {
	list-style: none;
	}

li img {
	vertical-align: top;
	}



/* CONTENTS */
#header{
	margin: 0 auto;
	padding: 0;
	width: 730px;
	height: 91px;
	position: relative;
	}



/* HEADER */
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	}

#nav {
	position: absolute;
	top: 20px;
	right: 0;
	width: 603px;
	height: 72px;
	}

#nav li {
	float: left;
	}

#nav li a, #nav li span {
	height: 72px;
	margin: 0 3px 0 0;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../../image/common/nav_off.gif);
	}

#nav li a:hover {
	background-image: url(../../image/common/nav_on.gif);
	}

#nav li a.current {
	background-image: url(../../image/common/nav_fix.gif);
	}

#nav li.bu01 a, #nav li.bu01 a.current { width: 92px; background-position: 0 0; }
#nav li.bu02 a, #nav li.bu02 a.current { width: 73px; background-position: -95px 0; }
#nav li.bu03 a, #nav li.bu03 a.current { width: 111px; background-position: -171px 0; }
#nav li.bu04 a, #nav li.bu04 a.current { width: 68px; background-position: -285px 0; }
#nav li.bu05 a, #nav li.bu05 a.current { width: 66px; background-position: -356px 0; }
#nav li.bu06 a, #nav li.bu06 a.current { width: 110px; background-position: -425px 0; }
#nav li.bu07 a, #nav li.bu07 a.current { width: 62px; background-position: -538px 0; }
