@charset "EUC-JP";

/*
==================================================================
画像 
==================================================================
*/

.top_img_box{
	margin: 2px 0px 10px 0px;
}

.top_img_bg{
	height: 300px;
	padding: 0px 15px 0px 38px;
	background: url("./image/top_img_bg.jpg") no-repeat;
}

.top_table{
	width:497px;
	margin: 13px 0px 0px 0px;
}

.top_img{
	width:297px;
	height:197px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}

.top_text{
	padding: 0px 0px 0px 48px;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
}


.left_box{
	float: left;
	width: 295px;
}

.right_box{
	float: right;
	width: 229px;
}


/*
==================================================================
トピックス 
==================================================================
*/

.topics_bar{
	margin: 0px 0px 0px 0px;
	height: 45px;
	background: url("./image/topics_header.jpg") no-repeat;
}

.topics_main{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 46px;
	background: url("./image/topics_main.jpg") no-repeat;
}

.topics_date{
	padding: 7px 0px 5px 30px;
	color: #0066FF;
	text-align:left;
}

.topics_title{
	padding: 0px 0px 0px 30px;
	text-align:left;
}

/* リンク */
a.topics{
	text-decoration: underline;
	color: #0066FF;
}
a.topics:visited{
	text-decoration: underline;
	color: #0066FF;
}
a.topics:active{
	text-decoration: underline;
	color: #0066FF;
}
a.topics:hover{
	text-decoration: underline;
	color: #0066FF;
}


/*
==================================================================
バナー
==================================================================
*/

.banner1{
	padding: 1px 0px 10px 0px;
}

.banner2{
	padding: 0px 0px 10px 0px;
}

.banner3{
	padding: 0px 0px 0px 0px;
}
