@charset "shift_jis";
/* CSS Document */

/* ブラウザ間の差異リセット
--------------------------------------------------------------------
-------------------------------------------------------------------- */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, a, address, img, samp, strong,
dl, dt, dd, ol, ul, li, form, input, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;

}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* 基本設定
--------------------------------------------------------------------
-------------------------------------------------------------------- */

html {
	overflow-x: hidden;
}

body {
	line-height: 1.5;
	padding-bottom: 30px;
	font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック' ,sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: 0;
	background: url(../images/bg.png) no-repeat left top #e6e6e6;
}

p {
	margin-bottom: 0.5em;
}

li {
	list-style-type: none;	
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	position: relative;
	width: 520px;
}

#page h1 {
	clear: both;
	overflow: hidden;
	margin: 20px 35px 0 0;
}

#page h1 img {
	float: right;
}

.area {
	position: relative;
	width: 470px;
	min-height: 300px;
	margin: 20px auto 0 !important;
	padding: 0 0 30px;
	background: url(../images/area.png) no-repeat left bottom;
}

.area .tab a {
	position: absolute;
	top: -45px;
	left: 5px;
	width: 113px;
	height: 47px;
	background: url(../images/tab.png) no-repeat left top;
	text-indent: -9999px;
}

.tab#report a,
.area .tab + .tab#report a:hover {
	background-position: left bottom;
}

.area .tab + .tab#report a {
	top: -40px;
	left: 115px;
	background-position: left -47px;
}

.area .tab + .tab#report a:hover {
	top: -45px;
}

.area ul,
.area h2 {
	position: relative;
	top: -5px;
	clear: both;
	overflow: hidden;
	height: 50px;
	padding: 0 12px;
	background: url(../images/navi.png) no-repeat center top;
}

.area h2 {
	line-height: 50px;
	padding-left: 20px !important;
	color: #FFF;
}

.area ul + ul {
	top: -14px;
}

.area ul li {
	float: left;
	margin: 14px 0;
	text-align: center;
	background: url(../images/navi.png) no-repeat left bottom;
}

.area ul li:first-child {
	background: none;
}

.area ul li a {
	display: block;
	padding: 0 14px;
	line-height: 23px;
	text-shadow: 0 0 1px #FFF;
}

.area ul li a:hover {
	background: url(../images/navi.png) no-repeat center -51px;
	text-shadow: 0 0 3px #0064ff;
	text-decoration: none;
}

.area p,
.area > img {
	margin: 0 20px 8px;
}

.area > img {
	float: left;
	margin-right: 10px;
}

#page > ul {
	margin-left: 35px;
}

#page > ul a {
	color: #646a6c;
}
