/* format
--------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body{
	font: ;
	font-size: 80%;
	line-height: 138%;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, dt, dd {
	font-weight: normal;
}

th {
	font-weight: normal;
	text-align: left;
}

ol {
	margin-left: 20px;
	_margin-left: 25px;
}

li img { vertical-align: top; }

a img{ border: 0;	}

a:link, a:visited {
	color: #3366CC;
	text-decoration: none;
}

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

em {
	font-style: normal;
	font-weight: bold;
}

address {
	clear: both;
	font-style: normal;
	text-align: center;
	border-bottom: solid 3px #0066CC;
	padding: 7px 0;
}



/* font@80%p
--------------------------------------------------------------------------------*/
.fontXS {
 font-size: 78%;
 line-height: 130%;
}

.fontS {
 font-size: 88%;
 line-height: 140%;
}

.fontM {
 font-size: 100%;
}

.fontL {
 font-size: 108%;
}

.fontXL {
 font-size: 118%;
 line-heigh: 160%;
}

.font12px {
 font-size: 12px;
}

.font11px {
 font-size: 11px;
}