@charset "utf-8";

/* ----------------------------------- top --*/

/*Contents要素
---------------------------------------- */
/* Contents */
div#Contents {
	float: left;
	width: 630px;
}

/*infoBox要素
---------------------------------------- */
div#Contents .infoBox {
	width: 630px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 130%;
}
div#Contents .infoBox ul {
	list-style-type: none;
	padding: 5px 0 0 0;
}
div#Contents .infoBox ul li {
	padding: 6px 0 7px 0;
	border-bottom: 1px solid #DDD;
}
div#Contents .infoBox .infoBtn {
	text-align: right;
}
div#Contents .infoBox ul li a,
div#Contents .infoBox ul li a {
	color: #666 !important;
	text-decoration: none !important;
}
div#Contents .infoBox ul li a:hover,
div#Contents .infoBox ul li a:hover {
	text-decoration: underline !important;
}

div#Contents h2.title {
	font-size: 18px;
}

/*reeBox要素
---------------------------------------- */
.leftBox ul.rss-items,
.rightBox ul.rss-items {
	list-style-type: none;
	margin-top: 5px;
}
.leftBox ul.rss-items li.rss-date,
.rightBox ul.rss-items li.rss-date {
	padding-left: 50px;
	background: url("http://www.yasashiite.com/images/top/icon_new.gif") no-repeat;
	color: #E81021;
}
.leftBox ul.rss-items li.rss-item,
.rightBox ul.rss-items li.rss-item {
	margin-top: 5px;
	line-height: 160%;
}

/*serviceBox要素
---------------------------------------- */
.serviceBox {
	width: 630px;
	height: 117px;
	margin-top: 20px;
	background: url("http://www.yasashiite.com/houmonkaigo/images/base/top_bg.gif") repeat-x;
}
.serviceBox table {
	width: 600px;
	margin: 15px;
	height: 87px;
}
.serviceBox table th,
.serviceBox table td {
	font-size: 12px;
	line-height: 120%;
}
.serviceBox table th {
	border-right: 1px solid #CCC;
	padding-right: 15px;
	text-align: left;
	font-weight: lighter;
	width: 380px;
}
.serviceBox table td {
	padding-left: 15px;
}

/*aboutBox要素
---------------------------------------- */
.aboutBox {
	width: 630px;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url("http://www.yasashiite.com/images/common/dotline_g.gif") repeat-x bottom left;
	font-size: 14px;
	line-height: 150%;
}