@charset "utf-8";
#contents .con1 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#contents .con1 img {
	float: left;
	width: 200px;
}
#contents .con1 p {
	float: right;
	width: 270px;
}
#contents .con2 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#contents .con2 img {
	float: right;
	width: 200px;
}
#contents .con2 p {
	float: left;
	width: 270px;
}
.con2 .b-txt {
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}
.con1 .b-txt {
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}
#contents .con3 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #FFFFCB;
	margin-bottom: 20px;
}

#contents  .con3  .subtitle {
	background-color: #FFEA95;
	font-size: 13px;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
	color: #CC3300;
}
#contents  .con3  ul {
	padding-left: 20px;
	padding-right: 10px;
}
#contents .con3 li {
	font-size: 12px;
	color: #333333;
	line-height: 30px;
	list-style-type: square;
}
