body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
}

.text {
	color: #666666;
	font-size: 10pt;
	line-height: 1.4em;
}

.big {
	font-size: 11pt;
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
}

a:link { 
	color: #eb562e;
}

a:visited { 
	color: #eb562e; 
}

a:active { 
	color: #eb562e; 
}

a:hover { 
	color: #eb562e;
	text-decoration:none;
}

.bold {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	line-height: 1.4em;
}


