@charset "utf-8";

/*フラッシュ　#fla
----------------------------------------------------------------*/
#fla {
	width:570px;
	margin:0;
	}

/*トップページ #top
----------------------------------------------------------------*/
.top_bnr {
	margin:20px 0;
	width:275px;
	background-image:url(../images/top_bnr_bg_02.gif);
	background-repeat:repeat-y;
	}
.top_bnr_top {
	width:275px;
	background-image:url(../images/top_bnr_bg_01.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
.top_bnr_bottom {
	width:275px;
	background-image:url(../images/top_bnr_bg_03.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}	
	
.bnr {
	padding:2px 2px;
	text-align:center;
	}
	.bnr h4 {
		padding:3px 0;	
	}

/*新着情報（html版）
----------------------------------------------------------------*/
#topics{
	width:500px;
	margin:0px 0 0;
	}	
	#topics h3{
		margin:30px 0 5px 0;
		}	
	#topics #entries{
		width:500px;
		height:95px;
		overflow:auto;
		border-top:0;
	}
		#topics #entries dl{
			line-height:15px;
			margin:10px 5px 0 0px;
			padding:0;
		}
			#topics #entries dl dt{/* 日付 */
				
				font-size:12px;
				line-height:20px;
				font-weight:bold;
				/*letter-spacing:0.1em;*/
				float:left;
				margin:0;
				padding:0 0 0 5px;
				}
				
			#topics #entries dl dd{/* タイトル・本文 */
				font-size:12px;
				line-height:20px;
				background-image:url(../common_img/dot_line01.gif);
				background-position:bottom;
				background-repeat:repeat-x;
				margin:0 0 5px;
				padding:0 5px 5px 150px;
			}
				#topics #entries dl dd a{
					color:#01b0bd;
					font-weight:normal;
					text-decoration:none;
				}
				#topics #entries dl dd a:hover{
					color:#00d2e2;
					text-decoration:underline;
					}
