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


/* =====================================================================
*	font adjustment
*
*	77% = 10px		108% = 14px		136% = 18px
*	85% = 11px		114% = 15px		152% = 20px
*	93% = 12px		122% = 16px		167% = 22px
*
*	182% = 24px		189% = 25px
* =================================================================== */
/* =====================================================================
*	Copyright (c) 2009, Yahoo! Inc. All rights reserved.
*	Code licensed under the BSD License:
*	http://developer.yahoo.net/yui/license.txt
*	version: 2.7.0
* =================================================================== */

body {
		font: 13px/1.231 arial,helvetica,clean,sans-serif;
		*font-size: small; /* for IE6/7 */
		*font: x-small; /* for IE Quirks Mode */
		color: #666;
		line-height: 1.6em;
		letter-spacing: 0.03em;
}


/* =====================================================================
*
*    News / ifream
*
* =================================================================== */

#news_box {
	width:790px;
	font-size:93%;
	margin-left:10px;
}
#news_box th{
	width:100px;
	border-bottom: 1px dotted #ccc;
	padding:2px 0 1px;
	font-weight:bold;
	vertical-align:top;
}
#news_box td{
	border-bottom: 1px dotted #ccc;
	padding:2px 0 1px;
	vertical-align:top;
}

a:link		{ color:#770044; text-decoration:underline; }
a:visited	{ color:#770044; text-decoration:underline; }
a:hover		{ color:#991166; text-decoration:none; }
a:active	{ color:#770044; text-decoration:underline; }

