/*固定サイズフォント*/

.font-3 {
	font-size: 10px;
	line-height: 1.6em;
}
hr {
}

.font-4 {
	font-size: 12px;
	line-height: 1.6em;
}
.font-5 {
	font-size: 14px;
	line-height: 1.5em;
}

.font-6 {
	font-size: 18px;
	line-height: 1.5em;
}

/*変倍化サイズフォント*/
.text-70 {
	font-size: 70%;
	line-height: 1.5em;
	text-decoration: none;
}
.text-80 {
	font-size: 80%;
	line-height: 1.5em;
	text-decoration: none;
}
.text-90 {
	font-size: 90%;
	line-height: 1.5em;
	text-decoration: none;
}
.text-100 {
	font-size: 100%;
	line-height: 1.5em;
	text-decoration: none;
}

/*Hタグ指定*/
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}

/*Pタグ指定*/
p 
 {
	margin: 0px;
	padding: 0px;
}

/*Aタグ指定*/
a {
  text-decoration: none;
  color: #0000FF;
}
a:hover {
  text-decoration: underline;
}

/*リスト指定*/
dl, dt, dd, ul, ol, li{

}

.white {
	color: #FFFFFF;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}