@charset "Shift_JIS";

@import "base.css";
@import "text.css";
@import "link.css";

/* ==============================
	index.css
	トップページのみで使用
============================== */

#topics{
	background: url(../images/topics_bg.gif) no-repeat left top;
}


#topics h3{
 display:block;
	height: 20px;
	margin-bottom:0;
	/* \*/
	_margin-bottom:10px;
/* */
}


#topics h3 span{
display:none;
	/* \*/
	width:0;
	height:0;
	overflow: hidden;
	visibility: hidden;
	/* */
}


#topics dl{
	padding: 8px 0;
	margin: 10px;
}


#topics dt{
padding-left: 60px;
float:left;
clear: both;
/* \*/
clear:left;
 /* */
}


#topics dd{
width: 390px;
margin-left: 20px;
float:right;
/* \*/
float:left;
/* */
}


#topics dt.new{
	background: url(../images/topics_new.gif) no-repeat 10px center;
}


#topics table{
	margin: 10px;
}


#topics table td{
	padding: 5px;
	border-bottom: solid 1px #CCC;
}

