/*DEBUG
* {
	border: 1px solid #cc3333 !important;
}
*/

/* contents setting */
#contents-body {
	float: left;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.contents-box {
	border-bottom: 1px dotted #aacc66;
	margin-bottom: 20px;
}
.contents-banner {
	float: left;
}
.contents-banner-r {
	float: right;
}
.contents-banner-n {
	float: none;
}
.contents-description {
	padding: 5px;
}
.contents-title {
	background-color: #eeff99;
	border-top: 3px double #669988;
	border-left: 20px solid #669988;
	border-right: 20px solid #669988;
	border-bottom: 1px solid #669988;
	font-size: 140%;
	font-weight: bold;
	color: #222222;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10px;
	padding: 2px;
}

/* PR setting */
#pr-body {
	float: left;
	width: 450px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.pr-box {
/*	border-bottom: 1px dotted #aacc66;*/
	height: 70px;
	margin-bottom: 20px;
	background-color: #ff6600;
}
.pr-boxsm {
/*	border-bottom: 1px dotted #aacc66;*/
	width: 352px;
	height: 70px;
	margin-bottom: 20px;
	background-color: #ff6600;
}
.pr-banner {
	float: left;
}
.pr-banner-r {
	float: right;
}
.pr-description {
	padding: 5px;
}
.pr-title {
	background-color: #660033;
	color: #ffffff;
	font-size: 120%;
	margin-top: 10px;
	text-align: center;
}
.pr-titlesm {
	background-color: #660033;
	width: 352px;
	color: #ffffff;
	font-size: 120%;
	margin-top: 10px;
	text-align: center;
}

/* right menu setting */
#contents-right-menu{
	float: right;
	width: 96px;
	background-color: #cceecc;
	margin-top: 10px;
	text-align: center;
}
.rightmenu-title {
	color: #ffffff;
	font-weight: bold;
	background-color: #669988;
}

/* news setting */
dl.news {
	width: 510px;
	height: 230px;
	font-size: 10px;
	overflow: auto;
	scrollbar-face-color: #bbdd88;
	padding: 10px;
	border-style: dotted;
	border-color: #aacc66;
	margin-top: 0px;
}
dd {
	border-bottom:1px dotted #999;
	margin-left:0px;
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:10px;
}
.news-title {
	color: #cc0066;
	font-size: 12px;
	font-weight: bold;
}
a.news-title:link, a.news-title:visited, a.news-title:active {
	color: #cc0066;
	font-size: 12px;
	font-weight: bold;
}
a.news-title:hover {
	color: #885544;
	background-color: #ffff66;
	font-size: 14px;
	font-weight: bold;
}

