@charset "UTF-8";

/* -----------------------------------------------
FileName: index.css
----------------------------------------------- */


/*index
***************************

bd_news_index
-----------
box
link-li
h2
table
pagetop

***************************/

/* box */
.bd_news_yearlink01	{
	margin: 25px 0 0 0;
	padding: 10px 0 10px 0;
	border: solid 1px #ded9c9;
}

/* link-li */
	.bd_news_yearlink01 ul {
		overflow: hidden;
	}
		.bd_news_yearlink01 ul li {
			display: inline;
			margin-left: -1px !important;
			padding: 0 15px 0 22px !important;
			border-left: solid 1px #ded9c9;
			background: url(/news/resources/images/blt_arrow01.gif) 10px 6px no-repeat;
			list-style-type: none;
			font-weight: bold ;
			zoom: 1;
		}

		.bd_news_yearlink01 ul li a {
			font-weight: normal !important ;
		}

/* h2 */
h2	{
	margin-top: 30px;
	padding: 10px;
	border-top: solid 1px #bcd7e2;
	background-color: #e6f1f2;
	font-weight: bold;
}

/* table */
table{
	border: none;
	border-collapse: collapse;
}
	table th ,table td	{
		padding: 15px 10px;
		background: url(/support/resources/images/line_dot.gif) bottom left repeat-x;
		vertical-align: top;
	}
	table th img	{
		margin-top: 3px;
	}
	table td.bd_tbl-txt	{
		padding: 15px 10px 15px 1em;
		background: url(/support/resources/images/line_dot.gif) bottom left repeat-x;
		text-indent: -1em;
	}
		table td.bd_tbl-txt a	{ 
			padding-left: 12px !important;
			background: url(/news/resources/images/blt_arrow01.gif) 0 5px no-repeat;
		}

/* pagetop */
#content div.bd_news-pagetop { 
	margin: 0 0 10px 0;
	width: 700px;
}
#content div.bd_news-pagetop p {
	float: right;
}

