@charset "UTF-8";

/* ================================================================ *
CSS Information
File name: fonts.css
 * ================================================================ */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif, "ＭＳ Ｐゴシック";
	*font-size:small;
	*font:x-small;
}
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif, "ＭＳ Ｐゴシック";
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* font Style ----------------------------------------------------- */ 
.bld{
	font-weight:bold;
}
.c{
	text-align:center;
}
.l{
	text-align:left;
}
.r{
	text-align:right;
}
.red{
	color:#CC0000;
}
.bl{
	color:#000099;
}
.brwn{
	color:#86351e;
}
.grn{
	color:#006600;
}
.ft_s8{
	font-size:85%;
}
.ft_s9{
	font-size:93%;
}
.ft_s10{
	font-size:108%;
}
.ft_s11{
	font-size:116%;
}

/* Link Color ----------------------------------------------------- */  
a,
a:link {  
	color: #3333cc;  
	/*text-decoration: none; */ 
}  
a:visited {  
	color: #3333cc;  
	/*text-decoration: none;  */
}  
a:hover {  
	color: #3333cc;
	/*text-decoration: underline; */
}  
a:active {  
	color: #3333cc;
	/*text-decoration: underline;*/
} 