* {
	margin: 0px;
	padding :0px;
}
body {
	width:700px;
	margin:auto;
	text-align:center;
	line-height:140%;
	color : #666666;
}
#contents {
	width:700px;
	text-align:left
}
#main {
	width:490px;
	float:left;
}
#right {
	width:204px;
	margin:3px;
	float:right;
}
#image {
	float: left;
	width: 130px;
	height: 160px;
	margin-right: 20px;
}

hr {
	border-bottom: 1px solid #6699CC;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear:left;
}
h1 {
	font-size: 10pt;
	color: #ffffff;
	background-color: #3355cc;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	text-align: right;
}
h2 {
	font-size: 15pt;
	color : #6666aa;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}
a {
	color:#666699;
}

table, th, td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 3px;
	margin: 10px
}