/* 全体の設定 */
BODY{
background-color:#000;
margin:40px 0px 20px 155px;
padding:40px 0px 20px 155px;
font-size:11px;
color:#fff;
font-weight:normal;
font-family:Verdana,Osaka;
line-height:19px;
font-align:center;
background-attachment:fixed;
background-image : url(top.jpg);
background-repeat:repeat-y;
background-position:right top;
scrollbar-face-color:#000;
scrollbar-highlight-color:#000;
scrollbar-shadow-color:#000;
scrollbar-3dlight-color:#000;
scrollbar-arrow-color:#000;
scrollbar-track-color:#000;
scrollbar-darkshadow-color:#000;}

/* リンクの設定 */
a{color:#00608d;text-decoration:underline;}
a:visited {color:#2cb4ad;text-decoration:none;}
a:hover{color:yellow;text-decoration:none;}

/* 画像 */
image{
border:none;}

.text{
font-size:14px;
line-height:21px;
letter-spacing:1px;
text-align:left;
width:80%;}



/* 改行の設定（改変しないほうがいいです） */
br{
letter-spacing:normal;}
