@charset "utf-8";

/*ステージ
----------------------------------------------------------------*/
#content{
	width:600px;
	margin:0;
	}
	
/*フラッシュ　#fla
----------------------------------------------------------------*/
#fla {
	width:570px;
	margin:0;
	}

/*トップページ #top
----------------------------------------------------------------*/
	#topp-l{
	float:left;
	width:190px;
	background-color:#eaeaea;
	margin: 15px 0 0 0;
	}

/*新着情報（html版）
----------------------------------------------------------------*/
#topics{
	width:395px;
	margin:15px 0 0;
	float: right;
	}	
	.topics-m{
		width:395px;
		}
	.topics-m h3{
		margin:0;
		padding:0;
		float:left;
		}
		.topics-m p{
		margin:0;
		padding:0;
		float:right;
		}	
	#topics #entries{
	width:395px;
	height:170px;
	overflow:auto;
	background-color:#fff;
	border-bottom:solid 1px #e1e1e1;
	border-top:0;
	}
		#topics #entries dl{
	line-height:15px;
	margin:10px 0;
	padding:0;
		}
			#topics #entries dl dt{/* 日付 */
	font-size:12px;
	line-height:15px;
	color:#666666;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
				float:left;
	margin:0;
	padding:3px 0;
				}
				
			#topics #entries dl dd{/* タイトル・本文 */
	font-size:12px;
	line-height:15px;
	background-image:url(../common_img/dot_line01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0 0 5px;
	padding:3px 5px 7px 95px;
			}
				#topics #entries dl dd a{
	color:#555;
	font-weight:normal;
	text-decoration:underline;
				}
				#topics #entries dl dd a:hover{
	color:#888;
	text-decoration:underline;
					}

/*新着情報（php版）・・・2009/6/26保留
----------------------------------------------------------------*/
#news{
	width:570px;
	margin:10px 0 0;
	}	
	#news h3{
		color:#fff;
		background-color:#333;	
		padding:5px;
		margin:0;
		}
	#news iframe{
		width:568px;
		height:79px;
		overflow:auto;
		border:solid 1px #ccc;
		border-top:0;
	}
