BODY {
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Arial;
	font-size: 12px;
	line-height: 140%;
	
	color : black;
border-color : black black black black;
text-align : center;
}
A:LINK {
	color : white;
	text-decoration: none;
}
A:VISITED {
	color : white;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: none;
}

#body-box {
	margin-right: auto;
	margin-left: auto;
	width : 800px;
	background-color : white;
	border : solid black;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;
}

#header-box {
	background-color : black;
	height: 60px;
}
#header-description{
	font-size: 10px;
text-align : center;
}
#header-title {
	float: left;
	text-align: center;
	width: 250px;
}
#header-banner {
	float: right;
}
#header-menu {
	background-color : white;
	
	padding: 2px;
}
#contents-left-menu{
	float: left;
	width : 150px;
	background-color : black;
	padding: 2px;
}
#contents-body{
	float: left;
	width : 470px;
	margin-right: 10px;
	margin-left: 10px;
text-indent : 3px;
}
#contents-right-menu{
	float: right;
	width : 150px;
	background-color : black;
	text-align: center;
}
#footer {
	font-size: 10px;
	background-color : black;
	text-align: center;
	padding: 1px;
}
.rightmenu-title {
	color: #FFFFFF;
	font-weight: bold;
	background-color : black;
width : 150px;
}
.leftmenu-title {
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.leftmenu-link {
	padding-left: 10px;
	padding-top: 3px;
	border-bottom : 1px solid white;
	border-left : 1px solid white;
	height: 14px;
}
	.leftmenu-link A:HOVER {
		color: #FFFFFF;
		background-color : red;
	}
.leftmenu-banner {
	text-align: center;
	background-color : black;
}
.leftmenu-pick-title {
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color : black;
}
.leftmenu-pick-desc {
	text-align: left;
}
.contents-box {
	border-bottom: 1px dotted #FFCC33;
	margin-bottom: 20px;
}
.contents-banner {
	float: left;
}
.contents-description {
	padding: 5px;
}
.contents-title {
	background-color : black;
	border-left : none;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align: center;
	margin-bottom: 10px;

}
