@charset "shift_jis";
/* デフォルトカラー */
body {
	color:#333333;
}

/* 小 */
.font2 {font-size:65%; line-height:14px;}

/* 標準 */
.font3 {font-size:80%; line-height:18px;}
.font3-height {font-size:80%; line-height:22px;}

/*標準テキストリンク*/
a:link, a:visited {
	text-decoration: none;
	color:#0063BF;
}
a:hover, a:active {
	text-decoration: underline;
	color:#0063BF;
}

em{
	font-style:normal;
	font-weight:bold;
}
h1{
	margin:0px;
	padding:0px;
}