@charset "utf-8";


/* layout
------------------------------------------------- */
#left{
	width:601px;
	float:left;
	}
#right{
	width:192px;
	float:right;
	}
#left h2{
	margin-bottom:6px;
	}
	
/* information
------------------------------------------------- */
#information{
	width:569px;
	border:#c0d29b solid 1px;
	padding:10px 15px 15px 15px;
	background:#e6fbfd;
	}
#information ul li{
	width:100%;
	background:url(../images/dot-01.gif) repeat-x 0 bottom;
	padding:5px 0;
	overflow:hidden;
	}
#information ul li span{
	width:88px;
	float:left;
	font-weight:bold;
	color:#517e05;
	}
#information ul li p{
	width:477px;
	float:right;
	}
#information ul li p a{
	color:#333333;
	}