@charset "utf-8";
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #565656;
}

a  { color:#03f; text-decoration: none; }
a:visited	{ color: #60f; text-decoration: none; }
a:hover { color: #f6f; text-decoration: underline; cursor: pointer; }

/*float*/
.fltr { float: right; margin-bottom: 25px; margin-left: 15px; }
.fltl { float: left; margin-right: 15px; margin-bottom: 25px; }
p.f_kill, .kill, .fix { clear: both; }

/*others*/
em {
	color: #f03;
	font-weight: bold;
}
.sml  { font-size: 11.5px; line-height: 130%; }
.bro  { color: #963; }
.red { color: #f66; font-size: 11.5px; line-height: 140%; }

