/*こんなとこ見ても、全く参考になりませんよ(;^_^A*/

body {
 font-family: "MS UI Gothic", "Osaka" , "serif";
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: left;
 vertical-align: middle;
 color: #777777;
 background-color: #FFFFFF;
 /*background-image: url(./../../image/seiun.gif);*/
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 30% 20%;/*大きい程右　/　大きい程上*/
 scrollbar-base-color: #FFFFFF;/*どこか不明*/
 scrollbar-track-color: #FFFFFF;/*ガイド部分*/
 scrollbar-face-color: #FFFFFF;/*スライド部分と上下矢印の周囲部分*/
 scrollbar-shadow-color: #CCCCCC;/*右下方向影の部分（右と下）*/
 scrollbar-darkshadow-color: #FFFFFF;/*さらに外側部分*/
 scrollbar-highlight-color: #CCCCFF;/*左上方向影の部分（左と上）*/
 scrollbar-3dlight-color: #FFFFFF;/*さらに外側部分*/
 scrollbar-arrow-color: #AAAAFF;/*矢印部分*/
 cursor: crosshair;
 margin: 5% 25% 5% 25%;
 line-height: 19px;
}


a:link {
font-family: "MS UI Gothic", "Times New Roman", "Osaka" , "serif";
 font-size:17px;
 font-weight:normal;
 font-style:normal;
 text-decoration:none;
 text-align:left;
 vertical-align:middle;
 color:#777777;
 background-color:;
}


a:visited {
 font-family: "MS UI Gothic", "Times New Roman", "Osaka" , "serif";
 font-size:17px;
 font-weight:normal;
 font-style:normal;
 text-decoration:none;
 text-align:left;
 vertical-align:middle;
 color:#777777;
}


a:active {
 font-family: "MS UI Gothic", "Times New Roman", "Osaka" , "serif";
 font-size:17px;
 font-weight:normal;
 font-style:normal;
 text-decoration:none;
 text-align:left;
 vertical-align:middle;
 color:#777777;
 background-color:;
}


a:hover {
 font-family: "MS UI Gothic", "Times New Roman", "Osaka" , "serif";
 font-size:17px;
 font-weight:normal;
 font-style:normal;
 text-decoration:underline overline;
 text-align:left;
 vertical-align:middle;
 color:#FF0000;
 background-color:#FFFFFF;
}


hr {
 border-style: dotted;
 border-width: 1px;
 border-color: #AAAAFF;
}


textarea {
 background-color: #FFFFFF;
 font-family: "MS UI Gothic", "Osaka" , "serif";
 font-size:17px;
 color: #777777;
 border-width: thin;
 border-style: solid;
}


select {
 background-color: #FFFFFF;
 font-family: "MS UI Gothic", "Osaka" , "serif";
 font-size:17px;
 color: #777777;
 border-width: thin;
 border-style: solid;
}
