@charset "UTF-8";

/* -----------------------------------------------
FileName:news.css
----------------------------------------------- */

#main_contents .block ol{
	margin-left:0px;
}

#main_contents ol li { 
	list-style-type: decimal;
	margin-left:2em;
}
#main_contents ul li {
	margin-left:19px;
	list-style-type: disc; 
}
#main_contents .unlist li {
	list-style: none; 
}

/* ===== index.html ===== */

#contents .hdRedHeart {
	background:url(../../../news/images/bg_enclose_h_top.gif) left top no-repeat;
	clear: both;
	margin: 0 0 12px 0;
	padding: 6px 0 0 0;
	width: 640px;
}

#contents .hdRedHeart h2,
#contents .hdRedHeart h3,
#contents .hdRedHeart h4 {
	background:url(../../../news/images/bg_enclose_h_btm.gif) left bottom no-repeat;
	padding: 0 0 6px 0;
	width: 640px;
}

#contents .hdRedHeart span {
	font-weight: bold;
	display: block;
	margin: 0 4px;
	padding: 2px 8px 2px 27px;
}

#contents table.newsListTbl {
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

#contents table.newsListTbl caption {
	display: none;
}

#contents table.newsListTbl thead {
	display: none;
}

#contents table.newsListTbl th {
	padding: 5px 12px 5px 0;
	color: #4d4d4d;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}

#contents table.newsListTbl td {
	padding: 5px 0 5px 19px;
	text-indent: -19px;
	line-height: 1.3;
	vertical-align: top;
	width:85%;
}

#contents table.newsListTbl td.icon {
	padding: 5px 10px 5px 0;
	text-indent: 0;
}

#contents table.newsListTbl td a {
		padding: 0 0 0 19px;
		background:url("../../images/blt_inlink_01.gif") no-repeat 3px 0.3em;
}

#contents table.newsListTbl td.pdf a{
		padding: 0 0 0 19px;
		background:url("../../images/blt_pdf.gif") no-repeat 0 0;
}
		
#contents .actdTl {
 float:right;
	margin: 10px 0 0 0;
	width: 220px;
}

#contents .actdTl a {
	display: block;
	border: 1px solid #ccc;
	padding: 8px 10px 8px 21px;
	background: url(../../images/blt_inlink_01.gif) no-repeat 10px 1.1em;
}

#contents .actdTl a:hover {
	border: 1px solid #8FC0E1;
}

/* ===== news.html ===== */

#newstabMenu {
	background: url(../../../news/images/bg_tabmenu.gif) left bottom no-repeat;
	height:32px;
	padding:0;
	width: 640px;
}

#newstabMenu li {
	margin: 0 2px 0 0;
	height:31px;
	float: left;
	width:130px;
	list-style: none !important;
	margin-left:0px !important;
}

#newstabMenu li a {
	display: block;
	height:31px;
	padding: 0;
	width:130px;
}

#newstabMenu li a:hover {
 background-color:transparent;
}

#newstabMenu li a:hover img {
	visibility:hidden;
}

#newstabMenu li.news {
 background:url(../../../news/images/btn_news_n.gif) top left no-repeat;
}

#newstabMenu li.event {
 background:url(../../../news/images/btn_event_n.gif) top left no-repeat;
}

#newstabMenu li.update {
 background:url(../../../news/images/btn_update_n.gif) top left no-repeat;
}
#newstabMenu li.ir {
 background:url(../../../news/images/btn_ir_n.gif) top left no-repeat;
}
#contents div.tabBoxbtm {
	padding-bottom: 15px !important;
}

#contents div.yearBox {
 background:url(../../images/bg_dot_01.gif) top left repeat-x;
 padding-top:15px;
 width:640px;
}

#contents div.yearBox p {
 margin-right:10px;
}
