@charset "utf-8";

/*フラッシュ　#fla
----------------------------------------------------------------*/
#mainimg {
	background-image:url(../images/main_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:840px;
	height:320px;
	margin:0;
	}

/*トップページ #top
----------------------------------------------------------------*/
#top{
	width:620px;
	margin:0px 0 0;
	}
	#top #topl{
		float:left;
		width:410px;
		background-color:#eaeaea;
	}
	#top #topr{
		float:right;
		width:200px;
		background-color:#eaeaea;
	}

/*新着情報（html版）
----------------------------------------------------------------*/
#topics{
	width:410px;
	padding:0px;
	}	
	#topics h3{
		color:#fff;
		background-color:#333;
		margin:0;
		padding:0px;
		}	
	#topics #entries{
		width:410px;
		height:400px;
		overflow:auto;
		background-color:#fff;
		border-top:0;
	}
	
#entry{
	width:380px;
	margin:0 0 10px 10px;
	}
#entry .info_title{
	color:#e94218;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:5px;
	padding:5px 0px;
	background-image:url(../common_img/dot_line01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}

.phleft{
	float:left;
	width:auto;
	margin:0 10px 5px 0;
	padding:1px;
	border:1px solid #eee;
	}