@charset "UTF-8";
/* CSS Document */

#article-detail {
	padding:20px;
	color:#666;
	background-image: url(../images/bg-article-detail.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
#article-detail h2 { font-size:16px; color:#006699; width:220px; display:block; position:absolute; }
#a-right { margin-left: 220px; }
#article-detail p { margin-bottom:10px; line-height:150%;  }
ul#nav {
	position:relative;
	width:720px;
	margin:0px auto;
	margin-top:50px;
	height:30px;
	background-image: url(../images/bg-article-nav.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
ul#nav li a { color:#006699; font-size:12px; }
li.prev { position:absolute; left:0px; top:10px; }
li.next { position:absolute; right:0px; top:10px; }
