BODY{
background-color : white; /*背景色*/

color :#777777;         /*全体の文字色、フォント*/
font-family :Verdana;
}

A{ /*リンク文字*/
text-decoration:none;
color : cornflowerblue;
font-size : 10px;
margin-top : 0px;
margin-left : 5px;
}

A:hover{ /*オンマウスのリンク文字の色*/
text-decoration : none;
position :relative;
top : 2px;
left: 1px;
}

A:visited {  /*訪問済リンクの色*/
text-decoration:none;
color :cornflowerblue;
} 

.box{ /*スクロールボックス*/
background-image :url("sample_photo/beas1.jpg");/*背景画像*/
background-repeat:no-repeat;
background-attachment :fixed;
background-position :2% 100%; /*画像の位置*/
overflow : scroll;

scrollbar-3dlight-color:    white; /*バーの色*/
scrollbar-arrow-color:      orchid;
scrollbar-darkshadow-color: white;
scrollbar-face-color:       white;
scrollbar-highlight-color:  white;
scrollbar-shadow-color:     white;
scrollbar-track-color:      white;

padding : 10px 10px 10px 40px;
border : 1px solid black;
font-size :12px;
width :500px;
height :400px;
}

.t{ /*タイトル文字(影)*/
color : lightgrey;
font-size :16px;
font-weight :bold;
letter-spacing :2px;
border-bottom :4px dotted orchid;
}

.t2{ /*タイトル文字*/
color : lightseagreen;
font-size :16px;
font-weight :bold;
letter-spacing :2px;
position :relative;
top : -22px;
left :-3px;
}

.t3{ /*文中タイトル文字*/
color : #b3e6d9;
font-size :18px;
font-weight :bold;
}

.text{ /*タイトル下のテキスト文字*/
font-size :12px;
}

.line{ /*ボックス下の線*/
border-bottom :2px dotted lightseagreen;
margin-bottom :1px;
}

.copy{ /*コピーライト文字*/
font-size :10px;
text-align : right;
}

}P{
  line-height : 20px;
  letter-spacing : 2px;
}
}DL{
  line-height : 20px;
  letter-spacing : 2px;
}
}UL{
  line-height : 20px;
  letter-spacing : 2px;
}
}OL{
  line-height : 20px;
  letter-spacing : 2px;
}