/* right お知らせ欄の設定 */
#right{
	float:right;
	width:198px;
	text-align:left;
}
#right a{
	color:#3F5F3F;
}
#right a:hover {
	color:#E50012;
}
#right a:visited {
	color:#333333;
}

/* right メニュー表の設定 */
.r-news {
	border:1px solid #555555;
	background:#FFFFFF;
	font-size:14px;
	margin:10px 5px 0px 5px;
	color:#333333;
	width:180px;
}

.r-news .n-title {
	list-style:none;
	background:#0099FF url('../img/side-kt.gif') no-repeat left center;
	padding:7px 0px 8px 5px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #555555;
}

.r-news .n-txt {
	list-style:none;
	font-size:14px;
	padding:5px 2px 0px 5px;
}

.r-news .n-txt2 {
	list-style:none;
	font-size:12px;
	padding:5px 2px 5px 10px;
	letter-spacing:1px;
	line-height:15px;
}
.r-news .n-txt2 a{
	font-weight:bold;
}
.r-news .n-txt3 {
	list-style:none;
	font-size:12px;
	padding:5px 5px 5px 5px;
	letter-spacing:1px;
	line-height:15px;
	text-align:right;
}

.r-news .n-txt4 {
	list-style:none;
	font-size:14px;
	padding:5px 2px 0px 5px;
	text-align:center;
}

.r-news .n-txt5 {
	border-top:1px solid #555555;
	list-style:none;
	font-size:10px;
	padding:2px 2px 2px 10px;
	letter-spacing:1px;
	line-height:12px;
}

.r-news .n-txt6 {
	list-style:none;
	font-size:10px;
	padding:2px 2px 2px 10px;
	letter-spacing:1px;
	line-height:12px;
}

.cm {
	padding:10px 10px 0px 0px;
	text-align:center;
	list-style:none;
}

.cm img {
	text-align:center;
	list-style:none;
	border:1px solid #555555;
}

