@charset "utf-8";


/*
 toptext
------------------------------------------------------- */
#toptext {
	background-image: url(img/img_system.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 290px;
	font-size: 14px;
	padding-top: 10px;
}
#topbn {
	width: 553px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}

#topbn p {
	background-image: url(../../_common/img/icon/icon02.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	height: 15px;
}

/*
 新着情報
------------------------------------------------------- */
/* エリア */
#news {
	line-height:130%;
	background-color: #ece7e1;
	padding: 10px;
	width: 555px;
	font-size: 1.2em;
}
#news dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


/* タイトル */
#news dt {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #993300;
	width: 100px;
}

/* 本文 */
#news dd {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 455px;
}
#news dd a {

}

.btn_list {
	color: #ff9999;
	text-align: right;
	margin-top: 15px;
}

.btn_list a {color: #ff9999}

