@charset "utf-8";
/* CSS Document */

/* =============================================================================
   Home
   ========================================================================== */
#box{
	width:300px;
	float:left;
	margin:10px 10px 0 0;
}

#box li{
	margin:0 0 5px;	
}

#info{
	background:url(/img/info_bg.jpg) no-repeat;
	width:690px;
	height:400px;
	float:left;
	margin:10px 0 0;
	position:relative;
}

#info ul{
	position:absolute;
	top:70px;
	left:20px;
	width:650px;
	height:320px;
	overflow:auto;
}

#info li{
	border-bottom:2px #999999 dotted;
	padding:5px;
	margin:0 auto 50px;
	width:600px;
}

#info b{
	color:#006699;	
	font-weight:bold;
	margin:0 20px 0 0;
}

