
body {
	background-image: url(../image/bg_con1.gif);
}
#all {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 820px;
	background-image: url(../image/bg_con2_2.gif);
	/*
	background-repeat: no-repeat;
	page-break-before: after;
	*/
}
#header h1 {
	display: none;
}
#main {
	/*
	width: 800px;
	height: 600px;
	*/
	background-image: url(../image/index_logo.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
}
#count {
	width: 800px;
	text-align: right;
	margin: 0;
	/*
	display: block;
	table-layout: fixed;
	height:295px;
	*/
}
#index_content {
	margin-left: 40px;
}
#topics {
	margin-top: 290px;
	/*
	text-align: left;
	color: #333333;
	margin: 3px 0px 0px 40px;
	*/
}
#member {
	margin-top: 10px;
}
.common_tbl table {
	max-width: 480px;
	min-width: 440px;
	overflow: scroll;
	white-space: normal;
	border-collapse: collapse;
}
.common_tbl th, .common_tbl td {
	font-size: 0.9em;
}
.common_tbl thead th {
	font-weight: bold;
	border: 1px solid #C3C3C3;
	color: #333333;
	background-color: #C3C3C3;
	padding: 3px 5px;
	text-align: left;
}
.common_tbl tbody th, .common_tbl tbody td {
	color: #666666;
	border: 1px solid #C3C3C3;
	background-color: #ffffff;
	padding: 2px 4px;
}
.common_tbl tbody th {
	width: 75px;
	vertical-align: top;
	/*
	color: #666666;
	border: 1px solid #C3C3C3;
	font-weight: bold;
	background-color: #ffffff;
	padding: 2px 2px;
	*/
}
.common_tbl tbody td {
	width: 410px;
	/*
	color: #666666;
	border: 1px solid #C3C3C3;
	background-color: #ffffff;
	padding: 2px 2px;
	*/
}

#index_navi {
	margin-top: 30px;
	text-align: center;
}
#index_navi p {
	margin: 0;
}
#enter_1, #enter_2 {
	/*
	border: 1px solid gray;
	*/
	display: inline;
}
#enter_1 span, #enter_2 span {
	visibility: hidden;
}
#enter_1 a, #enter_2 a {
	text-decoration: none;
	padding: 13px 60px;
}
#enter_1 a {
	background-image: url(../image/bottun3_1.jpg);
	background-repeat:no-repeat;
}
#enter_1 a:hover {
	background-image: url(../image/bottun3_11.jpg);
	background-repeat:no-repeat;
}
#enter_2 a {
	background-image: url(../image/bottun3_2.jpg);
	background-repeat:no-repeat;
}
#enter_2 a:hover {
	background-image: url(../image/bottun3_21.jpg);
	background-repeat:no-repeat;
}
#comment_1, #comment_2 {
	display: inline;
	font-size: 0.8em;
	/*
	border: 1px solid gray;
	*/
	background-color: #ffffff;
	padding: 3px;
}
#comment_1 {
	margin-left: -45px;
}
#comment_2 {
	margin-left: 45px;
}

#footer p {
	text-align: center;
	font-size: 0.8em;
}

