@charset "UTF-8";

/* ***********************************************************************
	NormalText
*********************************************************************** */
body{
	font-family: Verdana,"‚l‚r PƒSƒVƒbƒN",Osaka,sans-serif;
	color: #4e4e4e;
	line-height:150%;
	letter-spacing: 0;
	font-size:80%;
}

h4{
	font-size:100%;
}

/************************************************************************
	LinkText
************************************************************************/
a, a:link,
a:visited {
	color:#cc3333;
	text-decoration: none;
	outline: none;
}
a:active,
a:hover {
	color:#cc3333;
	text-decoration:underline;
}

