@charset "utf-8";
/* CSS Document */

/*** C ***/
/**************/

/* お知らせ・更新情報欄 */

#update_title{
	font-size:small;
	padding:3px 0 2px 10px;
	margin:10px 0 3px 0;
	background-color:#FFCC00;
	width:509px;
	border-left:10px solid #FF3300;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;}

#update{
	width:522px;
	height:105px;
	border-top:1px solid #666666;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #666666;
	margin:0;
	padding:3px;
	overflow:auto;
	font-size:small;}

#update dd{
	margin:1px 0 1px 15px;}