@charset "utf-8";

/*
 #header [
----------------------------------------------------------- */

#header {
	height: 80px;
	margin-bottom: 32px;
	border-bottom: 3px solid #014099;
	position: relative;
}

#header img {
	vertical-align: bottom;
}

#header h1 {
	width: 900px;
	padding: 20px 0;
	margin: 0 auto;
}

#header h1 a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#header p {
	width: 450px;
	margin: 0;
	position: absolute;
	left: 50%;
	text-align: right;
}

#header p.jpn {
	top : 20px;
}

#header p.jpn a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#header p.others {
	top : 55px;
}

#header p.others a {
	margin-left : 10px;
	padding-left: 10px;
}

#header p.others a + a {
	border-left: 2px solid #494949;
}



/*
 Link Color [
----------------------------------------------------------- */
#header a {
	text-decoration:none;
	color: #494949;
}
#header a:link {
}
#header a:visited {
}
#header a:hover {
	text-decoration: underline;
}
#header a:active {
}