* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #000 url(./img/back.jpg);
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	color: #333;
	font-size: 11pt;
	text-align: center;
}

a {
	color: #0A1B2E;
}
a:hover {
	color: #132F4E;
}

img {
	border: 0px solid #fff;
}

header {
	background: #000 url(./img/header.jpg) no-repeat;
	width: 980px;
	height: 724px;
	margin: 0 auto;
}

#contents {
	background: #fff url(./img/cback.jpg) repeat-y;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

h1 {

}
h2 {
	margin: 45px 0px 30px 60px;
}
h3 {
	margin: 0px 0px 30px 0px;
	font-size: 11pt;
}
.txt{
	width: 760px;
	margin: 0 auto;
}

.txt01{
	width: 365px;
	margin-left: 110px;
	float: left;
}

.txt02{
	width: 365px;
	margin-right: 110px;
	float: right;
}

p {
	line-height: 150%;
	letter-spacing: 1px;
}

.righttxt {
	text-align: right;
	font-size: 8pt;
}
.social {
	margin-top: 20px;
	text-align: right;
	font-size: 8pt;
}

.clr {
	clear: both;
}
/*table {
	padding: 4px;
}*/
.t01 {
	background: #fff url(./img/numbering.png) no-repeat 0px 1px;
	height: 48px;
	width: 39px;
	color: #fff;
	font-size: 15pt;
	font-weight: bold;
	padding-left:12px;
}
.t02 {
	font-size: 12pt;
	font-weight: bold;
}
.vocal {
/*	text-align: right;*/
	font-size: 9pt;
}
#cbottom {
	background: #fff url(./img/cbottom.jpg) no-repeat;
	width: 980px;
	height: 29px;
	margin: 0 auto;
}

footer {
	margin-top: 15px;
	height: 34px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
}