@charset "UTF-8";
/*---------------------------------
info styleSheet
----------------------------------*/
#info {
	width: 820px;
	margin: 0 auto;
}
#info h3 {
	text-align: center;
	font-size: 22px;
	color: #288bcd;
	margin-bottom: 20px;
}
#info h3 span {
	background: url(../img/icon01.png) no-repeat left center;
	padding: 5px 0 5px 40px;
}
#info h3 + p {
	text-align: center;
	margin-bottom: 30px;
}
#info .sheet {
	background: #fff url(../img/corner.gif) no-repeat right top;
	padding: 40px 30px;
	margin-bottom: 20px;
}
#info .sheet ul {
	width: 355px;
}
#info .sheet li {
	border-bottom: 2px dashed #dadada;
	padding: 15px 0;
}
#info .sheet li a {
	display: block;
	background: url(../img/icon02.png) no-repeat right center;
}
#info .sheet li a:hover {
	text-decoration: underline;
}
#info .leftL {
	float: left;
}
#info .rightL{
	border-left: 1px solid #dadada;
    padding-left: 25px;
    width: 375px !important;
	float: right;
}
