@charset "shift_jis";
/*
 * KUZIRA CSS Framework
 * typography.css
 * version: 1.0
 * 
 * Copyright (c) 2010 Yutaka Sumi (http://www.kuzira.org/)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * Date: 2010-01-24
 */

/* ------------------------------------------------------------ 初期設定 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	line-height: 1.5;
	color: #666666;
	font-size: 140%;
}
/* 入れ子対応 */
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 { font-size: 100%; }
/* ------------------------------------------------------------ 強調スタイル */
strong,
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a { font-weight: bold; }
strong { color: #FF6600; }
em { color: #C00; }
/* ------------------------------------------------------------ リンクスタイル */
a:link,
a:visited {
	color: #397ECF;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #92B4DD;
	text-decoration: underline;
}

table thead th a:link,
table thead th a:visited {
	color: #fff;
	text-decoration: underline;
}

table thead th a:hover,
table thead th a:active {
	color: #92B4DD;
	text-decoration: underline;
}

/* EOF */
