@charset "iso-8859-1";
/*-------------------------
For: common basic form
File: /english/css2008/base.css
Modified: 2007.12.18 by SUGI

base font size
renders 11px : font-size:85%
renders 13px : font-size:100%
renders 14px : font-size:108%
renders 16px/H3 : font-size:123.1%
renders 18px : font-size:138.5%
renders 20px/H1 : font-size:153.9%
--------------------------*/
body { font-family:verdana, Arial, Helvetica, sans-serif; font-size:100%; background:url(/english/img/08/bg_header.gif) repeat-x left top;}
h1,h2 { font-family:Georgia, Times, serif;}

a:link {color:#002E5B;text-decoration: none;}
a:visited {color:#8A92A4;text-decoration: none;}
a:active {color:#000000;text-decoration: none;}
a:hover {color:#CC3300;text-decoration: underline;}

small { font-size:11px; font-weight:normal; line-height:120%; color:#666;}
a img { border:0;}
p,
blockquote { line-height:1.5;}

h1 {font-size:138.5%;} /*renders 18px */
h2 {font-size:123.1%;}/*renders 16px */
h3 {font-size:108%;}/*renders 14px */
h1,h2,h3 {margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong {font-weight:bold; }

abbr,acronym {border-bottom:1px dotted #000;cursor:help;} 
em {font-style:italic;}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:0;
}
ul li {
	list-style: none outside;
}
dl dd {
	margin-left:1em;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}

p a:link { font-weight:bold; text-decoration:underline;}
