@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	color: #000;
	background-color: #000;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #630;
}
#container-contents {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #630;
	background-image: url(images/bk-contents02.jpg);
	background-repeat: no-repeat;
	height: 550px;
}






#maincontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent-left {
	width: 610px;
	float: left;
	display: inline;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#maincontent-right {
	float: right;
	width: 122px;
	display: inline;
}

#maincontent-left h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 10px;
}
#maincontent-left h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
#maincontent-left h5 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}



#footer {
	clear: both;
	background-color: #310100;
	padding: 5px;
}

#footer p {
	color: #999;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}
