@charset "UTF-8";

@import "base.css";

#topcatchbanner {
	display: inline;
	float:left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 635px;
	height: 216px;
	

}
#topcatchbanner a.enter{
	display:block;
	position:relative;
	left: 555px;
	top: -23px;
	width: 71px;
	border:0;
	text-indent:-999px;
	overflow:hidden;
	background-image: url(../image/catch_image/enter.jpg);
}
#topcatchbanner a:hover.enter{
	background-image: url(../image/catch_image/enter_BT.jpg);
}

#topcatchbanner a.enterbutton{
	display:block;
	position:relative;
	left: 542px;
	top: -30px;
	width:90px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../image/catch_image/enter_BT.jpg);
}

#topcatchbanner a:hover.enterbutton{
    background-position:0px -30px;
}


#topInfo {
	padding: 0;
	width: 475px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 50px;
	margin-left: 5px;
	float: left;
	display: inline;
} 
#topInfo h1{
	margin-top: 0px;
	margin-bottom: 1em;
}


.infolist{
	
}

.infolist dt{
	color: #666;
	margin-top: 0.5em;
}

.infolist dd{
	color: #000;
	text-indent: 0em;
	vertical-align: middle;
	font-size: 1.0em;
	line-height:1.3em;
}
#infolistAttention{
	color: #F00;	
}
