@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a:hover{
	color:#FF0000;
}
img{
	border-style:none;
}
/*----------------------------------------------*/
/*----------------------------------------------*/
#main{
	width:450px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:0 auto;
	padding-top:20px;
}
#main a{
	text-decoration:none;
	color:#000000;
	height:30px;
}
#main a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#main li{
	margin-left:20px;
	padding-left:40px;
	list-style-type:none;
	line-height:30px;
}
.list_2nd{
	background-image:URL(./images/sitemap/list_2nd.gif);
	background-repeat:no-repeat;
}
.list_end{
	background-image:URL(./images/sitemap/list_end.gif);
	background-repeat:no-repeat;
}
/*--------------------------------------*/
#foot{
	padding-top:50px;
	clear:both;
	text-align:center;
	background-position:center bottom;
	background-repeat:no-repeat; 
}
#foot p {
	margin: 0; 
	font-size:10px;
}
#foot a{
	text-decoration:none;
	color: #000000;
}
/********************************************/
/********************************************/
