/* CSS Document */

.header {
	width:860px;
	margin-bottom:15px;
}

.seo_text {
	background:url(../images/header/bg_seo_img.gif) bottom repeat-x;
	margin:5px auto 15px;
	width:840px;
	height:25px;
	color:#646464;
	font-size:0.8em;
}

.logo {
	width:95px;
	float:left;
	padding-left:20px;
}

.logo a {
	background:url(../images/header/logo.gif) 0 0 no-repeat;
	width:95px;
	height:55px;
	display:block;
	text-indent:-9999px;
}


/*g_menu
-------------------------*/
.g_menu {
	width:270px;
	margin:0 10px 20px 0;
	float:right;
}

.g_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}


.g_menu ul li {
	height:25px;
	display:block;
	float:left;
}

.g_menu01 a {
	background:url(../images/header/g_menu_img.gif) 0 0 no-repeat;
	width:57px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.g_menu02 a {
	background:url(../images/header/g_menu_img.gif) -63px 0 no-repeat;
	width:118px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.g_menu03 a {
	background:url(../images/header/g_menu_img.gif) -187px 0 no-repeat;
	width:83px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:left;
}


/*menu
-------------------------*/
.menu {
	width:860px;
}

.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu ul li {
	width:172px;
	height:40px;
	float:left;
}

.menu01 a {
	background:url(../images/menu/menu_img.jpg) 0 0 no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu02 a {
	background:url(../images/menu/menu_img.jpg) -172px 0 no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu03 a {
	background:url(../images/menu/menu_img.jpg) -344px 0 no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu04 a {
	background:url(../images/menu/menu_img.jpg) -516px 0 no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu05 a {
	background:url(../images/menu/menu_img.jpg) -688px 0 no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}


.menu01 a:hover {
	background:url(../images/menu/menu_img.jpg) 0 -40px no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu02 a:hover {
	background:url(../images/menu/menu_img.jpg) -172px -40px no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu03 a:hover {
	background:url(../images/menu/menu_img.jpg) -344px -40px no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu04 a:hover {
	background:url(../images/menu/menu_img.jpg) -516px -40px no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}

.menu05 a:hover {
	background:url(../images/menu/menu_img.jpg) -688px -40px no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}


