@charset "UTF-8";

/* ******************************************
 topページ　定義
****************************************** */

/* 大枠 */
#container_short {
	width:100%;
	background:url(../shared/images/bg_short.gif) repeat left top;
}

/* メインビジュアルとか */
#mv_top_area {
	position:relative;
	
}

#mv_top_area .idSwf {
	width: 900px;
	height: 360px;
	background-image: url(../images/photo/top11.jpg);
}

#logo {
	position:absolute;
	top: 16px;
	left: 16px;
	width:90px;
	height:67px;
}

#mv_btn_area {
	height: 28px;
	width: 328px;
	float: right;
	margin:0 17px 0 0;
}


/* ページID */
#top {
	text-align: left;
	width: 605px;
	margin: 35px auto 0 auto;
}

/* メインタイトル */
.top_news {
	width: 605px;
	height: 25px;
	margin-bottom:6px;
	float: left;
}

div#top .section-wrapB20 {
	width: 605px;
}

div#top dl#news_list {
	padding: 0;
}

div#top dl#news_list dt {
	padding:6px 0px 2px 0px;
	text-indent:10px;
	text-align: left;
	font-size:13px;
}

div#top dl#news_list dd {
	font-size:12px;
	background:url(../shared/images/news_icon.gif) no-repeat left top;
	text-indent:22px;
	text-align: left;
	margin:-16px 0 5px 90px;
	line-height:110%;
}

/*-- IE7 hack --*/
*:first-child+html div#top dl#news_list dd {
	font-size:12px;
	background:url(../shared/images/news_icon.gif) no-repeat left top;
	text-indent:22px;
	text-align: left;
	
	/*- this -*/
	margin:-15px 0 5px 80px;	
	line-height:100%;
}

div#top dl#news_list a {
	color: #FFF;
}

div#top dl#news_list a:hover {
	color: #787878;
	text-decoration:underline;
}
	
.news_line {
	background:url(../images/news_line.png) no-repeat bottom;
	padding-bottom: 5px;
}

