@charset "Shift_JIS";

/*　全ファイル共通css　*/

/*　全体の設定　*/

body{
margin-left                :100px;
color                      :#333333;
font-size                  :11px;
font-family                :Verdana,"MS UI Gothic";
letter-spacing             :1px;
line-height                :18px;
background-color           :white;}

/*　スクロールバーの設定　*/

html{
scrollbar-arrow-color      :silver;
scrollbar-face-color       :white;
scrollbar-highlight-color  :white;
scrollbar-3dlight-color    :white;
scrollbar-track-color      :white;
scrollbar-shadow-color     :white;
scrollbar-darkshadow-color :white;}

/*　テーブルの設定 (index.html)　*/

table{
width                      :100%;
height                     :520px;
margin-top                 :50px;}

td.a{
height                     :20;}

/*　テキストエリアの設定　*/

textarea{
font-size                  :11px;
color                      :#333333;
border                     :1px solid #c0c0c0;
background-color           :transparent;}

/*　リンクの設定　*/

a:link     {color          :#800000;}
a:visited  {color          :#800000;}
a:hover    {color          :#a52a2a}
a{text-decoration          :none;}
a:hover{cursor:help;}

/*　サイト名表示部分の設定　*/

h1.title{
color                      :#8b0000;
font-size                  :30px;
font-weight                :bold;
font-family                :Weltron Urban;
letter-spacing             :2px;
text-align                 :center;}

/*　メニュー表示部分の設定　*/

ul{
text-align                 :center;
padding-top                :5px;}

li{
display                    :inline;
list-style                 :none;
margin-right               :15px;
font-size                  :11px;
font-family                :Verdana;
letter-spacing             :2px;}

/*　本文中で使用する各見出しの設定　*/

h1{
margin-top                 :30px;
color                      :black;
font-size                  :11px;
font-weight                :bold;
font-family                :Verdana;
letter-spacing             :2px;}

h2{
font-size                  :11px;
font-weight                :bold;
font-family                :Verdana;}

h3{
font-size                  :11px;
font-weight                :bold;
font-family                :Verdana;}

/*　本文中で使用する定義リストの設定　*/
/*　バナーの表示をする際に使用しているタグ　*/　

dl
list-style                 :none;
margin                     :0px;}

dt{
display                    :inline;
margin-right               :11px;
font-size                  :12px;
font-family                :Verdana;
line-height                :14px;
letter-spacing             :2px;}

/*　水平線使用時の設定　*/
/*　区切りを表示させたい場合 <hr> と記載　*/

hr{
border-color               :#cccccc;
border-style               :dotted;
width                      :100%;}

/*　その他タグ使用時の設定　*/

span{
font-size                  :11px;
font-weight                :bold;
font-family                :Verdana,"MS UI Gothic";
letter-spacing             :2px;
color                      :black;}

.text{
font-size                  :11px;
font-family                :Verdana,Osaka,'MS UI Gothic';
letter-spacing             :3px;
color                      :black;}

.copyright{
height                     :30px;
font-size                  :8px;
font-weight                :bold;
margin-top                 :15px;
margin-right               :30px;
letter-spacing             :2px;
text-align                 :right;}
