@charset "utf-8";


/* header */
#header * {
	position: absolute; 
	padding: 0;
	margin: 0;
}
#header {
	background: url(images/h_bg.gif) no-repeat;
	text-align: left;
	position: relative;
	height: 54px;
	width: 730px;
}

#header ul { list-style: none; }
#header a { display: block; }
#header li { display: block;}

#header h1 a {
	width:140px;
	height:34px;
	text-decoration: none;
	text-indent: -9999px;
	background:url(images/h_logo.gif) no-repeat left top;
}
#header ul#kensaku li.saitonai {
	left: 340px;
	top: 2px;
	background:url(images/saitonai.jpg) no-repeat;
}

#header ul#kensaku li.moji {
	left: 400px;
	top: 2px;
	width: 150px;
	height: 14px;
}

#header ul#kensaku li.button {
	left: 690px;
	top: 1px;
	background: url("images/kensaku.jpg") no-repeat;
}

/* header / toplink */
#header ul#toplink {
	left: 146px;
	top: 18px;
}

#header ul#toplink li.toplink1 a {
	text-indent: -9999px;
	background: url(images/h_toplink1.gif) left top no-repeat;
	width:42px;
	height: 12px;
}

#header ul#toplink li.toplink2 a {
	text-indent: -9999px;
	background: url(images/h_toplink2.gif) right top no-repeat;
	left: 54px;
	width:51px;
	height: 12px;
}


#header ul#toplink li a:hover { background-position: 0px -12px; }
/* header / login */

#header #kisoku_gazou {
	background: url(images/spacer.gif) no-repeat;
	left: 312px;
	top: 20px;
	height: 30px;
	width: 418px;
}


#header #login {
	background: url(images/login_bg.jpg) no-repeat;
	left: 312px;
	top: 20px;
	height: 30px;
	width: 418px;
}

#login .h_global a {
	text-indent: -9999px;
	width: 88px;
	height: 30px;
	background: url("images/h_global.jpg") no-repeat;
}

#login .h_global a:hover {
	background-position: left bottom;
}

#login .h_member p {
	text-indent: -9999px;
	left: 88px;
	top: 0px;
	width: 88px;
	height: 30px;
	background: url("images/h_member.jpg") no-repeat;
	background-position: left bottom;
}

#login .h_id {
	left: 195px;
	top: 5px;
	width: 73px;
	height: 16px;
}
#login .h_pass {
	left: 302px;
	top: 5px;
	width: 70px;
	height: 16px;
}
#login .h_login {
	left: 380px;
	top: 6px;
}

/* header / member logout */
#header #logout {
	background: url(images/h_member_m.jpg) no-repeat;
	left: 344px;
	top: 22px;
	height: 30px;
	width: 418px;
}

#logout .h_log {
	left: 76px;
	top: 10px;
	font-size: 12px;
	color: #555555;
	font-weight : bold ;
}

#logout .h_id {
	left: 195px;
	top: 7px;
	width: 160px;
	height: 16px;
}

#logout .h_logout {
	left: 335px;
	top: 5px;
}

/* header / global login_g */
#header #login_g {
	background: url(images/login_bg_g.jpg) no-repeat;
	left: 262px;
	top: 20px;
	height: 30px;
	width: 468px;
}

#login_g .h_member a {
	text-indent: -9999px;
	width: 88px;
	height: 30px;
	background: url("images/h_member.jpg") no-repeat;
}

#login_g .h_member a:hover {
	background-position: left bottom;
}

#login_g .h_global p {
	text-indent: -9999px;
	left: 88px;
	top: 0px;
	width: 88px;
	height: 30px;
	background: url("images/h_global.jpg") no-repeat;
	background-position: left bottom;
}

#login_g .h_id {
	left: 210px;
	top: 5px;
	width: 85px;
	height: 16px;
}
#login_g .h_pass {
	left: 342px;
	top: 5px;
	width: 80px;
	height: 16px;
}
#login_g .h_login_g {
	left: 430px;
	top: 5px;
}