html,body{
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: "HGP‘n‰pŠpºÞ¼¯¸UB", "Letter Gothic" ,sans-serif, "MS Sans Serif", "‚l‚r ‚oƒSƒVƒbƒN";
	color:#FFF;
}


#container {
	clear:left;
	width:900px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}
#top {
	position: relative;
	float: left;
	border: 0px;
	left: 0px;
	top: 0px;
}
#main{
	position: relative;
	border: 0px;
	clear:left;
	top: 10px;
	left: 0px;
	width:900px;
	height:auto;
}

#theme{
	position: relative;
	border: 0px;
	float:left;
	top:0px;
	left:0px;
	width:300px;
	height:auto;
}
#photo{
	position: relative;
	border: 0px;
	float:left;
	top:150px;
	left:30px;

}
#contents{
	position: relative;
	border: 0px;
	float:left;
	top:0px;
	left:40px;
	width:560px;
	height:auto;
}
#contents h2 {
	font-family: "HGP‘n‰pŠpºÞ¼¯¸UB", "Letter Gothic" ,sans-serif, "MS Sans Serif", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size:1.3em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-top:0px;
	margin-bottom:0.5em;
	border-bottom-color: #990000;
}
#contents .section{
	font-family: "HGP‘n‰pŠpƒSƒVƒbƒNUB","Letter Gothic","‚l‚r ‚oƒSƒVƒbƒN", Arial;
//	font-size:0.8em;
	font-size:12px;
	text-indent: 1em;
	line-height: 1.5em;
	margin-bottom:1.5em;
}
#contents .section strong{
	font-size:1.2em;
	text-decoration:underline;
}
#contents .section p{
	margin-bottom:-0.8em;
}

#footer{
	margin-top:20px;
	border-top:1px solid #333;
	padding-top:10px;
	width:900px;
	float:right;
/*	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;*/
	display: block;
	font-size:0.5em;
}
#footer img{
	float:right;
	height:19px;
}