@charset "utf-8";

/* ------------------------------------------------------------

	filename:	typography.css
	created:	071020
	update:		090527

------------------------------------------------------------ */

/* ------------------------------------------------------------ 基本設定 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	line-height: 1.5;
	font-size: 120%;
	color: #333;
}

ol li,
ul li { list-style: none; }

/* 入れ子対応 */
p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea,
td th,
td td { font-size: 100%; }

/* 強調スタイル */
em { color: #999; }

strong,
.strong,/*maekawa追加*/
span.strong { font-weight: bold; }

strong.more,
.strong.more,/*maekawa追加*/
span.strong.more { color: #CC0000; }

strong.most,
.strong.most,/*maekawa追加*/
span.strong.most { font-weight: bold; color: #CC0000; }

/* リンクスタイル */
a:link,
a:hover,
a:active {
	color: #1470CC;
}

a:link { text-decoration: none; }

a:visited {
	color: #802680;
	text-decoration: none;
}

a:hover,
a:active { text-decoration: underline; }

/* EOF */
