@charset "utf-8";
.con1 {
	width: 560px;
	background-color: #EEEEEE;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 1px;
}
.con1  h3  {
	background-color: #D1232C;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.con1  p  {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.con1 .con1-1 {
	background-color: #FFFFFF;
	background-image: url(../images/indeximg01.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 440px;
	padding-left: 120px;
	margin-bottom: 20px;
}
.con1 .con1-2 {
	background-color: #FFFFFF;
	background-image: url(../images/indeximg02.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 440px;
	padding-left: 120px;
	margin-bottom: 20px;
}
.con1 .con1-3 {
	background-color: #FFFFFF;
	background-image: url(../images/indeximg03.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 440px;
	padding-left: 120px;
	margin-bottom: 20px;
}
.con1 .con1-4 {
	background-color: #FFFFFF;
	background-image: url(../images/indeximg04.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 440px;
	padding-left: 120px;
	margin-bottom: 20px;
}
.con2 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.con3 p {
	letter-spacing: 3px;
}
.con1 a:link {
	color: #FFFFFF;
}
.con1 a:visited {
	color: #FFFFFF;
}
.con1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.info {
	margin-bottom: 20px;
}
.info ul {
	background-color: #F0F2FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7888D3;
	border-right-color: #7888D3;
	border-bottom-color: #7888D3;
	border-left-color: #7888D3;
	padding: 5px;
}
.info li {
	font-size: 1em;
	font-weight: normal;
	color: #3366CC;
	line-height: 25px;
}
.info p {
	background-color: #3366CC;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin: 0px;
}

