@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";



h3{
	padding-left:13px;
	border-left:9px solid #d87000;
	border-bottom:1px solid #d87000;
	font-size:18px;
}

/* ご挨拶文 */
.areaText{
	padding: 20px;
}

.areaText ul{
	margin: 20px 40px;
	font-size: 16px;
}
.areaText li{
	width: 210px;
	height: 40px;
	padding-left: 50px;
	padding-top: 10px;
	background:url(../../sitemap/img/icon_list.png) no-repeat 10px 8px;
	margin: 10px;
	float: left;
	border-bottom: 1px solid #c0c0c0;
}
