@charset "utf-8";

/* ---------------------------------------------------------------- *
	textset
 * ---------------------------------------------------------------- */

body {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
}

a,
a:link {
	color: #09F;
}

a:visited {
	color: #960;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #09F;
}

strong {
	font-weight: normal;
	font-size: 110%;
	background: #ACE4FF;
	padding: 0px 7px;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

.red {
	font-weight: bold;
	color: #c00;
	font-size: 120%;
}

em {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
}

time {
	font-size: 95%;
}


/* ------ footer ------ */

#copyright  {
	color: #333;
	font-style: normal;
	font-size: 9px;
}
