/*== body ==*/
body {
	margin: 0;
	padding: 0;
	color:#666666;
	background-color:#fffaee;
	background-image:url(./img/onpu7b.jpg);
	font-size:13px;
	line-height: 1.4em;
}
address {
	font-size:10pt;
}

/*== a ==*/
a:link {
	color:#666666;
	text-decoration:underline;
}
a:visited {
	color:#666666;
	text-decoration:underline;
}
a:active {
	color:#ff3300;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a.contents {
	text-decoration:none;
}

.content {
	border-left: 10px solid pink;
	border-right: 10px solid pink;
	width: 900px;
	text-align:left;
}
.header {
	text-align: center;
	width: 900px;
	height: 280px;
	position: absolute;
}
.header a {
	text-decoration:none;
}
.header a:hover {
	color:#000000;
	border: 1px solid pink;
}

/*== menu bar ==*/
.menu {
	width: 200px;
	top: 280px;
	padding: 0 0 0 10px;
	position: absolute;
}
.menu ul{
	width: 175px;
	margin: 0;
	padding: 0;
	border: 2px solid #accb39;
}
.menu li{
	list-style-type: none;
}
.menu ul img{
	width: 170px;
}
.menu a{
	margin:0;
	display: block;
	width: 165px;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	font-weight:bold;
	background-color: #ffffff;
	background-image: url(img/leftbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 100%;
	text-decoration: none;
}
.menu a:link{
	color: #4378b6;
}
.menu a:visited{
	color: #4378b6;
}
.menu a:hover{
	display: block;
	color: #e36d4a;
	background-image: url(img/leftbg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 100%;
}

.content_right {
	width: 660px;
	min-height:450px;
	padding: 280px 0 0 220px;
}
.table_top td{
	font-size: 13px;
	vertical-align: top;
}
.board {
	width: 900px;
	min-height:1000px;
	padding: 280px 0 0 0px;
}
.history table{
	font-size:11px;
}


.hooter1 {
	width: 900px;
	text-align:right;
	position: static;
	bottom: 10px;
}
.hooter2 {
	width: 900px;
	text-align:center;
	position: static;
	bottom: 10px;
	background-color: pink;
}

.table_member{
	font-size:13px;
	line-height:1em;
	border-style:dotted;
	border-color:pink;
	margin-left:50px;
}
.table_member th{
	background-color: #ffe4e1;
}
.table_member a{
	text-decoration: none;
}
.table_concert{
	font-size:13px;
	line-height:1em;
	border-style:dotted;
	border-color:pink;
	margin-left:50px;
}
.table_concert th{
	background-color: #ffe4e1;
}
.table_link{
	font-size:12px;
	border:1px dotted pink;
}
ul.link{
	font-size:12px;
	margin:0;
	padding:0;
	padding-left:25px;
	text-align:left;
}
ul.link li{
	border-bottom:1px red dotted;
	padding-top:11px;
}
ul.link a{
	font-size:15px;
	color:orange;
	text-decoration:none;
	font-weight:bold;
}