@charset "utf-8";

/* ------------------------------------------------------------
   
	typography.css
	create : 071020
	update : 080511
	  
------------------------------------------------------------ */

/* ------------------------------------------------------------ font style */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
address,
caption { color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 { line-height: 1.4; }

p,
li,
dt,
dd,
th,
td,
pre,
caption {
	line-height: 1.4;
	font-size: 120%;
}

address { line-height: 1.4; }

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%; }

/* text style */
em { color: #CC0000; }

strong { font-weight: bold; }

h3 strong {
	color: #CC0000;
	font-weight: bold;
}
p.date { text-align: right; }
p.centerImage { text-align: center; }

/* link style */
a:link,
a:visited {
	color: #3B5BA4;
	text-decoration: none;
	text-decoration: underline;
}

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

/* EOF */
