/* リンク色
---------------------------------------------------- */
a:link {	text-decoration: none;	color: #ff8000;}
a:visited {	text-decoration: none;	color: #ff8000;}
a:hover {	text-decoration: none;	color: #ff8000;}
a:active {	text-decoration: none;	color: #ff8000;}

/* フォント
---------------------------------------------------- */
.style1 {color: #6f3700; }
.style2 {font-size: 12px; color: #6f3700; }
.style3 {font-size: 10px; color: #6f3700; }
.style13 {font-size: 11px; color: #666666; }
.style14 {font-size: 12px; color: #ff0000; }

/* ページ余白
---------------------------------------------------- */
body {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* 背景
---------------------------------------------------- */
BODY{
    background-repeat:repeat-y;
    background-position:center top;
}