@charset "utf-8";

/*トップページ #top
----------------------------------------------------------------*/
#top{
	position:relative;
	width:680px;
	height:150px;
	border:5px solid #f5f4f0;
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#fff;
	margin:0;
	}
	#top h3{
		position:absolute;
		top:15px;
		right:85px;
	}
	#top #cap{
		position:absolute;
		width:425px;
		top:52px;
		right:0;
		text-align:center;
	}
		#top #cap h4{
			color:#666564;
			font-size:14px;
			font-weight:bold;
		}

/*新着情報
----------------------------------------------------------------*/
#information {
	width:690px;
	margin:10px 0 40px 20px;
}
	#information th {	/*　日付部分　*/
		width:80px;
		color:#5e0000;
		font-size:12px;
		font-weight:bold;
		background-image:url(../common_img/dot_line01.gif);
		background-position:0 bottom;
		background-repeat:repeat-x;
		padding:10px 20px 10px 0;
	}
		
	#information td {	/*　本文部分　*/
		font-size:12px;
		background-image:url(../common_img/dot_line01.gif);
		background-position:0 bottom;
		background-repeat:repeat-x;
		padding:10px 0;
	}
		#information td a{
			color:#333;
			text-decoration: underline;
		}
		#information td a:hover{
			color:#666;
			text-decoration:underline;
		}