@charset "utf-8";

#top_back{
	height:1000px;
	background:url("/images/ageha_night_top_back.jpg");
}

h1{
width:800px;
margin:5px auto;
text-align:left;
}

.top_contents{
	float:left;
	width:190px;
	margin:15px 0 0 10px;
}
* html .top_contents{
	margin:15px 5px 0 5px;
}
.top_contents p{
	font-size:13px;
	text-align:center;
}
h2 a{
	font-size: 0;
	color: black;
	text-indent:-9999px;
	display:block;
	width:190px;
	height:220px;
}
#s_h2 a{
	background:url("/images/top_kyaba.jpg");
}
#f_h2 a{
	background:url("/images/top_fuzoku.jpg");
}
#h_h2 a{
	background:url("/images/top_host.jpg");
}
#k_h2 a{
	background:url("/images/top_kyujin.jpg");
}
#top_qr{
	height:250px;
	text-align:center;
	margin-top:300px;
}
#top_qr strong{
	color:#ff69b4;
	font-weight:bold;
	font-size:16px;
}


/*--------------------------------
link
--------------------------------*/
.link_block{
	margin:10px 50px;
	float:left;
	width:600px;
}
.link_block dd{
	padding:0 0 10px 10px;
}

.kiyaku_dl dt{
	text-align:center;
	margin-top:10px;
	font-size:14px;
}

.kiyaku_dl{
	width:500px;
	float:left;
	text-align:left;
	margin:10px 0 0 150px;
}

* html .kiyaku_dl{
	margin:10px 0 0 75px;
}

.kiyaku_h2{
	margin-top:10px;
	text-align:center;
	color:#f00;
	width:100%;
	float:left;
	font-size:18px;
	border-top:1px solid #f00;
	border-bottom:1px solid #f00;
}

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }

