@charset "utf-8";
/* CSS Document */

#informationbox{
	clear:both;
	width:440px;
	margin:10px auto;
	border:solid 1px #0099cc;
	border-top:solid 5px #0099cc;
	padding:15px 30px;
}
#informationbox ul{
	padding:20px 0px;
}

#informationbox li.bt01{
	width:200px;
	float:left;
}

#informationbox li.bt02{
	width:200px;
	float:right;
}


