﻿@charset "UTF-8";

/*
======== context ======================================

Last Updated:YYMMDD
Summary:ニュース固有レイアウト設定

- 
- 
=======================================================
*/

/*-----------------------------------------------------
news Box
-------------------------------------------------------*/

.newsMonth{
	margin:0;
	padding:3px 10px;
	background-color:#e8edf0;
	border:1px solid #d5d4d4;
	font-size:1.2em;
	font-weight:bold;
}

.newsBox{
	margin:0;
	padding:3px 5px;
	border:1px solid #d5d4d4;
	border-top:none;
	margin:0 0 20px 0 ;
}


#contentsArea .newsBox ul {
	margin:0;
}

#contentsArea .newsBox ul li{
	list-style:none;
	background:url(/common/img/dotline.gif) repeat-x scroll left bottom ;
	margin:0 0 10px;
	margin-left:0;
	padding:0;
}

#contentsArea .newsBox ul li.lastChild{
	background:none;
}

.newsBox table{
	margin: 0 ;
	padding:0;

}

.newsBox table td{
	padding:3px 3px 5px 3px;
	vertical-align:top;
}

.newsBox table td.title{
	width:360px;
}


.newsBox table td.data{
	font-weight:bold;
	font-size:1.2em;
	width:14%;
	white-space:nowrap;
	text-indent:-9999px;
	vertical-align:top;
}

.newsBox table tr.firstChild td.data{
	text-indent:1px;
	line-height:1.1em;
}

.newsBox table td.post{
	width:25%;
}

.newsBox table td.title span.noLink,
.newsBox table td.title a{
	background:url(/common/img/lm_arrow.gif) no-repeat left .5em;
	padding: 0 0 0 10px;
	display:inline-block;

}



/*-----------------------------------------------------
dl
-------------------------------------------------------*/

.newsList{
	margin: 0 0 0 10px;
	
}

.newsList dt{
	margin:0;
	padding:3px 10px;
	background-color:#e8edf0;
	border:1px solid #d5d4d4;
	border-top:none;
	font-size:1.2em;
	font-weight:bold;
}

.newsList dt.firstChild{
	border-top:1px solid #d5d4d4;
}

.newsList dd{
	margin:0;
	padding:3px 5px;
	border:1px solid #d5d4d4;
	border-top:none;
	zoom:1;
}

/*-----------------------------------------------------
table
-------------------------------------------------------*/

.newsList dd table{
	background: url(/common/img/dotline.gif) repeat-x left bottom;
	margin: 0 0 10px 0;
	padding:0;

}

.newsList dd table td{
	padding:3px 3px 5px 3px;
	vertical-align:top;
}




.newsList dd table td.data{
	font-weight:bold;
	font-size:1.2em;
	width:10%;
	white-space:nowrap;
	text-indent:-9999px;
	vertical-align:top;
}

.newsList dd table tr.firstChild td.data{
	text-indent:1px;
}

.newsList dd table td.post{
	width:25%;
}

.newsList dd table td.title a{
	background:url(/common/img/lm_arrow.gif) no-repeat left .5em;
	padding: 0 0 0 10px;
	display:block;

}


table.tblDatalist {
	font-size : 1.2em;
	width : 100%;
	border-right : solid 1px #000000;
	border-top : solid 1px #000000;
	margin-bottom : 15px;
}
 
 
table.tblDatalist caption { 
	background:url(/common/img/bg_caption.gif) no-repeat left bottom;
	padding : 0 0 0 10px;
	text-align : left;
	font-weight : bold;
}
 
 
table.tblDatalist tr { 
}
 
 
table.tblDatalist td { 
	text-align : center;
	border-left : solid 1px #000000;
	border-bottom : solid 1px #000000;
}