@charset "UTF-8";
/* CSS Document */

@import "reset.css";


/*背景*/

body {
	margin:0;
	/*background-color:#f1ecdb;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*min-width:1050px;*/
	width:660px;
}


#frame{
	width:660px;
	background:#fff;
	}


#frame div{
	padding:14px 0;
	border-bottom:1px solid #CCE9DA;
	}

#frame div:last-child {
	border: 0;
	}


#frame div table{
	width:660px;
	}
	
#frame div table.top_topics tr td.date{
	text-align:left;
	width:100px;
	}
#frame div table.top_topics tr td.date p{
	font-size:15px;
	font-weight:bold;
	}
#frame div table.top_topics tr td.td01{
	background:url(../img/top_topics_icon.png) no-repeat top left;
	width:25px;
	}

#frame div table.top_topics tr td p.title{
	text-align:left;
	font-weight:bold;
	font-size:15px;
	margin-bottom:3px;
	}
#frame div table.top_topics tr td p.honbun{
	text-align:left;
	}




#frame p a:link,
#frame p a:active{
	/*text-decoration:inherit;*/
	text-decoration:underline;
	/*font-weight:bold;*/
	/*color:inherit;*/
	color:#0056A8;

	}
#frame p a:hover{
	/*text-decoration:none;*/
	text-decoration:underline;
	/*font-weight:bold;*/
	color:#d82817;
	}
#frame p a:visited{
	text-decoration:none;
	/*font-weight:bold;*/
	color:#551A8B;
	}