@charset "utf-8";
/* CSS Document */

body {
	min-width: 970px;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*リンク*/
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*header*/
header {
	width: 952px;
	height: 87px;
	margin: 0 auto;
	padding: 0 0 0 2px;
}
header h1 {
	float: left;
	width: 295px;
	margin: 52px 0 0 0;
}
header p {
	float: left;
	width: 220px;
	margin: 43px 0 0 0;
}

/* menu */
header .menu {
	float: right;
	width: 420px;
	height: 36px;
	margin: 44px 0 0 0;
	padding: 1px 3px 4px 3px;
	background: url(./img/bg_header_01.png) no-repeat;
}
header .menu li {
	float: left;
	position: relative;
	z-index: 1;
}
header .menu .sub {
	height: auto;
	margin: 0;
	padding: 10px 0 0;
	background: #000;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-ms-filter: "alpha(opacity=80)";
	position:absolute;
	display: none;
}
header .menu .sub li {
	width: 85px;
}
header .menu .sub li a {
	display:block;
	font-size: 11px;
	line-height: 24px;
	padding: 0 0 0 15px;
	color:#fff;
	text-decoration:none;
	background: url(./img/arrow03.gif) no-repeat 5px 50%;
	_zoom: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
header .menu .sub li a:hover {
	background-color: #C00;
}

/*footer*/
footer {
	clear: both;
	background: url(./img/bg_footer_01.png) no-repeat center top;
}
footer #ftr {
	position: relative;
	width: 950px;
	height: 258px;
	margin: 0 auto;
}
footer #ftr #ftrLogo {
	position: absolute;
	top: 65px;
	left: 647px;
	width: 282px;
	height: 34px;
}
footer #ftr #ftrMenu {
	height: 78px;
	padding: 48px 0 0 13px;
}
footer #ftr #ftrMenu ul {
	float: left;
	min-width: 80px;
	margin: 0 40px 0 0;
}
footer #ftr #ftrMenu ul li {
	padding: 0 0 0 12px;
	background: url(./img/ico_footer_01.png) no-repeat 0 8px;
	line-height: 26px;
}
footer #ftr #ftrMenu ul li a {
	color: #000;
	text-decoration: none;
}
footer #ftr #ftrMenu ul li a:hover {
	text-decoration: underline;
}
footer #ftr #ftrLink {
	float: left;
	width: 165px;
	margin: 66px 0 0 0;
	padding: 0 0 0 13px;
}
footer #ftr #ftrLink p {
	float: left;
	width: 31px;
	margin: 0 4px 0 0;
}
footer #ftr #ftrPagetop {
	position: absolute;
	bottom: 0;
	left: 771px;
	width: 163px;
	height: 45px;
}
footer #ftr #ftrCopyright {
	margin: 74px 0 0 0;
	color: #333;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 16px;
}
