@charset "UTF-8";
/* ================================
	font.css
================================ */
body {
	font: 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* for IE6/7 */ 
*font-size:small;
/* for IE Quirks Mode */
*font:x-small;
	color: #404b47;
}
/*for IE8*/
html>/**/body div,
html>/**/body h1,
html>/**/body h2,
html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6,
html>/**/body pre,
html>/**/body li,
html>/**/body dt,
html>/**/body dd,
html>/**/body th,
html>/**/body td,
html>/**/body p { font-size/*\**/: small\9; }
select,
input,
button,
textarea,
button { font: 99% arial, helvetica, clean, sans-serif; }
table { font-size: inherit; }

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size:108%;
	line-height: 100%;
}
p { line-height: 1.6; }
a { color: #006940; }
a:link,
a:visited { text-decoration: underline; }
a:hover,
a:active { text-decoration: none; }
a.link01 {
	color:#ba4c00;
	text-decoration: none;
}
a.link01:hover { text-decoration: underline; }
a.link02 {
	color:#ba4c00;
	text-decoration: none;
}
a.link02:hover { color:#7f3d0f; }

a.link03 {text-decoration: none;}
a.link03:hover { text-decoration: underline; }

strong { font-weight: bold; }
em { color: #f00; }

.colGreen{color:#006940;}