html{
    height: 100%;
}

body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	color: #333;
	background-image: url(../img/bg_kousi.gif);
	margin: 0px;
	line-height: 22px;
	padding: 0px;
	width: 100%;
	min-width: 859px;
	letter-spacing: 1px;
}
.clear {
	clear: left;
}


a {
	color: #FF00A8;
}

a:hover {
	color: #68E1FF;
	text-decoration: none;
}



/*   メインcontents    */
#header {
	background-image: url(../img/dlc/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.falcom {
	background-image: url(../img/dlc/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 650px;
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.cave {
	text-align: right;
	padding-bottom: 230px;
}



#contents {
	width: auto;
	background-image: url(../img/dlc/line_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

.main {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 26px;
	padding-left: 28px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}


#footer {
	height: 50px;
	width: auto;
	text-align: center;
	color: #666;
	clear: left;
	background-color: #FFF;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3A3A3C;
	padding-bottom: 30px;
	font-size: 10px;
	line-height: 1.4em;
}



.float {
	float: left;
}
