@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      news.css
 Style Info:     NEWSファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	NEWS用
----------------------------------------------------*/

#news #contents{
	margin-top:30px;
}

.box {
	margin:40px 0 0 0;
	zoom:100%;							/* IE6 bug */
}

.time {
	width:140px;
	float:left;
	text-align:right;
	color:#1c5a65;
	font-weight:bold;
}

.text {
	width:300px;
	float:right;
}

.text h2 {
	color:#1c5a65;
	font-weight:bold;
}