@charset "shift_jis";

/* 基本部分 */
html{
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: gray;
<scrollbar-shadow-color: gray;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: gray;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}
body { background-color : #ffffff ;
       background-image : url("h258.jpg");
       background-attachment : fixed ;
       background-position : 90% 90% ;
       background-repeat : no-repeat ; }
/* リンク */
a { text-decoration: none; } 
a:link { color: #ea5506; } 
a:visited { color: #ea5506; } 
a:hover { color: #ff99bb; } 
a:active { color: pink; } 

/* 見出し */
h1{margin:30px 10px 30px 10px;padding:30px 20px;font-size:80%;border-bottom:1px solid #333;}
h2{margin:0px 10px 0px 10px;padding:8px 20px;font-size:88%;border-top:1px solid #333;}

/* テキスト */
.txt{margin:50px 7% 50px 7%;text-align:center;}
.document{margin:50px 0px 50px 0px;text-align:left;width:90%;;border:1px solid gray;}
p{padding:5px 15px 10px 15px;font-size:80%;font-family:Verdana;font-color:#999999;line-height:1.7em;}
.aw{margin:0px 10px 0px 10px;padding:10px 15px 10px 15px;font-size:80%;font-family:Verdana;font-color:#999999;line-height:1.7em;border:1px dashed #ba55d3;}

/* 著作権表示 */
.copy{margin:0px 10px 10px 10px;padding:10px 15px 10px 15px;text-align:center;font-size:70%;border:1px dashed #ba55d3;}

.copy2{
margin:0px;
padding:2px;
background-image:url(http://utt.sakura.ne.jp/csstemplate/img/2009copi.gif);
background-repeat:no-repeat;
background-position:center right;

}