@charset "utf-8";
@import "common/0-import.css";

/*------------------------------------------------------------
	タイトルイメージ
------------------------------------------------------------*/
.titleimage {
	margin: 0 10px 20px -15px;
}

/*------------------------------------------------------------
	コラム
------------------------------------------------------------*/
body#Home p.title {
	font-weight: bold;
	font-size: 120%;
}


/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/
body#Home table.news {
	width: 100%;
	margin-bottom: 20px;
}
body#Home table.news th {
	width: 20%;
	padding: 10px;
	border-bottom: 2px dotted #E8D2BB;
	text-align: left;
}
body#Home table.news td {
	width: 80%;
	padding: 10px;
	border-bottom: 2px dotted #E8D2BB;
	text-align: left;
}


