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

.articleHead			{ background: #FFF; }
.articleFooter			{ background: #CCC; font-size: 10px; color: #FFF; text-align: right; padding: 5px 20px; }
.articleBody			{ width: 800px; margin-left:auto; margin-right:auto; margin-top:0px; font:12px Arial; background: #FFF; border: 1px solid #CCC; }
.articleTitle			{ background: #CCC; font-weight: bold; color: #FFF; padding: 10px 20px; text-align: right; }
.articleContent			{ padding: 20px; }
.articleContent	h2		{ font-size: 16px; font-weight: bold; color: #009; }
.articleContent a		{ color: #09C; text-decoration: none; }
.articleContent a:hover	{ color: #06C; text-decoration: underline; }