/*　page format　*/
body {
	font-family: "Verdana", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(../../images/bg_loop_top.gif);
	background-repeat: repeat;
}

/*　table id="body"　*/
table#body {height: 100%;}

/*　link　*/
a:link {color: #3399CC;text-decoration: none;}
a:visited {color: #3399CC;text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {color: #9CC5E6;}
