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



/* pageTitle
------------------------------------------------------------ */
#pageTitle #pageTitleBody h2{
	background:url(../images/news_ttl_01.png) left top no-repeat;
}



/* articles
------------------------------------------------------------ */	
#articleSet{
	margin-bottom:20px;
}
#articles{
	float:left;
	width:560px;
	margin-right:40px;
}
.article{
	width:550px;
	margin-bottom:10px;
	padding:5px;
	background-color:#ccc;
}
.articleMain{
	width:510px;
	padding:20px 20px 40px 20px;
	background-color:#fff;
}
.articleMain img{
	display:block;
	max-width:490px;
	max-height:490px;
	margin:0 auto 20px auto;
}
.articleMain p{
	width:490px;
	padding:0 auto;
	line-height:2;
}
.articleHeader{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.articleHeader p.date{
	line-height:1.5;
}
.articleHeader h3{
	font-size:15px;
	font-weight:bold;
}

/* single
------------------------------------------------------------ */	
.nav-below{
	width:510px;
	padding:0 20px 20px 20px;
	background-color:#fff;
}
.nav-below ul{
	width:510px;
	padding-top:10px;
	border-top:1px dotted #ccc;
	color:#999;
	font-size:11px;
}
.nav-below a{
	color:#999;
}
.nav-previous{
	float:left;
	display:block;
	width:33%;
	text-align:left;
}
.nav-list{
	float:left;
	width:33%;
	text-align:center;
}
.nav-next{
	width:33%;
	float:right;
	text-align:right;
}



/* sidebar
------------------------------------------------------------ */	
#sidebar{
	float:left;
	width:220px;
}
.sidebox{
	width:208px;
	margin-bottom:20px;
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;
}
.sidebox dt{
	width:188px;
	padding:15px 10px;
	background-color:#ccc;
}
.sidebox dd ul li{
	font-size:12px;
	padding:10px;
	border-bottom:1px dotted #ccc;
}
.sidebox dd ul li:last-child{
	border:none;
}