/* CSS Document */

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 120px;
	font-size: 12px;
	line-height: 133%;
	background-color: #990000;
	text-align: center;
}

ol {
	margin: 0px 0px 0px -10px;
	width: 130px;
	font-size: 10px;
	line-height: 133%;
	background-color: #FF6666;
	text-align: left;
	text-indent: 10pt;
	padding: 0;
}

a {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

a:hover {
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: underline;
}

body {
	font-size: 12px;
	line-height: 160%;
	background-image: url(../img/image.jpg);
	background-repeat: no-repeat;
	background-position: 120px 0px;
}

.text {
	background-color: #FFFFCC;
	padding: 10px 20px;
	width: 430px;
	margin-bottom: 10px;
}

.mail {
	background-color: #990000;
	text-align: center;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 0px;
	width: 120px;
	left: 630px;
	top: 0px;
	position: absolute;
}

.top {
	background-color: #990000;
	text-align: center;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;	
	margin: 0px;
	width: 120px;
	left: 500px;
	top: 0px;
	position: absolute;
}

.main {
	position: absolute;
	top: 40px;
	left: 320;
	width: 420px;
}
h3 {
	font-size: 14px;
	padding: 5px;
	border: solid 1px #990000;
}
h4 {
	font-family: "lr SVbN", "Osaka]";
	font-size: 12px;
	color: #663366;
	border-bottom-width: 1px;
	border-left-width: 16px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FF3366;
	border-right-color: #FF3366;
	border-bottom-color: #FF3366;
	border-left-color: #FF3366;
	line-height: 16px;
	padding-left: 5px;
	margin-top: 30px;
}
strong {
	color: #990000;
}
td {
	font-size: 12px;
	line-height: 150%;
}
