/*---------------------------------------
▼▼　基本
---------------------------------------*/

body         {
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat;
        background-position: 0 0;
	margin: 0;
	padding: 0; 
	}


a:link     {
	color: #000000;
        text-decoration: none; 
	}
a:visited     {
	color: #000000;
        text-decoration: none; 
	}
a:hover     {
	color: #666666; 
        text-decoration: none;
	}
a:active     {
	color: #999999;
        text-decoration: none; 
	}
a:img {
	border-style : none;
	border-width : 0px;	
	}

/*---------------------------------------
●ページ構成
---------------------------------------*/

#top{
	width: 800px;
	height: 300px;
        margin: 0 0 0 0;
	padding: 0px;
	background-image: url("topbar.jpg");
	background-repeat: no-repeat;        
	}

/*---------------------------------------
●テーブル
---------------------------------------*/


th{
	font-size : 13px;
	font-weight : 300;
        line-height: 160%;
        text-align: left;
        padding: 5px;
	background-color: #ffffff;
}

td{
	font-size : 13px;
	font-weight : 300;
        line-height: 160%;
        text-align: left;
        padding: 5px;
	background-color: #ffffff;
}

/*---------------------------------------
●メニュー部
---------------------------------------*/
#hhh1{
	width: 190px;
	height: 35px;
        margin: 0 0 0 0;
	padding: 0px;
	background-image: url("h1.jpg");
	background-repeat: no-repeat;        
	}


