@charset "utf-8";

/* ------------------------------------------------------------
  filename:typography.css
  created: 090407
  update:  090407
------------------------------------------------------------ */

/* ------------------------------------------------------------ 基本設定 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	line-height: 1.5;
	color: #333;
	font-size: 120%;
}

/* 最大長対応 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
label,
span,
pre { word-break:break-all; }

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 { font-size: 100%; }

/* 強調スタイル */

em {
	font-size: 125%;
	font-weight: bold !important;
}

strong { font-weight: bold; }

strong.more { color: #C00; }

strong.most {
	color: #C00;
	font-weight: bold;
}

/* リンクスタイル */

a:link {
	color:#833A19;
	text-decoration: underline;
}

a:visited {
	color:#800080;
	text-decoration: underline;
}

a:hover,
a:active {
	color:#E75991;
	text-decoration: underline;
}


/* EOF */
