@charset "utf-8";
/* CSS Document */
	
html {
	height:100%;
	font-size: 61.5%;
	line-height: 170%;
	}

body { 
	width:100%;
	height:100%;
	background: url(../img/bg.gif) repeat-x  ;
	font-family:"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
              "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
              Osaka,
              Arial,
              Verdana,
              Helvetica,
              sans-serif;
	/*font-family:verdana,helvetica,arial,"ＭＳ&nbspＰゴシック","Osaka","MS UI Gothic",sans-serif;*/
	}
	
.hide { 
	display: none; 
	}
	
a {
	color: #036;
	text-decoration: none;
	}
	
a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
.txtindent {
	text-indent: -9999px;
	}
