/* format
--------------------------------------------------------------------------------*/
body {
	font-size: 88%;
	line-height: 160%;
	color: #363636;
	background: #FFF url(../images/bg01.gif) repeat-x;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, dt, dd {
 font-weight: normal;
	margin: 0;
	padding: 0;
}

th, td {
	font-size: 98%;
	line-height: 150%;
}

th {
	font-weight: normal;
	text-align: left;
}

ol {
	margin-left: 20px;
	_margin-left: 25px;
}

li img, dt img, dd img {
	vertical-align: top;
}

a img { border: 0;	}

a:link, a:visited {
	color: #FF6000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF6000;
	text-decoration: none;
}

strong, em, address {
	font-style: normal;
	font-weight: normal
}

address {
	display: inline;
	margin: 0 0 0 158px;
}


/* font@88%p
--------------------------------------------------------------------------------*/
.fontS {
 font-size: 78%;
 line-height: 140%;
}

.fontM {
 font-size: 88%;
 line-height: 150%;
}

.fontL {
 font-size: 108%;
}

.fontXL {
 font-size: 118%;
 line-height: 170%;
}


