@charset "utf-8";
/* only blog*/
#blg #right .cmsnv {
	margin-bottom: 10px;
	font-size: 90%;
}
#blg #right .cmsnv ul {
	text-align: center;
}
#blg #right .cmsnv li {
	display: inline;
	color: #999;
}
#blg #right .cmsnv li.pgnum {
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #333;
}
#blg #right .cmsnv li a {
}
#blg #right .cmsnv li.nvlf a {
	background: url(../img/cms_nvlf.jpg) no-repeat left;
	padding-left: 20px;
}
#blg #right .cmsnv li.nvrt a {
	background: url(../img/cms_nvrt.jpg) no-repeat right;
	padding-right: 20px;
}
#right .cms {
	width: 710px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 120%;
}

#right .cms ul {
	margin-left: 30px;
	list-style-type:disc;
}
#right .cms ol {
	margin-left: 30px;
	text-align:left;
}

#right .cms h3 {
	background: #B3D3E8 url(../img/h3_blog.jpg) repeat-x;
	margin-bottom: 10px;
	height: 30px;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 32px;
	border-top: 1px solid #83B8D9;
	border-right: 2px solid #83B8D9;
	border-bottom: 2px solid #83B8D9;
	border-left: 1px solid #83B8D9;
}
/*#right .cms p {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#right .cms img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	max-width: 200px;
	max-height: 200px;
	-ms-interpolation-mode: bicubic;
}
* html body #right .cms img {
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
	-ms-interpolation-mode: bicubic;
}*/
.date {
	clear: both;
	text-align: right;
	margin-right: 10px;
}
.text_gly {
	color: #CCC;
}