
@charset "UTF-8";

/*-------------

default

--------------*/

html {
	font-size:small;
	background:#CCCCCC;
}

body,div,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p {
	margin:0;
	padding:0;
	font:"lr oSVbN", Osaka, "qMmpS Pro W3";
	color:#1d1d1d;
	line-height:1.5em;
	font-size:100%;
}


h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

p {
	margin:0;
}
ol,ul {
	list-style:none;
	
}

fieldset,img {
	border:0;
	vertical-align:bottom;
}
table {
	border-collapse:collapse;
}

a {
	text-decoration:none;
}

a:link {
   color:#0066CC;
   text-decoration:none;
}
a:visited {
   color:#02a190;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#1ddce3;
}
