@charset "Shift_JIS";


body{
	background:#ffffff url(../../img/bg.gif) repeat-x left top;
	padding:0;
	margin:0;
}


/*=====================================
header
=====================================*/


#header{
	width:986px;
	height:82px;
	margin:0;
	padding:0 8px 0 6px;
}


h1 a#logo{
	display:block;
	width:326px;
	height:31px;
	margin:27px 0 0 0;
	padding:0;
	float:left;
	background:#ffffff url(../../img/header_logo.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}


#header p{
	display:block;
	width:479px;
	height:31px;
	margin:21px 0 0 0;
	padding:0;
	float:left;
	background:#ffffff url(../../img/header_read.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}


#header_menu{
	width:117px;
	height:51px;
	margin:14px 0 0 0;
	padding:0;
	float:right;
}



#header_menu a{
	display:block;
	width:117px;
	height:17px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
}


a.btn_home{
	background:url(../../img/btn_home.gif) no-repeat left top;
}
a.btn_home:hover{
	background:url(../../img/btn_home.gif) no-repeat left -16px;
}


a.btn_contact{
	background:url(../../img/btn_contact.gif) no-repeat left top;
}
a.btn_contact:hover{
	background:url(../../img/btn_contact.gif) no-repeat left -16px;
}


a.btn_company_info{
	background:url(../../img/btn_company_info.gif) no-repeat left top;
}
a.btn_company_info:hover{
	background:url(../../img/btn_company_info.gif) no-repeat left -16px;
}


