@charset "utf-8";

/* ------------------------------------------------------------
   
	filename : typography.css
	create : 090626
	  
------------------------------------------------------------ */

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

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

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

li p,
li li,
li dt,
li dd,
li input,
li select,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
th p,
td p,
td li,
td dt,
td dd,
td input,
td select,
p input,
p select,
p textarea { font-size: 100%; }


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

p strong { color: #CC0000; }

strong.more {
	color: #000000;
	font-weight: bold;
	padding-left: 1.4em;
    text-indent: -1.4em;
    display: inline-block;
}

strong.most,
strong.regist {	font-weight: bold; }

strong.underLine { text-decoration: underline; }

/* link style */
a:link,
a:visited { color: #3B5BA4; }

a:hover,
a:active {
	color: #FB9104;
	text-decoration: underline;
	background: none;
}

/* EOF */
