@charset "utf-8";
#umina {
	width: 700px;
	float: left;
	padding-bottom: 150px;
}
#umina h2 {
	height: 40px;
	line-height: 40px;
	font-size: 140%;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#umina .border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #141D5D;
	float: left;
	width: 200px;
	height: 3px;
}
#umina .block {
	float: left;
	width: 700px;
	margin-top: 20px;
}
#umina .block p {
	float: none;
	font-size: 110%;
	line-height: 20px;
}
#umina .block .image {
	float: right;
	padding-left: 25px;
}
#umina ul {
	padding: 0px;
	float: left;
	margin-top: 20px;
}
#umina ul li {
	float: left;
	width: 250px;
	background-image: url(../img/common/header_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 24px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 110%;
	clear: both;
	margin-bottom: 5px;
}
