/*----------------基本設定----------------*/
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	_font-size: 75%;/*IE6用*/
	line-height: 1.3;
	text-align: center;
}
img {
	border: 0;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/
#container {
	position: relative;
	overflow: hidden;
	width: 680px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
}

#contents {
	overflow: hidden;
	width: 680px;
	height: 674px;
	background:url(img/bg_info.jpg) no-repeat left top;
}
#contents h1 {
	position: absolute;
	top: 363px;
	left: 0;
}
#contents .info01 {
	position: absolute;
	top: 458px;
	left: 0;
}
#contents .info02 {
	position: absolute;
	top: 545px;
	left: 10px;
}
#contents .btnSite {
	position: absolute;
	top: 574px;
	left: 218px;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 660px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(img/line_dot01.gif) repeat-x left top;
}
#footer #footerLogo {
	float: left;
	width: 501px;
}
#footer .btnClose {
	float: right;
	width: 120px;
	
}
#footer #footerLogo .logo {
	float: left;
	width: 85px;
}
#footer #footerLogo .copyright {
	float: right;
	width: 416px;
}


/*----------------リンク基本設定----------------*/

A:link {color:#9900FF; text-decoration:none}
A:visited {color:#552400; text-decoration:none}
A:hover {color:#0000FF; text-decoration:underline}
A:active {text-decoration:none}

/*----------------テキスト基本設定----------------*/
.sText {
	font-size: 10px;
	line-height: 1.2;
}

.mText {
	font-size: 12px;
	line-height: 1.3;
}

.lText {
	font-size: 14px;
	line-height: 1.4;
}
	
.llText {
	font-size: 17px;
	line-height: 1.5;
}
