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

/* layout items */
body {
	background: #000000 url(../images/bg.gif) repeat-y center center;
	margin: 0px auto 10px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
table {
	border-collapse: collapse;
}

/* header */
#header {
	width: 100%;
}
#header td {
	text-align: center;
	padding: 0;
}

/* menu */
#menu {
	float: left;
	width: 147px;
}
#menu td {
	padding: 10px 0 0;
}
#menu a {
	background: url(../images/menu_off.gif) no-repeat center center;
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	background: url(../images/menu_on.gif) no-repeat center center;
}

/* main */
#main {
	background: #d7fbd5 url(../images/main_top.gif) no-repeat top center;
	float: right;
	width: 630px;
	height: 450px;
}
#main td {
	background: url(../images/main_bottom.gif) no-repeat bottom center;
	padding: 15px;
	vertical-align: top;
}

/* footer */
#footer {
	width: 100%;
	color: #999999;
}
#footer td {
	text-align: center;
	padding: 10px;
}
#footer a {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}

/* text formatting */
h1 {
	font-family: verdana;
	font-size: 18pt;
	font-weight: normal;
	color: #1b331a;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #3c563b;
}
a {
	font-weight: bold;
	color: #3c563b;
}
a:hover {
	color: #000000;
}

/* box */
#box {
	background: #a1cfa1;
}
#box td {
	background: #c1e5c1;
	padding: 15px 15px 0;
}
#box tr.submit td {
	padding: 15px;
}

/* intro */
#intro {
	border-collapse: collapse;
	width: 100%;
	height: 420px;
}
#intro td {
	background: url(../images/intro_bg.gif) no-repeat center center;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}