body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
	color: #999999;
}
hr {
	color: #333333;
}

#container{
	width: 930px;
	text-align: center;
	height: auto;
	background-color: #000000;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
}
#contents_l {
	float: left;
	width: 270px;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	height: 445px;
	padding-top: 20px;
	background-color: #000000;
}
#container img {
	margin-top: 10px;
}

#contents_r{
	float: right;
	width: 640px;
	margin-top: 20px;
	height: 460px;
	background-color: #000000;
}


h1 {
	color: #eeeeee;
	line-height: 160%;
	font-weight: normal;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 0.8em;
	color: #cccccc;
	line-height: 130%;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}



.sub {
	color: #aaaaaa;
	font-size: 0.7em;
	line-height: 160%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a:link {
	text-decoration:none;
	color:#CCCCCC
}
a:active {
	color:#FFFFFF;
}
a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.sub2 {

	color: #999999;
	font-size: 9pt;
	line-height: 130%;
}

