@charset "utf-8";
/* CSS Document */

body,td,th,input,textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg.png);
	margin: 50px 0;
}
a:link {
	color: #9769CA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8D089;
}
a:hover {
	text-decoration: underline;
	color: #F89888;
}
a:active {
	text-decoration: none;
	color: #F8D089;
}
#top #base {
	width: 850px;
	margin: auto;
	background-image: url(image.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border: 2px solid #F0F0F0;
	background-color: #FFFFFF;
	padding: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 10px #999;
	-moz-box-shadow: 0px 3px 10px #999;
	box-shadow: 0px 3px 10px #999;
}
#top #base #header {
	padding-bottom: 80px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-bottom: 20px;
}
#top #base #header h1 {
	font-size: 70px;
	margin: 0px;
	padding-left: 50px;
	padding-top: 100px;
	letter-spacing: -5px;
	font-style: italic;
}
#top #base #header #menu {
	margin-left: 70px;
	list-style-type: none;
	padding: 0px;
	height: 30px;
	width: 349px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
#top #base #header #menu li {
	float: left;
	width: 86px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	line-height: 30px;
	height: 30px;
}
#top #base #header #menu li a {
	display: block;
}
#top  #base  #header  #menu  .point  a,#top #base #header #menu a:hover {
	background-color: #F0F0F0;
}

#top #base .content .main {
	width: 550px;
	float: left;
}
#top #base .content .main .t {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-bottom: 5px;
	padding-left: 10px;
}
#top #base .content .main .td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#top #base .content .main .td a {
	background-color: #F0F0F0;
}
#top  #base  .content  .main  .td  input,#top #base .content .main .td textarea {
	border: 1px solid #F0F0F0;
	padding: 2px;
	width: 150px;
	background-color: transparent;
}

#top #base .content .side {
	float: right;
	width: 280px;
	padding-top: 20px;
}
#top #base .content .side h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	font-variant: normal;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
	line-height: 25px;
}
#top #base .content .side p {
	margin: 0px;
	font-size: 10px;
	line-height: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#top #base #footer {
	clear: both;
	text-align: center;
	line-height: 50px;
	background-color: #F0F0F0;
}
