@charset "UTF-8";
/*index style
-------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}

/*link style
-------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}

/*basic layout
-------------------------------------*/
#wrapper {
	width: 803px;
	margin: 0px auto;
	position: relative;
}
#header {
	width: 803px;
	margin: 0px auto;
	position: relative;
}
#header #leftlogo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #rightlogo {
	position: absolute;
	top: 15px;
	right: 0px;
}
#header #rightcoment {
	position: absolute;
	top: 56px;
	right: 0px;
}
#navi {
	margin: 0px auto;
}
#navi #navi01 {
	left: 68px;
	top: 96px;
	position: absolute;}
#navi #navi02 {
	position: absolute;
	left: 164px;
	top: 96px;
}
#navi #navi03 {
	left: 327px;
	top: 96px;
	position: absolute;
}
#navi #navi04 {
	left: 514px;
	top: 96px;
	position: absolute;
}
#navi #navi05 {
	position: absolute;
	left: 654px;
	top: 96px;
}
