
.txt01{
	width:910px;
	margin:60px auto;
	overflow:hidden;
	font-size:1.25em;
}

/**/

.list01{
	width:950px;
	margin:0px auto;
	overflow:hidden;
	
}

.list01 li{
	margin-bottom:60px;
	list-style-type:none;
	float:left;
	overflow:hidden;
	width:50%;
}

.list01 li a{
	display:block;
	overflow:hidden;
	width:430px;
	border:2px solid #308DBC;
	margin:0px auto;
}

.list01 li a:hover{
	text-decoration:none;
}


.list01 li a div{
	overflow:hidden;
	width:100%;
	padding:20px 0px;
}

.list01 li dl{
	float:left;
	overflow:hidden;
	display:block;
	width:230px;
	margin-left:20px;
}

.list01 li dl dt{
	color:#3383C0;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0.5em 0px;
}

.list01 li dl dd{
	font-size:1.1em;
	margin-top:2em;
}

.list01 li p{
	float:right;
	overflow:hidden;
	display:block;
	width:155px;
	margin-right:20px;
}