@charset "shift_jis";

@import url('basic.css');

/*Copyright (C) 2008 Dream Craft Ltd.*/

/********** 新着情報 **********/
#news_box{
	width:265px;
	margin-top:15px;
	position:relative;
	float:left;
	}

#news_box h2{
	background:url(../images/top/back_h2_news.gif) no-repeat;
/*
	width:505px;
*/
	width:265px;
	height:23px;
	}
#news_box h2 #news{
	position:relative;
	float:left;
	height:23px;
	line-height:23px;
	padding-left:5px;
	}
#news_box h2 #news .visible{
	background:url(../images/top/title_h2_news.gif) no-repeat;
	display:block;
	position:absolute; top:0; left:0;
	width:75px;
	height:24px;
	}

/*更新履歴へのリンクボタン*/
/*2008年納品時未使用。使用する可能性があるので一応残しておきます*/
#news_box h2 #uhi{
	display:block;
	padding:4px 10px 2px 0;
	text-align:right;
	}
#news_box h2 #uhi a{
	background:url(../images/top/ico_h2_uhi.gif) no-repeat left center;
	padding-left:10px;
	text-decoration:none;
	color:#FFF;
	}

/*新着内容*/
#news_box dl{
	clear:both;
	list-style-type:none;
	border:1px solid #0090C6;
/*
	width:485px;
*/
	width:263px;
	margin:0;
	padding:0;
	}

#news_box dt{
	background:url(../images/top/ico_news.gif) no-repeat left 7px;
	margin-left:7px;
	margin-top:5px;
	padding-left:13px;
	}
#news_box dd{
	margin-left:20px;
	margin-bottom:5px;
	padding:0;
	line-height:1.2;
	}

/*新着ニュースバナー*/
h3#news_banner{
	width:230px;
	margin-top:15px;
	float:right;
	}

/*メディア掲載*/
#media{
	width:230px;
	margin-top:10px;
	float:right;
	}
#media ul{
	margin:0;
	padding:0;
	}
#media ul li{
	list-style-type:disc;
	margin-left:1.5em;
	margin-top:0.5em;
	}

/****************************************/
