@charset "UTF-8";
#Box {
	display: block;
	
	width: 350px;
	float: left;
	height: 300px;
}
#rightBox {
	width: 270px;
	padding-left: 0px;
	float: left;
}
#rightBox  div {
	list-style-type: none;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	display: block;
	text-indent: 20px;
}
#rightBox a:link, #rightBox a:visited{
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#rightBox a:hover, #rightBox a:active{
	text-decoration: none;
}
#Box div {
	position: absolute;
	visibility: hidden;
	left: 250px;
	top: 220px;
	width: 310px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#BoxContent h1 {
	font-weight: normal;
	font-size: 18px;
}
#BoxShowing {
	position: absolute;
	left: 250px;
	top: 220px;
	width: 310px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}h2    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666;
	font-weight: normal;
	padding-top: 20px;
}
