/* midicck web's CSS file */
BODY{
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:20px;
	background-color:#ffe;
	color:#000;
}

DIV{
	font-size:90%;
	font-family:Verdana,Arial,Helvetica,"MS UI Gothic",Osaka,sans-serif;
	line-height:140%;
}

H1,H2,H3,H4{
	font-family:"Times New Roman",serif;
}

TD,TH{
	font-weight:100;
	font-family:Verdana,Arial,Helvetica,"MS UI Gothic",Osaka,sans-serif;
	font-size:90%;
	line-height:140%;
}

A:link{ color:#e90; }
A:active{ color:orange; }
A:visited{ color:#e90; }
A:hover{ color:#e00; }

.LARGE{
	font-size:150%;
	font-weight:bold;
	line-height:150%;
}
.SMALL{
	font-size:75%;
	line-height:100%;
}
.MENU{
	font-size:75%;
}

.CATCH{
	color:red;
}

.CATCHBOLD{
	color:red;
	font-weight:bold;
}

.LOGO{
	font-family:"Times New Roman",serif;
	font-size:120%;
	font-weight:bold;
}
