@charset "UTF-8";

/* ------------------------------
コーディングルール
------------------------------ */
/* プロパティ順序:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */
 
 
/* ------------------------------
全体設定
------------------------------ */
body {
	width:405px;
	background:#fff url(../img/blank.gif) no-repeat 0 0;
}

#container {
	width:410px;
	background:#fff url(../img/blank.gif) no-repeat 0 0;
}

/* ------------------------------
コンテンツ設定
------------------------------ */
#news_box {
	display:inline;
	float:left;
	clear:both;
	width:385px;
	margin:0 0 0 5px;
}

#news_box ul {
	list-style-type:none;
}

#news_box li {
	display:inline;
	float:left;
	clear:both;
	margin-bottom:10px;
}

#news_box li .date_box {
	float:left;
	width:80px;
	color:#666;
}

#news_box li .topics_box {
	float:right;
	clear:right;
	width:305px;
}

#news_box li .topics_box .topics_title {
	float:left;
	clear:right;
	width:100%;
	font-weight:bold;
}

