@charset "utf-8";
/* ===================================================================
CSS information

 file name  :toppage.css
 style info :トップページ関係 他

=================================================================== */

#InformationList{
	width:282px;
	height:302px;
	background:url(../../images/index/bg_info.png) top left no-repeat;
	position:absolute;
	top:30px;
	right:30px;
	text-align:center;
	color:#fff;
}

#InformationList hr{
	width:100%;
	height:1px;
	margin:10px 0;
}

#InformationList dl{
	width:240px;
	height:220px;
	margin:0 auto;
	padding-right:18px;
	margin-left:18px;
	text-align:left;
	overflow:auto;
}

#InformationList dl dt img{
	margin-left:10px;
}

#InformationList dl dd{
	margin-bottom:10px;
	margin-left:1em;
}

#InformationList img{
	margin-top:10px;
}

#InformationList a{color:#fff;}

* html #InformationList{
behavior: expression(IEPNGFIX.fix(this));
} 

#GuideNav{
	top:-13px;
	right:26px;
}

h2{
	width:830px;
	height:450px;
	margin:30px auto 0px auto;
	margin-left:-23px;
	background:url(../../images/index/h_title.png) no-repeat top left;
}