@charset "utf-8";

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

/*トップページ #top
----------------------------------------------------------------*/
#top{
	width:680px;
	margin:10px 0 0;
	}
	#top #topl{
		float:left;
		width:260px;
	}
	#top #topr{
		float:right;
		width:390px;
	}
	#top .toprarea{
		padding:4px;
		border:1px solid #e7e6e2;
		margin-bottom:10px;
	}
	#top .toprarea .top_point{
		background-image:url(../images/top_point.gif);
		background-repeat:no-repeat;
		background-position:3px 5px;
		padding:0 0 0 12px;
		font-size:12px;
		font-weight:bold;
		line-height:20px;
	}
	#top .toprarea p{
		font-size:12px;
		line-height:20px;
	}
	#top .topl2{
		float:left;
		width:160px;
	}
	#top .topr2{
		float:right;
		width:210px;
	}
#top h3{
	margin-bottom:10px;
	}
	
#top .txtr{
	text-align:right;
	}

