body {
	background-color: white;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

a { text-decoration: none; }
a:hover { color: #333; }

h1 {
	font-size: 22px;
	color: #AAA;
	letter-spacing: 0.3em;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #999;
	letter-spacing: 0.2em;
	font-weight: normal;
}

h3 { color: #666; }

img { border: none; }

table p { margin: 4px 0; }

cite {
	font-size: 12px;
	line-height: 2em;
	margin-left: 15px;
	color: #4E4E4E;
}

.quote {
	font-family: Times;
	font-size: 32px;
	color: #BFBFBF;
	line-height: 0;
	position: relative;
	top: 10px;
}

#container {
	border: solid thin #AAA;
	background-color: white;
	width: 950px;
	margin: 10px auto;
	padding: 4px;
}

#header { background: url(../images/bg_head.jpg) no-repeat top left; }

#header img { margin-right: 5px; }

.nav {
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin: 4px 0;
}
.nav td { padding: 0 8px; }
.nav a { color: #333; }
.nav a:hover { color: white; }
#hit a { color: #33C; }
.nav div { background: url(../images/bg_btn01.gif) repeat-x top center; }
.nav div div { background: url(../images/bg_btn02.gif) no-repeat top left; }
.nav div div div {
	background: url(../images/bg_btn03.gif) no-repeat top right; 
	height: 16px;
	padding: 2px;
}

#content {
	width: 100%;
	min-height: 430px;
}

#home_special {
	background: url(../images/bg_special.jpg) no-repeat top right;
	border-bottom: solid 10px #22385E;
	font-family: Arial Black;
	font-size: 16px;
	text-align: center;
	padding: 40px 0 20px 0;
	margin: 8px 0;
}
#home_special p, #home_special h1, #home_special h2, { margin: 0; }
#con_form {
	background-color: #DDD;
	font-size: 10px;
	padding: 8px;
}

.col_1 { padding-right: 10px; }
.col_1 #con_form {
	width: 459px;
	padding-top: 25px;
	position: relative;
}

.col_2 { width: 50%; }
.col_2 #con_form { width: 450px; }

#con_table { font-size: 10px; }

#gen {
	border-right: solid 1px black;
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
}

#golf {
	border-left: solid 1px black;
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: absolute;
	top: 0;
	right: 0;
}

.con_hit {
	border-bottom: solid 1px black;
	background-color: #999;
	width: 100%;
	margin: 0;
}
.con_hit a { color: #DDD; }

.inp {
	text-align: right;
	width: 100%;
}
.inp_txt { width: 80%; }
.msg_txt {
	width: 100%;
	height: 70px;
}

.btn {
	background-color: #333;
	color: white;
	border: none;
	padding: 1px;
}
.btn:hover {
	background-color: white;
	color: #333;
	border: solid 1px #333;
	padding: 0;
}