@charset "UTF-8";
/* CSS Document */

.img {
	background-image: url(../img/img.jpg);
	background-position: center top;
	width: 860px;
	padding-top: 51px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
}

.contents {
	width: 550px;
	float: left;
	padding-top: 55px;
}

/*.left_side {
	width: 250px;
	float: left;
	padding-top: 25px;
}
.right_side {
	float: right;
	width: 250px;
	padding-top: 25px;
}*/
.h4_d {
	padding-bottom: 10px;
}

ul{
    margin-bottom: 50px;
    width: 300px;
}

li {
	border-bottom: 1px solid #000;
    font-size: 14px;
}

.fc01{
    color: #df032e;
}
