@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


#contact #areaContact{
	margin:40px auto 0;
	width:720px;
}

#contact #areaContact .ttl{
	margin:10px 0;
	color:#202663;
	font-weight:bold;
	font-size:90%;
}
#contact #areaContact .txt{
	font-size:80%;
	line-height:1.5;
}

/* グレーグラデーションのbox */
#contact #areaContact .box{
	margin-top:40px;
	padding:20px 30px 30px 30px;
	width:610px;
	background: url(../../contact/img/bg_box.gif) repeat-x top;
	border:1px solid #E1E1E1;
	line-height:1.8;
}

ul.contact{
	margin-bottom: 120px;
	margin-top: 30px;
}

ul.contact li{
	width: 250px;
	display: block;
	float: left;
	margin-left: 7px;
	list-style-type: none;
}

ul.contact li p.cnt{
	margin-top: 5px;
	font-size: 80%;
	line-height: 1.5;
	padding: 0 10px;
	border: 1px solid #CCC;
	border-top: 0px;
	border-bottom: 0px;
}