@charset "Shift_JIS";

/* mainvisual
---------------------------------------------------- */
#mainvisual {
	width: 850px;
	height: 190px;
	background: url("../images/mainvisual_back.jpg") no-repeat;
	position: relative;
	color: #555557;
	margin-bottom: 20px;
}
#mainvisual h2{
	position: absolute;
	left: 55px;
	top: 55px;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing:2px;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "平成明朝",serif;
}
#mainvisual p{
	position: absolute;
	left: 210px;
	top: 65px;
	font-size: 14px;
	line-height: 1.7;
}



/* news
---------------------------------------------------- */
#news h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdcdc;
}
#news dl{
	margin: 10px 0 15px 0;
}
#news dt,
#news dd{
	padding: 15px 0px 15px 3px;
}
#news dt{
	clear: left;
	float: left;
	width: 110px;
	border-bottom: 1px dashed #dcdcdc;
	font-weight: bold;
}
#news dd{
	margin-left: 110px;
	border-bottom: 1px dashed #dcdcdc;
}



/* information
---------------------------------------------------- */
#information{
	background: #f1efed;
	padding: 10px 0px 0px 10px;
}
#information li{
	padding-bottom: 10px;
}
