@charset "Windows-31J";
/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
/* ========basic======== */
* {
	/*font:normal normal normal 100%/1.3 Meiryo,"MS PGothic",Osaka,Verdana,Arial,Helvetica,sans-serif;*/
	font:normal normal normal 100%/1.3 "MS PGothic",Osaka,Verdana,Arial,Helvetica,sans-serif;
	color:#333;
}
br {
	letter-spacing:normal;
}
a:link		{	color						:	#0000CC;
						text-decoration	:	none;}
a:visited	{	color						:	#0000CC;
						text-decoration	:	none;}
a:active	{	color						:	#0000CC;
						text-decoration	:	none;}
a:hover		{ color						:	#660000;
						background			:	#CCCCFF;}
#bodyid{
font-size:100%;
padding:0;
margin-top:30px;
margin-left:50px;
margin-right:50px;
}
#mainid{
padding:0;
margin-top:10px;
text-align:left;
}
#pageclose{
margin-top:50px;
text-align:center;
}
#footer{
font-size:0.7em;
font-weight:normal;
padding:0;
margin-top:10px;
text-align:center;
}
