@charset "utf-8";
/*　formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #333333;
	background-image: url(images/back.gif);
	list-style-type: none;
}
/*　link styles
----------------------------*/
a:img {
	border-style: none;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	border: 1px solid #000000;
	list-style-type: none;
	background-color: #FFFFFF;
}
#header {
	width: 700px;
	height: 250px;
	background-color: #FFFFFF;
}
#menu {
	float: left;
	clear: both;
	width: 160px;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	list-style-type: none;
	height: 250px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main {
	float: right;
	width: 470px;
	margin-bottom: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#link {
	float: left;
	clear: none;
}

#footer {
	clear: both;
	background-color: #009dff;
	color: #FFFFFF;
	font-size: 10pt;
	height: 20px;
}
a:link  {
	text-decoration: none;
	list-style-type: none;
	color: #000066;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main img {
	margin-bottom: 5px;
	margin-top: 2px;
}
#menu img {
	margin-top: 2px;
}

#menu p {
	margin-top: 15px;
	margin-bottom: 10px;
}
#main h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#main table {
	margin-top: 10px;
}
#main p {
	margin-left: 5px;
}
