@charset "utf-8";

body
{
	background-color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

a, a:link, a:visited
{
	color:#000;
}

#container
{
	width:800px;;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#wrapper
{
	float:left;
	width:800px;
	height:100%;
	border:medium;
	border-color:#666;
	border-style:solid;

}

#header
{
	float:left;
	width:100%;
	height:231px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}

#navi
{
	float:left;
	width:100%;
	height:27px;
	background-repeat: no-repeat;
	background-image: url(../images/navi.jpg);
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-top:1px;
	margin:0;
}

#navi .menu a, a:link,a:visited
{
	color:#CCC
}

#navi .menu a:hover
{
	color:#FFF;
}

#navi li
{
	display:inline;
	color:#999;
}

.menu
{
	margin:0;
}


#content_top
{
	width:100%;
	height:16px;
	float:left;
	background-image: url(../images/cont_top.jpg);
}

#content
{
	float:left;
	width:700px;
	min-height:279px;
	height:100%;
	background-image: url(../images/content.jpg);
	padding-left:50px;
	padding-top:20px;
	padding-right:50px;
	padding-bottom: 20px;
}

#footer
{
	float:left;
	width:100%;
	height:37px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;	
}

#bottom
{
	width:100%;
	height:30px;
	float:left;
}

.article-info
{
	color:#999;
	font-size:10px;
}

.article-info-term
{
	color: #FFF;
	font-size: 0px;
}