@charset "UTF-8";/* --- main css --- */body {	background-image: url(images/page_background.gif);	background-repeat: no-repeat;	background-position: left top;	padding:0;	margin:0;}body.sub {	background-image:url(images/subpage_background.gif);	background-repeat: no-repeat;	background-position: left top;	padding:0;	margin:0;}body.reg {	background-image:url(images/registration_background.gif);	background-repeat: no-repeat;	background-position: left top;	padding:0;	margin:0;}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight:bold;	line-height: 18px;	color:#7f8959;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight:bold;	line-height: 18px;	color:#7f8959;	margin-bottom:5px;}p {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight:lighter;	line-height: 18px;	/* color:#7f8999;*/	color: #6e2306;	margin:5px 0 15px 0;}blockquote {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	line-height: 18px;	margin-right: 15px;	margin-left: 15px;	border-left:#6e2306 solid 1px;	border-right:#6e2306 solid 1px;	font-style:italic;	padding:0 15px 0 15px;	/* color:#7f8999;*/	color: #7f8959;}ul {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight:lighter;	line-height: 18px;	/* color:#7f8999;*/	color: #6e2306;	margin-top:0;	}ul li a, ul li a:visited {	font-weight:normal;	color:#6E2405;	text-decoration:underline;}ul li a:hover, ul li a:active {	font-weight:normal;	background-color:#7f8959;	text-decoration:none;	color:#ffffff;}a {	font-weight:bold;	color:#7f8959;	text-decoration:none;}a:hover {	font-weight:bold;	color:#6E2405;	text-decoration:none;}a img {	border:0;}/* --- home content css --- */#home_wrap {	width: 500px;	margin-top: 167px;	margin-left: 50px;}#home_content {	width:360px;	margin-left:117px;	margin-top: 30px;}#home_content p {	padding:0 10px;	}#home_content p.register {	padding:0;}#home_content a, #home_content a:visited{	font-weight:bold;	color:7f8959;	text-decoration:none;}#home_content a:hover{	font-weight:bold;	color:#6e2405;	text-decoration:none;}#home_logo {	display:block;}#nav{	background-color:#fff;	margin-top:10px;}div.nav-subpage{	width:650px;	margin: 25px 0 0 295px;}div.nav-subpage p {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight:lighter;	line-height: 18px;	/* color:#7f8999;*/	color: #6e2306;}/* --- sub page css --- */#sub_wrap {	width:370px;	margin: 50px 0 0 50px;}#sub_wrap2 {	width:450px;	margin: 50px 0 0 415px;}#sub_content h1 {	margin: 20px 0;}#sub_content p.backlink{	margin-bottom:100px;}#sub_content p.subfirst{	padding-right:70px;}#sub_content ul {	margin-left: 12px;	list-style-type: disc;}/* --- registration page css --- */#reg_wrap {	width:535px;	margin: 100px 0 0 415px;}input {	border: 1px solid #6e2306;}textarea {	border: 1px solid #6e2306;}td { 	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight:lighter;	line-height: 18px;	color: #6e2306;}