@charset "utf-8";

/* 外部CSSの読み込み
------------------------------------------------------------ */
@import "base.css";
@import "contents.css";
@import "navi.css";


#header .h1 {
	overflow: hidden;
	padding-top: 3px;
	height: 22px;
}

#header .h1 h1 {
	font-size: 0.9em;
	color: #666;
	float: right;
	margin-right: 5px;
}
#header .h1 p {
	font-size: 0.9em;
	color: #666;
	float: right;
}

#header h2 {
	font-weight: bold;
	font-size: 0.9em;
	color: #841243;
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 2;
}

.logo{
	position: absolute;
	left: 15px;
	top: 25px;
	z-index: 1;
}

#header h3 {
	color: #001E40;
	font-weight: bold;
	position: absolute;
	left:205px;
	top: 60px;
}
.h3p {
	color: #001E40;
	font-weight: bold;
	position: absolute;
	left: 205px;
	top: 80px;
}

.contact {
	position: absolute;
	right: 2px;
	top: 69px;
}
.contact a:hover img {
    filter: alpha(opacity=0); 
	-moz-opacity:0.00;
	opacity:0.00;
}

