@charset "utf-8";
/*formatting　style
 ----------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	margin: 0px auto;
	width: 1000px;
	background-repeat: repeat;
	background-image: url(img/bg_2.jpg);
}

a img {
	border-width: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	}


hr {
	display: none;
}


#header {
	padding: 0px;
	margin: 0px;
	height: 187px;
}


#contents {
	background-color: #FFFFFF;
	font-size: medium;
	width: 1000px;
	float: left;
	text-align: center;
	height: 600px;

	
}

#footer {
	text-align: center;
	font-size: small;
	width: 1000px;
	clear: both;
	height: 20px;
	background-color: #CCCCCC;
	vertical-align: bottom;
	color: #999999;
}




table.top {
	text-align: left;
	left: 20px;
	width: 850px;
	background: #FFFFFF;
	height: 500px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

table.link {
	text-align: left;
	left: 20px;
	width: 850px;
	background: #FFFFFF;
	height: 60px;
	
}


tr.odd{
background-color:#efefef;
}

