/*BASIC DESIGN*/


*{
	margin:0px;
	padding:0px;
}

html{
height: 100%;
}


div{
	height:100%;
}



a:link {color: #999999; text-decoration: underline; }
a:visited {color: #666666; text-decoration: underline; }
a:hover {color: #CC0000; text-decoration: underline; }





/*TEXT DESIGN*/

h1 {
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
h2 {font-size:12px; 	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
h3 {font-size:12px; 	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
h4 {font-size:12px; 	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
	display:inline;
}
.catch {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 10px;
	padding: 8px;
	margin: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	text-align: left;
}

.text10 {
	font-size: 10px;
	color: #FFFFFF;
}
.footerlink {
	color: #CCCCCC;
}
