@charset "Shift_JIS";

/* 基本設定
----------------------------------------------- */
*{
	margin			:	0px;
	padding			:	0px;
}
body{
	font-family		:	"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size		:	10px;
	color			:	#FFF;
	line-height		:	1.5;
	background		:	#000;
    text-align: center;  
}	

h1, h2, h3, h4, h5{
	font-size		:	10px;
}
li, dt, dd{
	list-style		:	outside;
	list-style-type	:	none;
}
a{
	color			:	#000;
	text-decoration	:	none;
}
a:hover{
	color			:	#000;
	text-decoration	:	underline;
}
img{
	border			:	0px;
	border-style:none
}
#contents{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
	top				:	0px;
    height			:	690px;
}
#logo{
	width: 1000px;
    margin: 0 auto;
    text-align: left;
	top				:	1000px;
    height			:	40px;
}
#footerArea {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
	top				:	700px;
	margin-top		:	20px;
	background:#000;
    font-size		:	13px;
	color:#fff;
	line-height:1.6;
}
	#footerArea ul {
		list-style-type:none;
		clear:both;
		overflow:hidden;
		text-align:center;
		padding-bottom:5px;
	}
	#footerArea li {
		display:inline;
		margin:0 2px;  
	}
	#footerArea a {
		color:#fff;
		text-decoration:underline;
	}
	#footerArea a:hover {
		color:#f00;
		text-decoration:none;
	}
	#footerArea p {
		border-top:solid 1px #fff;
		width:1000px;
		font-size:10px;
		text-align:right;
		padding-top:1px;
	}
	#footerArea p a {
		color:#0a0;
	}
