@charset "Shift_JIS";

/*
____________________________________________________________________

foodrink news v2006
auther:shigeru yokota
updated: feb 6 2006
____________________________________________________________________*/

@import "layout.css";
@import "ad_bar.css";
@import "navi_bar.css";
@import "top_bunnar.css";

/*____________________________________________________________________MAIN*/

.columnnew{
	width: 500px;
	padding:0px;
	border-top:3px solid #333;
	}

.columnnew h3{
	font-size: 12px;
  	margin: 10px;
	padding: 0px;
	color: #000; 
	background: url(../img/arrow2.jpg) no-repeat; 
	background-position: right; 
}

.columnnew2{
	width: 500px;
	padding:0px;
	border-top:2px solid #333;
	}

.columnnew2 h4{
	font-size: 12px;
  	margin: 10px;
	padding: 0px;
	color: #000; 
	background: url(../img/arrow2.jpg) no-repeat; 
	background-position: right; 
}


#main h3{
	font-size: 12px;
  	margin: 10px;
	padding: 0px;
	color: #000; 
	background: url(../img/arrow2.jpg) no-repeat; 
	background-position: right; 
}

.date{
	font-weight:bold;
	background:#F3E26E;
	margin:10px;
	padding-left:10px;
	}
.cat{
	color:#930;
	font-weight:bold;
	font-size:14px;
	border-left:3px solid #930;
	padding-left:10px;
	margin:10px;
	}

.topic{
	margin:10px 10px 25px 10px;
	border-bottom:1px dotted #ccc;
	clear:both;
	}
.topic p{
	font-size:small;
	}

.topic img{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}


#main table{
	width:480px;
	margin:10px;
	font-size:11px;
	}
	
#main table tr td{
	padding:5px;
	border-bottom:1px solid #ccc;
	}

.uni{
	float:left;
	margin-right:10px;
	}

.rank{
	background:#fc0;
	}
.rankhead{
	background: url(../img/arrow_down.jpg) no-repeat; 
	background-position: right; 
	}
	
.up{
	text-align:right;
	font-size:12px;
	margin:10px;
	padding-right:10px;
	background: url(../img/arrow_up.jpg) no-repeat; 
	background-position: right; 
	}