@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}


#logo{
	margin: 0 0 20px 0;
	
	}
	
#button{
	
	margin: 20px 0 0 0; 
	
	}
	
p{
	text-align:justify;
	}
	
	ul, li{
	margin: 5px 0 0 0;
	list-style-type:square;
	}
li:hover{
	margin: 5px 0 0 0;
	list-style-type:circle;
	}
	
li a{
	text-decoration:none;

	color:#666;
	}
	
li a:hover{
	font-weight:bold;
	list-style-image:url(../images/DE2.png);
	}
	
#btn_table{
	width:300px;
	margin: 10px 0 0 0;	
	}

#b1{
	background-image:url(../images/1.png);
	background-repeat:no-repeat;
	width:4px;
	height:30px;
	}
#b2, #b4{
	background-image:url(../images/2.png);
	background-repeat:repeat-x;
	height:30px;
	width:282px;
	padding-left:5px;
	padding-right:5px;
	}
#b3{
	background-image:url(../images/3h.png);
	background-repeat:no-repeat;
	width:4px;
	height:30px;
	}
#b5{
	background-image:url(../images/4.png);
	background-repeat:no-repeat;
	width:4px;
	height:30px;
	}

a{
	text-decoration: none;
	color:#666;
	font-size:12px;
	}
a:hover{
	text-decoration:underline;
	color:#000;
	}