* {
	margin: 0;
	padding: 0;
	}

html {
	overflow-x: hidden;
	}

body {
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka;
	}

/* ************** top ************* */
dl.top_feed {
	width: 303px;
	border-bottom: solid #CCCCCC 1px;
	float: left;
	display: inline;
	padding: 5px 0px 5px 0px;
	}

.top_feed dt {
	width: 60px;
	float: right;
	display: inline;
	}

.top_feed dd {
	width: 233px;
	float: left;
	display: inline;
	}
	
.top_feed h3 {
	font-size:12px;
	color: #333333;
	padding: 0px 0px 0px 8px;
	line-height: 1.2;
	font-weight: normal;
	}

.top_feed p {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	}
	
.top_feed a {
	color: #333333;
	}

.top_feed a:link {
	text-decoration: none;
	}

.top_feed a:visited {
	text-decoration: none;
	}

.top_feed a:hover {
	text-decoration: underline;
	color: #DD0000
	}

.top_feed a:active {
	text-decoration: underline;
	}
