@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------

	reset

------------------------------------------------------------------------- */
html, body, div, p, span, h1, h2, h3, ul, ol, li, table, tr, td, th, frame, noframe, frameset, a, img {
	border: none;
	margin: 0;
	padding: 0;
}
html, body {
	color: #000;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height:150%;
}
ol, ul, li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}


/* -------------------------------------------------------------------------

	h1, h2, h3

------------------------------------------------------------------------- */
h1 {
	color: #66a5cf;
	font-size: 16px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}


/* -------------------------------------------------------------------------

	top

------------------------------------------------------------------------- */
.wrapper {
	width: 580px;
	font-size: 14px;
}
.mv {
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin: 20px 0 30px;
}
	.mv img {
		padding-bottom: 10px;
	}
	
.box {
	padding: 12px 0 24px 12px;
	border-bottom: 1px solid #66a5cf;
}

.wrapper h1 {
	margin-left: 12px;
}


table {
	margin: 0 0 15px 12px;
}
	th, td {
		border-bottom: 1px solid #fff;
	}
	th {
		-moz-text-align-last: justify;
		text-align-last: justify;
		font-weight: normal;
	}

.wrapper ul {
	margin: 0 0 0 12px;
}

.wrapper ol li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 20px;
}

.footer {
	font-size: 12px;
	margin: 15px 0 30px;
}


/* -------------------------------------------------------------------------

	nav

------------------------------------------------------------------------- */
.nav {
	width: 200px;
	margin-left: 3px;
}

.nav a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.5;
}

.nav ul {
	margin-top: 10px;
}
	.nav ul li a {
		display: block;
		line-height: 1.3;
		border-bottom: 1px solid #b3cce6;
		border-left: 10px solid #9999cc;
		border-top: 1px solid #b3cce6;
		margin-bottom: 3px;
		padding: 6px 0 3px 6px;
	}
	.nav ul li a:hover, .nav ul li a.current {
		color: #fff;
		background-color: #69c;
		border-left: 12px solid #cc9;
		padding: 6px 0 3px 4px;
	}