@charset "UTF-8";
/*-------------------------------------------------------*/
html{overflow: auto;}

body{
	text-align:left;
	line-height:1.4;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:0.8em;
	letter-spacing:0.05em;
	background:#fff;
	padding:0;
	margin:0 0 5px;
}

#topicsin{
	float:left;
	margin:0;padding:0;
	height:auto;
	width:260px;
	}
	
#topicsin dl{
	float:left;
	margin:0;
	height:auto;
	width:260px;

	}

#topicsin dt{
	float:left;
	margin:0 0 0 5px;
	padding:4px 0 1px 19px;
	width:235px;	height:auto;
	background:transparent url(../image/top/information-arrow.gif) no-repeat left;
	color:#c30;
	}
	
#topicsin dd{
	float:left;
	margin:0 0 0 5px;
	padding:0 0 5px 19px;
	width:235px;	height:auto;
	background:transparent url(../image/top/information-border.gif) no-repeat bottom;
	}
/*-------------------------------------------------------*/
img{border:0;}
a:link { color: #c00; text-decoration: none; }
a:visited { color: #c00; text-decoration: none; }
a:active { color: #c00; text-decoration: none; }
a:hover { color: #444; text-decoration: none; }