/* header css*/

div#header{
	width:800px;
	height:80px;
	position:relative;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;}

div#header .blackline{
	position:absolute;
	top:0px;
	left:0px;}

div#header .logo{
	width:300px;
	height:51px;
	position:absolute;
	top:10px;
	left:0px;}
	
div#header .otoiawase{
	width:147px;
	height:20px;
	text-align:right;}
	
div#header .header-table{
	width:300px;
	height:70px;
	text-align:right;
	border-collapse:collapse;
	position:absolute;
	top:8px;
	left:495px;}


a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}	
