@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
	基本設定
-------------------------------------------------------*/
body {
	color: #231815;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",sans-serif;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

a {
	color: #0c5ba5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------
	記事全体
-------------------------------------------------------*/
.mini-news-wrapper{
}


/*-----------------------------------------------------
	記事（dl）
-------------------------------------------------------*/
.mini-news-box {
	background: url(../images/news/bg_line.png) left bottom repeat-x;
	padding: 8px 0;
	*zoom: 1;
}

/*clearfix*/
.mini-news-box:before,
.mini-news-box:after {
	content: "";
	display: table;
}

.mini-news-box:after {
	clear: both;
}

.mini-news-box {
}


/*-----------------------------------------------------
	日付（dt）
-------------------------------------------------------*/
.mini-news-date {
	clear: both;
	float: left;
	width: 80px;
}

/*-----------------------------------------------------
	記事タイトル（dd）
-------------------------------------------------------*/
.mini-news-title {
	padding-left: 90px;
}
