/* CSS Document */
h1 {
	text-indent:-9999px;
	padding:0;
	margin:0;
	float:left;
}
h1 a {
	display:block;
	width: 100px;
	height: 80px;
}
#header {
	padding:0;
	margin:0;
	background-image:url(../img/bg_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:800px;
	height:86px;
	border-top: 2px solid #06297d;
}
#header p{
	width:500px;
	padding:18px 0 0 16px;
	font-size:75%;
	margin:0;
	float:left;
}
#top {
	width:700px;
	height:60px;
	float:left;
}
#top ul {
	width:180px;
}
#top li{
	text-indent:-9999px;
}
#top li a{
	width:86px;
	height: 23px;
	display:block;
	text-decoration:none;
}
#top .sb-01{
	background-image:url(../img/submenu1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#top .sb-02{
	background-image:url(../img/submenu2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu {
	width:700px;
	height:26px;
	float:left;
}
#menu ul{
	padding: 8px 0 0 361px;
}
#menu li{
	font-size: 75%;
	text-align:center;
}
#menu li a{
	color:#06297d;
	text-decoration:none;
	padding:0 10px;
}
#menu li.tm-01{
	width:70px;
	border-right: 1px solid #ccc;
}
#menu li.tm-02{
	width:110px;
	border-right: 1px solid #ccc;
}
#menu li.tm-03{
	width:80px;
}
/* --- btm-header --- */
#btm-menu {
	background-image:url(../img/btm_menu.gif);
	background-repeat:no-repeat;
	height: 38px;
	background-color:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 0 0 0 105px;
}
#btm-menu li {
	text-indent:-9999px;
}
#btm-menu li a{
	display:block;
	width:140px;
	height:38px;
}