@charset "UTF-8";

body {
	background-color: #fff;
	text-align: center;
	font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img {
	border:none;
}

div#wrapper {
	width: 960px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 8px;
	border: 1px solid #006;
	box-shadow: 0px 0px 10px #666;
}
div#wrapper div#header {
	padding: 10px 30px;
	background-color: #3692C5;
	border-radius: 5px 5px 0px 0px;
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font: 24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#wrapper div#header h2 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font: 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.notes {
	width:920px;
	padding:20px 0;
	margin:20px;
	background:#e9f9fe;
	border-radius: 8px;
	border: 1px solid #e9f9fe;
	_display:inline;
	line-height:24px;
}

.notes strong {
	width:880px;
	border-bottom: 3px solid #3692C5;
	clear: both;
	display: block;
	padding: 0 20px 5px;
}

.notes p {
	width:880px;
	margin:20px;
}


div#wrapper div#header p {
	color: #FFF;
}
div#wrapper div#container {
	padding: 0px 20px;
}

div#wrapper div#container table {
	width: 920px;
	border:none;
	border-collapse:collapse;
}
div#wrapper div#container table th {
	width:270px;
	padding:10px 20px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
div#wrapper div#container table th span {
	color:#cc0000;
	margin:0 5px 0 0;
	font-weight:bold;
}

div#wrapper div#container table td {
	width:590px;
	padding:10px 20px;
	text-align:left;
	vertical-align:top;
}

div#wrapper div#container table tr:nth-child(odd) {
	background:#FDFDFD;
}

div#wrapper div#container table tr:nth-child(even) {
	background:#F2F2F2;
}


div#wrapper div#footer {
	width: 940px;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}

