

body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: center;
	font-size:12px;
	color:#665555;
    background-image:url('img/bg.jpg');  
    background-repeat:repeat-x;  
	background-repeat:repeat-y; 
	font-family:"Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","MS PGothic","sans-serif";
}
A:link { color: #665555 }   
A:visited { color: #666666 }  
A:active { color: #FF6600 }   
A:hover { color: #FF6600 }


#sign{
position:relative;bottom:0px;left:5;   /* 相対指定配置 */
font-size:11px;   /*  フォントサイズ */
}
