@charset "utf-8";
/* ===================================================================
	style.css
=================================================================== */


.franchise_box1 {
	width: 724px;
	background: url(../images/bg.jpg) no-repeat center top;
	height: 741px;
	margin-top:20px;
}

.franchise_box1 .wrap {
	padding: 70px 80px 0px;
	color: #CCC;
}

.franchise_box1 .wrap p{
	margin: 10px 0;
	line-height: 20px;
}


.franchise_box2{
	margin-top: 50px;
	color: #CCC;
}
.franchise_box2 h3{
	margin-bottom: 15px;
}
.franchise_box2 h4{
	margin-top: 15px;
	background: url(../images/ttl_bg.png) repeat left top;
	padding: 8px 10px;
	margin-bottom: 15px;
}
.franchise_box2 dl{}
.franchise_box2 dl dt{
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
}
.franchise_box2 dl dd{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #333;
}
.franchise_box2 dl dd.last{
	border:none;
}

.franchise_box2 dl dd a{ text-decoration:underline;}