@charset "utf-8";
/* CSS Document */

/*  見出し
------------------------------------------------------------------------*/
.topicsBUTTON a
{
	float:right;
	background:url(../img/topics.gif) no-repeat 0 0;
	width:276px;
	height:23px;
	text-indent:-9999px;
}


.finding01
{
	background:url(../img/finding01.gif) no-repeat 0 0;
	height:40px;
	display:block;
	text-indent:-9999px;
}
.finding02
{
	background:url(../img/finding02.gif) no-repeat 0 0;
	height:40px;
	display:block;
	text-indent:-9999px;
}
.finding03
{
	background:url(../img/finding03.gif) no-repeat 0 0;
	height:40px;
	display:block;
	text-indent:-9999px;
}
.finding04
{
	background:url(../img/finding04.gif) no-repeat 0 0;
	height:40px;
	display:block;
	text-indent:-9999px;
}


.ArticleTable
{
	line-height:1.3;
}


.ArticleTable h4
{
	color:#004F99;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}
.ArticleTable .shortTit
{
	color:#004F99;
	font-size:10px;
	font-weight:bold;
	margin-bottom:3px;
}

.ArticleTable li
{
	width:233px;
	font-size:10px;
	padding:10px 0;
	margin-right:15px;
	float:left;
	border-bottom:dotted 1px #ccc;
}
.ArticleTable li.end
{
	margin-right:0px;
}
.ArticleTable.start li
{	
	border-top:dotted 1px #ccc;
}

.columnTitle
{
	background:url(../img/column_title.gif) no-repeat 0 0;
	height:25px;
	text-indent:-9999px;
	display:block;
}

.column
{
	border:solid 1px #666;
	background:url(../img/column.jpg) no-repeat 10px 10px;
	text-indent:-9999px;
	height:287px;
	width:729px;
	margin:0 auto;
}

