

/* 全体の設定 */

body {
 background : #FFFFFF;
 font-size : 15px;
 font-family : "Verdana","ＭＳ Ｐゴシック","Osaka";
 color : #774777;
 letter-spacing : 1px;
 line-height : 1.6;}

br {letter-spacing:normal;}

a:link {color : #774799;}
a:visited {color : #774755;}
a:hover {color : #000000; text-decoration : none;}
a:active {color : #000000; text-decoration : none;}

html {
 scrollbar-face-color : ;
 scrollbar-highlight-color : ;
 scrollbar-track-color : ;
 scrollbar-shadow-color : ;
 scrollbar-3dlight-color : ;
 scrollbar-arrow-color : ;
 scrollbar-darkshadow-color : ;}

img {
 margin-top : 3px;
 margin-left : 2px;
 margin-right : 2px;
 margin-bottom : 3px;}

/* サイトタイトルの設定 */

.name {
 color : #444555;
 font-size : 18px;
 margin-top : 10px;
 margin-bottom : 40px;}

.name a:link {color : #000000; text-decoration : none;}
.name a:visited {color : #000000; text-decoration : none;}
.name a:hover {color : #000000; text-decoration : none;}
.name a:active {color : #000000; text-decoration : none;}


/* テーブルの設定 */

.tb {
 background : #FFFFFF;
 margin-top : 40px;
 margin-left : 30px;
 margin-right : ;
 width : 700px;}



/* 本文の設定 */

.txt {
 margin-top : 30px;
 margin-left : 20px;
 margin-right : 20px;
 margin-bottom : 30px;}

.txt hr {
 border : 1px dotted #6666aa;
 width : 100%;
 height : 1px;}

.paragraph hr {
 border : 1px dotted #aa55aa;
 width : 120%;
 height : 1px;}




/* フッターの設定 */

.footer {
 font-size : 10px;
 text-align : right;
 margin-top : 50px;}

