/*基本設定*/
body,td	{
	font-size : 10px;				/*文字サイズ*/
	margin:10px;					/*余白*/
	font-family:'Verdana,MS P ゴシック';		/*フォントの設定*/
	line-height:17px;				/*文字の縦幅*/
	letter-spacing:1px;				/*文字の横幅*/
	color:#666;					/*文字色*/
	margin:0px;
	background-color:#fff;	}
br	{letter-spacing:normal;		}		/*改行の縦幅*/

/*ラインの設定*/
hr	{
	width:100%;border-style:solid;align:left;
	height:0px;border-color: #ccc;
	}

table.main{
    border-right:1px solid #000;
    border-left:1px solid #000;
    border-top:10px solid #457;
    border-bottom:5px solid #457;
}

td.back{
    background-image: url('img/bk_2.jpg');
    background-repeat:no-repeat;
    background-position:100% 50%;
}

/*カーソルの設定*/
a	{cursor:se-resize;}

/*スクロールバーの設定*/
body{
    scrollbar-face-color:#7b96ad;
    scrollbar-highlight-color:#7b96ad;
    scrollbar-track-color:#7b96ad;
    scrollbar-shadow-color:#7b96ad;
    scrollbar-3dlight-color:#7b96ad;
    scrollbar-arrow-color:#ffffff;
    scrollbar-darkshadow-color:#7b96ad;
}

/*リンクの設定*/
a	{color:#a80033 ;text-decoration : none;}
A:hover	{color:#a80033 ;}

#link {
color: #eeeeee;
}

#link a {color:#eeeeee ;text-decoration : none;}
#link a:hovepr {color:#eeeeee ;}

/*見出しの設定*/
h2{
	border-bottom:1px solid #bebebe;	/*見出しの左以外の線のサイズ、スタイル、色の設定*/
	color:#999999;				/*文字色の設定*/
	width:100%;				/*見出しの幅の設定*/
	font-size:11px;				/*文字サイズの設定*/
	font-weight:normal;			/*文字の太さの設定*/
	padding:3px;				/*見出しの文字と線のスペース*/
}

/*サイト名表示の設定*/
h1{
	border:0px;				/*線の設定*/
	color:#282e3b;				/*文字色*/
	font-size:20px;				/*文字の大きさ*/
	font-weight:normal;			/*文字の太さ*/
        font-family:'Century Gothic';		        /*フォントの設定*/
	margin:15px 0;		　　　　　　	/*見出しのマージン*/
}


/*テキスト表示部分の設定*/
.text{
	margin:0px 10px;			/*左の余白*/
        text-align:left;
}

/*input,テキストエリアの設定*/
input,textarea{
	background-color:#fff;			/*背景色*/
	border:1px solid #ccc;			/*線の設定*/
	color:#666;				/*文字色*/
}
input{	height:20px;			}	/*高さの設定*/
