@charset "utf-8";

/*フラッシュ　#fla
----------------------------------------------------------------*/
#fla {
	width:760px;
	margin:0 15px;
	}

/*メインイメージ　#mainimage
----------------------------------------------------------------*/
#mainimage {
	margin-bottom:20px;
	}

/*トップページ #top
----------------------------------------------------------------*/
#top{
	width:580px;
	height:180px;
	background-image:url(../images/top_02.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	}
#top .flol{
	float:left;
	width:360px;
	padding:10px 0 0 0;
	}
#top .flol p{
	margin-bottom:5px;
	}
#top .flol p a{
	font-weight:bold;
	}
#top .flor{
	float:right;
	width:205px;
	}
	
#top2{
	width:570px;
	padding:10px 5px 15px 5px;
	}
#top2 .flol{
	float:left;
	width:280px;
	}
#top2 .flor{
	float:right;
	width:280px;
	}
	
#top2 .txt11{
	line-height:13px;
	margin:5px 0px;
	}
#top3{
	width:570px;
	padding:5px 5px 5px 5px;
	text-align: center;	
	}
/*新着情報 WN01
----------------------------------------------------------------*/
#topics{
	width:580px;
	}
	#topics {
		width:578px;
		height:154px;
		overflow:auto;
		border:solid 1px #ccc;
		border-top:0;
	}
	#topics dl {	/*　文字全体　*/
	line-height:18px;
	margin:10px 10px;
	padding:0;
}
#topics dt {	/*　日付部分　*/
	color:#3cb3b9;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	float:left;
	margin:0 0 0 0;
	padding:0 10px 0 0px;
	}
#topics dl dd {	/*　本文部分　*/
	font-size:11px;
	line-height:18px;
	margin:0 0 5px 0;
	padding:0 10px 5px 0px;
	background-image:url(../common_img/dot_line01.gif);/* 01~02 */
	background-position:bottom;
	background-repeat:repeat-x;
	}
#topics dl dd a{
	color:#3cb3b9;
	font-weight:bold;
	text-decoration: underline;/*ガイドラインにより必須*/
	}
#topics dl dd a:hover{
	color:#19d9e3;
	font-weight:bold;
	text-decoration:underline;/*ガイドラインにより必須*/
	}
