@charset "Shift_JIS";
/*===============================================================
	:font sttting
	:link sttting
===============================================================*/
/*- font
---------------------------------------------------------------*/
body{
	font-size:62.5%;
}
#wrapper, h1, h2, h3, h4, h5{
	font-size:1.2em;
}
html>/**/body #wrapper, h1, h2, h3, h4, h5{
	font-size:1.2em;
}
#wrapper,td,th{
	line-height:1.4;
	font-family:"lr oSVbN","MS PGothic","qMmpS Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
	text-decoration:none;
	color:#0F0F0F;
}
.large{
	font-size:1.4em;
}
.small{
	font-size:1em;
}
.x-small{
	font-size:0.8em;
}
/*- link 
---------------------------------------------------------------*/
a{
	text-decoration: none;
	color:#0F0F0F;
	outline:none;
}
a:link {
	color:#0F0F0F;
	text-decoration:underline;
}
a:visited {
	color:#0F0F0F;
	text-decoration:underline;
}
a:hover {
	color:#39F;
	text-decoration:underline;
}
a:focus{
	overflow:hidden;
}