@charset "Shift_JIS";

/*****　index.html以外のファイル用css　*****/

/*　ページ全体の設定　*/

body{
background-image: url(../img/text/p10.jpg);
background-attachment : fixed ; 
background-repeat:repeat; 
background-position:; 
text-align                 :left;
background-color           :white;
scrollbar-face-color       :white;
scrollbar-highlight-color  :white;
scrollbar-shadow-color     :#888888;
scrollbar-3dlight-color    :white;
scrollbar-arrow-color      :dimgray;
scrollbar-track-color      :white;
scrollbar-darkshadow-color :white;
margin                     :0px 0px 0px 90px;
filter                     :alpha(opacity='80');}

body,td{
margin-top       :30px;
font-size        :8px;
letter-spacing   :2px;
line-height      :165%;
font-family      :Verdana,Osaka,'MS UI Gothic';}

body,td,th{
font-size        :10px;
font-family      :Verdana,Osaka,'MS UI Gothic';
letter-spacing   :3px;
color            :#333333;}

br{
letter-spacing   :normal;}

/*　インプットタグの設定　*/

input{
color            :dimgray;
font-size        :10px;
font-family      :Verdana,osaka,"MS UI Gothic";
border           :1px gray solid;
background-color :transparent;}

/*　テキストエリアの設定　*/

textarea{
font-size        :10px;
color            :dimgray;
border           :1px gray solid;
background-color :white;}


/*　その他タグ使用時の設定　*/

p{
padding          :0px;
letter-spacing   :3px;
margin           :1em 0em 1em;}

h1{
color            :black;
font-size        :10px;
font-family      :"Verdana";
letter-spacing   :2px;}

h2{
color            :black;
font-size        :8px;
font-family      :"Verdana";
letter-spacing   :2px;}

h3{
color            :#C0C0C0;
font-size        :10px;
font-family      :"Verdana";
letter-spacing   :2px;}

span{
padding          :5px;
font-size        :8px;
font-weight      :bold;
font-family      :Verdana,"MS UI Gothic";
letter-spacing   :3px;
color            :black;}

.text{
font-size        :10px;
font-weight      :normal;
font-family      :Verdana,Osaka,'MS UI Gothic';
letter-spacing   :3px;
color            :black;}

.text2{
font-size        :10px;
font-family      :Verdana,Osaka,'MS UI Gothic';
letter-spacing   :3px;
color            :#333333;}

ul{
padding          :2px;
list-style-type  :none;
margin           :0 0 0.5em 0;}

ul li{
display          :inline;
text-align       :left;
margin-right     :15px;}

dl{
padding          :0px;
margin-top       :10px;}

dl dt{
display          :inline;
margin           :0px 0px 0px 20px;
padding          :0px;}
