@charset "utf-8";

/* =====================================================================
 1.コンテンツ
===================================================================== */
#top_entry{
	width:555px;
	padding:0;
}

/* =====================================================================
 2.キャッチコピー
===================================================================== */
#copy{
	position:relative;
	height:100px;
}
#copy h2{
	position:absolute;
	top:10px;
	left:10px;
}
#copy h2 img{
	margin:0;
	padding:0;
	border:none;
}

/* =====================================================================
 3.トップイメージ
===================================================================== */
#topimg{
	float:left;
	width:330px;
	padding-left:10px;
}

/* =====================================================================
 4.トップリンク
===================================================================== */
#toplink{
	float:right;
	width:210px;
}
#toplink .toplead{
	height:70px;
	margin-top:15px;
	line-height:1;
}
#toplink ul{
	margin-top:5px;
	list-style:none;
}
#toplink li{
	width:210px;
	margin-bottom:10px;
	line-height:1;
}
#toplink li a{
	display:block;
	text-decoration:none;
}

/* =====================================================================
 1.新着情報
===================================================================== */
#news{
	clear:both;
	/*position:relative;*/
	width:950px;
	height:26px;
	background:url(img/bg_news.jpg) no-repeat left top;
}
#news h3{
	display:none;
}
/* 新着 */
ul#nowlist{
	/*position:absolute;
	left:100px;*/
	width:850px;
	height:26px;
	margin-left:100px;
	list-style:none;
}
#nowlist li{
	height:26px;
	font-size:12px;
	line-height:26px;
}
#nowlist li a,
#nowlist li a:link,
#nowlist li a:visited,
#nowlist li a:active { color:#333; text-decoration:none;}
#nowlist li a:hover { color: #990033; text-decoration: underline;}

/* =====================================================================
 リンクバナー一覧
===================================================================== */

#bunner{
	margin:15px 5px 10px 0;
}

.bun_img{
	margin:3px 0;
}
