@charset "utf-8";

/* format
--------------------------------------------------------------------------------*/
body{
	color: #646464;
	background: url(../images/bg01.gif) repeat-y center top;
	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 {
	font-weight: normal;
	text-align: left;
}

ol {
	margin-left: 20px;
}
*html body ol {
	margin-left: 26px;
}

li img, dt img, dd img {	vertical-align: top;	}

a img{ border: 0;	}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

strong, em, address {
	font-style: normal;
	font-weight: normal;
}

sup {
	vertical-align: top;
}
*html body sup {
	vertical-align: super;
}

sub {
	vertical-align: bottom;
}

address img {
	width: 366px;
	float: right;
}
/* --- float hack */
address:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
*html address {	display: inline-block;	}
/* no ie mac \*/
*html address {	height: 1%;	}
address {	display: block;	}
/* */



/* font size for NOSCRIPT
--------------------------------------------------------------------------------*/
body, table, th, td, h2, h3, h4, h5, h6 {
	font-size: x-small;
	line-height: 140%;
}
.fontL {
	font-size: small;
	line-height: 140%;
} 
.fontM {
	font-size: x-small;
	line-height: 140%;
} 
.fontS {
	font-size: xx-small;
	line-height: 140%;
}

/* 固定用 --- */
.fontPxS {
	font-size: 10px;
}



