@charset "utf-8";

#Container div#Header{
	width:900px;
	height:100px;
	padding:0;
	margin:0;
	background:url(../image/header/sitelogo_bg.jpg) repeat-x;
	position:relative;
}

#Container div#Header h1.head{
	margin:0;
	padding:0;
}

#Container div#Header h1.head a img{ 
	margin:0;
	padding:0;
	outline:none;
}

#Container div#Header img{
	margin:0;
	padding:0;
	outline:none;
}



/*ご連絡先・このサイトについてボタン*/
div#Header a.head-contact{
	display:block;
	width:88px;
	height:21px;
	background:url(../image/header/head_contact.gif) top left no-repeat;
	position:absolute;
	top:65px;
	right:150px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

div#Header a.head-site{
	display:block;
	width:135px;
	height:21px;
	background:url(../image/header/head_site.gif) top left no-repeat;
	position:absolute;
	top:65px;
	right:10px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}



div#Header a.head-contact:hover,
div#Header a.head-site:hover{
	background-position:0px -21px;
}


div#Header a.head-contact-on{
	display:block;
	width:88px;
	height:21px;
	background:url(../image/header/head_contact.gif) 0px -42px no-repeat;
	position:absolute;
	top:65px;
	right:150px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

div#Header a.head-site-on{
	display:block;
	width:135px;
	height:21px;
	background:url(../image/header/head_site.gif) 0px -42px no-repeat;
	position:absolute;
	top:65px;
	right:10px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}



