@charset "utf-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family:serif;
	font-size:16px;
	color:#000000;
	}
h1 {
	font-family:sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#660000;
	}
h2 {
	font-family:sans-serif;
	font-size:18px;
	font-weight:bold;
	}
#shadow {
	width:790px;
	background-image:url(images/main/shadow.jpg);
	background-repeat:repeat-y;
	}
#main {
	width:750px;
	border:1px #FFFFFF solid;
	background-color:#F4F4F4;
	text-align:left;
	}
#menu {
	width:730px;
	background-color:#333333;
	border-bottom:2px #CCCCCC solid;
	font-family:serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:10px 10px 10px 10px;
	}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:hover {
	text-decoration:underline;
	}
#index_content {
	width:475px;
	padding:15px 15px 15px 15px;
	float:left;
	clear:left;
	clip: rect(auto,auto,auto,auto);
	background-color:#F4F4F4;
	background-image:url(images/main/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	}
#content {
	width:720px;
	padding:15px 15px 15px 15px;
	background-color:#F4F4F4;
	background-image:url(images/main/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	}
#footer {
	width:730px;
	background-color:#333333;
	border-top:2px #CCCCCC solid;
	font-family:serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:10px 10px 10px 10px;
	}
#footer a {
	color:#FFFFFF;
	}
.title {
	border-bottom:2px #FFFFFF solid;
	margin-bottom:-4px;
	}
.index_right {
	border:2px #FFFFFF solid;
	position:relative;
	left:40px;
	}