@charset "utf-8";
/* completed */



/* MT関連
================================================================ */
.mtList{}



/* ================================================================
   .mtList　リスト表記
================================================================ */
/* リストタイトル
------------------------------------------------- */
.mtList #content h2{
	margin: 0px 0px 15px;
	padding: 10px 10px 10px 8px;
	background: url(../img/_content_h1_bk.jpg) repeat-x left bottom;
	border-top: 1px solid #ccc;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.mtList #content h2 span.leftEye{
	display: block;
	padding: 5px 10px;
	background: url(../img/_sideunit_dt_bk01.jpg) repeat-y left top;
}




/* ================================================================
   ニュースリスト .newsList
================================================================ */
.newsList{
	padding: 15px 25px;
	border: 1px solid #a7a7a7;
}
.newsList dl{
	margin-bottom: 25px;
	padding-bottom: 25px;
	background: url(../img/dot01.gif) repeat-x left bottom;
	font-size: 90%;
}
.newsList dt{	margin-bottom: 3px;}
.mtList #content .unit p.date{
	margin-bottom: 0px;
	text-align: right;
}

.newsList dd h3.title{
	margin-bottom: 10px;
}
.newsList dd img.clipping{
	margin-right: 10px;
	float: left;
}

.newsList dd .txt .btn{
	display: block;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}
.newsList dd .txt .btn a:link,
.newsList dd .txt .btn a:visited{
	display: block;
	padding: 2px;
	background: url(../img/_bk_01.jpg) repeat-x left bottom;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	font-weight: bold;
	color: #036;
}
.newsList dd .txt .btn a:hover,
.newsList dd .txt a:active{
	background-image: none;
	color: #f30;
}




/* ================================================================
   .pagebute
================================================================ */
#pagebute{
	text-align: center;
	padding: 10px 0px;
	line-height: 2.5;
}
#pagebute a:link,
#pagebute a:visited{
	padding: 3px 5px;
	border: 1px solid #999;
	background: url(../img/bk_03.jpg) repeat-x left bottom;
	text-decoration: none;
}
#pagebute a:link,
#pagebute a:visited,
#pagebute span{
	margin-bottom: 10px;
	color: #0068b4;
}
#pagebute a:hover,
#pagebute a:active,
#pagebute span{
	padding: 3px 5px;
	border: 1px solid #999;
	background-color: #77C9FF;
	color: #0068b4;
	text-decoration: none;
	background-image: none;
}

