@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  data.css
	
 ---------------------------------------------- */

#contents{
	background: url(../images/title.png) no-repeat;
	width: 960px;
	height: 830px;
}

#container{
	background: url(../images/bg.gif) no-repeat top #01040b;
	margin-bottom: 0px;
	position: relative;
}

#box {
	width: 720px;
	margin: 90px auto 0 auto;
	font-size: 1.3em;
	line-height: 1.7em;
}

#box h3{
	width: 472px;
	margin: 0px auto 45px auto;
}

#box h4{
	color: #fffb00;
	font-weight: bold;
	margin-bottom: 10px;
}

#box p.banner{
	position: absolute;
	right: 25px;
	top: 165px;
}


#box dl{
	margin: 25px 0 30px 0;
	font-size: 0.9em;
	line-height: 1.4em;
}

#box dd{
	background: url(../images/icon.png) no-repeat 0px 1px;
	padding-left: 22px;
	margin-top: 5px;
}
