@charset "utf-8";

/* ------------------------------------------------------------
   
	typography.css
	create : 071203
	update : 071220
	  
------------------------------------------------------------ */

/* ------------------------------------------------------------ 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; }

div#header h1,
div#header p,
div#header ul li,
div#globalNav ul li,
div#topicPath ul li,
div#localNav dl dt,
div#localNav dl dd,
div#utilitiesNav ul li,
div#footer p,
div#footer ul li {
	line-height: 1.4;
	font-size: 120%;
}

address { line-height: 1.4; }

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

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

strong.regist {
	color: #CC0000;
	font-weight: bold;
}

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

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