@charset "utf-8";
/* ===================================================================
CSS information

 file name  :gothic.css
 author     :yourName (admin)
 style info :ゴシック特設ページ用
=================================================================== */
body {
	background:#000;	
}

h1 span,
h2 span {
	visibility:hidden;
}

p {
	color:#fff;	
}

h1 {
	width:851px;
	height:686px;
	margin:0 0 -458px 0;
	background:url(../img/header.jpg) no-repeat;	
}

/*光の強さと冠イメージ
------------------------------*/
div h2,
div#light,
div#crown {
	width:475px;
}

div#light,
div#crown {
	float:right;
	margin:0 95px 0 0;
	_margin:0 48px 0 0;
}

/*light*/
div#light h2 {
	height:79px;
	background:url(../img/bg-light.gif) no-repeat;
}

div#light p {
	float:left;
	width:205px;
	padding:0 0 0 15px;
	margin:0 0 40px 0;
}

div#light div#txtImg {
	float:right;
	margin:0 0 40px 0;
}

/*crown*/
div#crown {
	margin-top:15px;
}

div#crown h2 {
	height:79px;
	background:url(../img/bg-crown.gif) no-repeat;
}

div#crown p {
	padding:0 0 20px 15px;
}


/*左下のボタン
------------------------------*/
div#linkBox {
	float:left;
	width:260px;
	margin:40px 0 0 35px;
	_margin:40px 0 0 18px;
}

div#linkBox ul {
	width:235px;
	padding:58px 0 30px 25px;
	background:url(../img/bg-btn.gif) no-repeat;
}

div#linkBox img {
	margin:0 0 5px 0;
}

/*フッター
------------------------------*/
div#footer {
	clear:both;
	width:851px;
	height:172px;
	margin:0;
	background:url(../img/footer.gif) no-repeat;
}

div#footer p {
	visibility:hidden;
}