/* monthly_article
-----------------------------*/

#mainArea .monthly_article{
	width:705px;
}

#mainArea .monthly_article h2{
	width:705px;
	height:130px;
	text-align:right;
	overflow:hidden;
	background:#fff;
}

#mainArea .monthly_article .recent5{
	margin-top:9px;
	padding-bottom:6px;
	text-align:right;
}

#mainArea .monthly_article .articleLeaf{
	padding:10px 0;
}

#mainArea .monthly_article .articleLeaf .thumbImage{
	width:117px;
	height:57px;
	float:left;
	background:url(../image/cmn_bg_dot_gray.gif);
	margin-right:20px;
}

#mainArea .monthly_article .articleLeaf .thumbImage a{
	display:block;
	width:117px;
	height:57px;
}

#mainArea .monthly_article .articleLeaf .textArea{
	display:block;
}

#mainArea .monthly_article .articleLeaf .textArea h3{
	
}

#mainArea .monthly_article .articleLeaf .textArea h3 a{
	height:57px;
	display:block;
}

#mainArea .monthly_article .articleLeaf .textArea h3 a span.title{
	position:relative;
	top:7px;
}

#mainArea .monthly_article .articleLeaf .textArea h3 a span.date{
	position:relative;
	top:7px;
}

#mainArea .btnPageTop{
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px solid #f2f2f2;
}


/* font
-----------------------------*/


#mainArea .monthly_article h2{
	font-size:5.0em;
	line-height:1;
}

#mainArea .monthly_article .articleLeaf a{
	text-decoration:none;
}

#mainArea .monthly_article .articleLeaf a:hover{
	color:#666;
	text-decoration:none;
}

#mainArea .monthly_article .articleLeaf .textArea h3{
	font-size:2em;
	line-height:1.9;
}

#mainArea .monthly_article .articleLeaf .textArea h3 a span.title{
	line-height:1.2;
}

#mainArea .monthly_article .articleLeaf .textArea h3 a span.date{
	font-size:0.5em;
	line-height:2;
}


