@charset"UTF-8";

* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	text-align:center;
}
#container {
	width:760px;
	height:auto;
	text-align:left;
	margin:0 auto;
	background-color:#003366;
}
/*-----<<<<<<<<<<<<<<<header start>>>>>>>>>>>>>>>-----*/
#header * {
	position:absolute;
	left: 0px;
}
#header {
	top:10px;
	height:60px;
	position:relative;
	background-color:#FFFFFF;
}
#header ul {
	list-style:none;
}
#header a {
	display:block;
}
#header li {
	display:block;
	top:20px;
}
/*-----<<<<<<<<<<<<<<<logo>>>>>>>>>>>>>>>-----*/
#header h1, #header h1 a {
	width:460px;
	height:60px;
}
#header h1 {
	background:url(img/logo.gif) no-repeat;
	top:0;
}
/*-----<<<<<<<<<<<<<<<sub_navi>>>>>>>>>>>>>>>-----*/
#sub_navi li, #sub_navi a {
	width:100px;
	height:40px;
}
#sub_navi .s_navi1 {
	left:460px;
}
#sub_navi .s_navi1 a {
	background:url(img/sub_navi_01.gif) no-repeat;
}
#sub_navi .s_navi2 {
	left:560px;
}
#sub_navi .s_navi2 a {
	background:url(img/sub_navi_02.gif) no-repeat;
}
#sub_navi .s_navi3 {
	left:660px;
}
#sub_navi .s_navi3 a {
	background:url(img/sub_navi_03.gif) no-repeat;
}
#sub_navi a:hover {
	background-position:0 -40px;
}
.hide {
	display:none;
}	
/*-----<<<<<<<<<<<<<<<header end>>>>>>>>>>>>>>>-----*/
.shadow {
	width:100%;
	padding-bottom:10px;
	filter:shadow(color=black,direction=135);
}
/*-----<<<<<<<<<<<<<<<contents>>>>>>>>>>>>>>>-----*/
a img {
	border-style:none;
}
#bar {
	background:#003366;
	height:10px;
	margin-top:20px;
	padding-bottom:10px;
	color:#fff;
	text-align:center;
}
/*-----<<<<<<<<<<<<<<<footer>>>>>>>>>>>>>>>-----*/
#footer {
	background:#003366;
	height:30px;
	text-align:center;
	clear:both;
}
#footer address {
	padding-top:10px;
	color:#FFFFFF;
	font-size:80%;
	font-style:normal;
