﻿@charset "utf-8";
/* CSS Document */

#container #wrapper #sidebar {
	float: left;
	width: 275px;
}
#container #wrapper #sidebar .board {
	padding: 9px;
	width: 255px;
	border: 1px solid #B4D2DA;
}
#container #wrapper #sidebar .board .title {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
	width: 100%;
	margin-bottom: 6px;
}
#container #wrapper #sidebar .board ul {
	margin: 0px;
	padding: 0px;
}
#container #wrapper #sidebar .board li {
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	list-style-type: none;
	line-height: 22px;
}
#container #wrapper #main {
	float: left;
	padding: 9px;
	width: 615px;
	margin-left: 10px;
	border: 1px solid #B4D2DA;
}
#container #wrapper #main .title {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
	width: 100%;
	margin-bottom: 6px;
}
#container #wrapper #main .list {
	width: 595px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-left: 20px;
	margin-bottom: 10px;
}
#container #wrapper #main .list h2 {
	margin: 0px;
}
#container #wrapper #main .list h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#container #wrapper #main .list .summary {
	color: #666666;
	padding-top: 5px;
}
#container #wrapper #main h1 {
	font-size: 24px;
	text-align: center;
}
#container #wrapper #main #info {
	width: 575px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#container #wrapper #main p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
	margin-right: 20px;
	margin-left: 20px;
}
