@charset "utf-8";

body {
	background:url(../img/bgTop.jpg) repeat-x center top;
}

#header {
	height:227px;
}
#header h1 {
	float:left;
}
h1 {
	margin-top:70px;
}
#date {
	float:right;
	margin-top:70px;
}
#subTitle {
	float:right;
}


#body {
	padding-top:60px;
	margin:0;
	background:url(../img/bodyBg.gif) no-repeat center 60px;
}
#mainNav {
	top:227px;
	left:0;
}

#mainNav a {
	padding:0 14px 0 14px;
}
#contents {
	width:430px;
}
#contents li {
	float:left;
}
#contents li.top a:hover, #contents li.bottom a:hover{
	border-color:#00AAFF;
}
#contents li.top a {
	border-top:3px solid #CCC;
	display:block;
}
#contents li.bottom a {
	border-bottom:3px solid #CCC;
	display:block;
}
	
#contents img {
	display:block;
}
#contents .option {
	margin-left:2px;
}
#contents .option a {
	margin:1px 0 1px 0;
	display:block;
}
#contents .option a:hover {
	margin:2px 0 0 0;
}
.note {
	margin:0 5px 0;
	font-size:62.5%;
	color:#666666;
	text-align:right;
	line-height:1.4;
}

#article {
	float:left;
	padding:20px 0 0 25px;
	width:auto;
}
#news {
/*	background:url(../img/newsBg.gif) no-repeat left bottom; */
	width:430px;
	height:161px;
	padding-top:20px;
	clear:both;
}
#news h2 {
	margin:0 0 10px;
}
#news dl {
	border-bottom:1px dashed #CCC;
}
#news dt {
	font-size:75%;
	line-height:1.4;
	float:left;
	border-top:1px dashed #CCC;
	width:8em;
	padding:0.3em 0 0.2em;
}
#news dd {
	line-height:1.4;
	font-size:75%;
	margin-left:8em;
	border-top:1px dashed #CCC;
	padding:0.3em 0 0.2em;
}

#aside {
	float:right;
	padding:20px 25px 0 0;
}
#aside p {
	margin:0.5em 0;
	width:260px;
	font-size:75%;
}
#bottomNav {
	visibility:hidden;
}