@charset "utf-8";

div.board1 {
	background-image: url(../img/board.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 350px;
	width: 660px;
	text-align: left;
	float: left;
}

div.board2 {
	height: 350px;
	width: 160px;
	float: right;
	text-align: left;
}

div.board2 h1{
	font-family: Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height: 20px;
	color: #000000;
}

div.board2 h2{
	font-family: Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height: 20px;
	vertical-align: text-bottom;
	color: #000000;
}

div.board2 p{
	font-size:11px;
	color:#000000;
}
.board2 ul{
	width: 160px;
	margin:0;
	list-style:none;
}

.board2 li{
	font-size:10px;
	line-height:20px;
	float:left;
	width:160px;
}


#center a{
	font-size:10px;
	color:#000000;
	text-decoration:none;
	display:block;
}

#center a:visited{
	font-size:10px;
	text-decoration:none;
}

#center a:hover{
	font-size:10px;
	width:100%;
	height:100%;
	background-color:#cc33cc;
	text-decoration:none;
	color:#FFFFFF;
}


