/* format
--------------------------------------------------------------------------------*/
body {
	font-size:12px;
	line-height:140%;
	color: #666;
	background: #FFF;
	margin: 0;
	padding: 0;
}

h1,h2, h3, h4, h5, h6, p, form, ul, ol, dl, dt, dd {
 font-weight: normal;
	margin: 0;
	padding: 0;
}

p, th, td, ul, ol, dl {
	font-size:12px;
	line-height:140%;
}

th {
	font-weight: normal;
	text-align: left;
}

a:link, a:visited {
	color: #7C9800;
	text-decoration: none;
}
a:hover, a:active {
	color: #7C9800;
	text-decoration: underline;
}

a img { border: 0;	}

em {	font-style: normal;	}

ol { margin-left: 20px;	}
*html ol {	margin-left: 25px;	}


/* font  winIEでのみ固定 (他OS,ブラウザでサイズ変えて崩れてOK)
--------------------------------------------------------------------------------*/
.font1s {
	font-size:10px;
	line-height:120%;
	letter-spacing: 0.04em;
}
.font1 {
	font-size:10px;
	line-height:140%;
	letter-spacing: 0.04em;
}
.font1h {
	font-size:10px;
	line-height:160%;
	letter-spacing: 0.04em;
}
.font1en {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:140%;
	letter-spacing: 0.04em;
}

.font2s {
	font-size:12px;
	line-height:120%;
}
.font2h {
	font-size:12px;
	line-height:160%;
}

.font3s {
	font-size:14px;
	line-height:120%;
}
.font3 {
	font-size:14px;
	line-height:140%;
}
.font3h {
	font-size:14px;
	line-height:160%;
}

.font4 {
	font-size:16px;
	line-height:140%;
}

.font5 {
	font-size:8px;
	line-height:120%;
	letter-spacing: 0.04em;
}

.dt {
	font-size:13px;
	color: #FF3300;
}
