@charset "utf-8";
/*リンク共通*/
a{
	color:#2E8DC6;
	text-decoration:underline;
}
a:hover{
    color:#DDA977;
	text-decoration:underline;
}

/*ライトコンテンツ共通*/

div#blog_layout{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#blog_layout div#column_title{
	margin-bottom:12px;
}

div#blog_layout h2{
	width:650px;
	height:47px;
	margin-bottom:50px;
}	

div#blog_layout div#column_Area{
	width:610px;
	padding:15px 20px;
	height:100%;
	overflow:visible;
}	

div#blog_layout div#column_Area h3{
	background:url(../img/column_line.gif) no-repeat bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}	

div#blog_layout div#column_Area p{
	width:610px;
	font-size:12px;
	line-height:180%;
	overflow:visible;
}

div#blog_layout div#column_Area div#columntop{
	width:610px;
	margin-top:50px;
	text-align:right;
}

div#blog_layout div#column_Area div#pagemove{
	width:610px;
	margin:20px 0;
	text-align:center;
}

div#blog_layout div#close{
	width:650px;
	height:30px;
	text-align:center;
	margin:10px 0;
}

/*フォント*/
.bold{
	font-weight:bold;
}

.arrow_icon{
	margin:15px;
	text-align:center;
}

.title_revival{
	font-size:14px;
	color:#C05962;
	font-weight:bold;
}

.title_hitorigoto{
	font-size:14px;
	color:#5695C0;
	font-weight:bold;
}

.title_genbunroku{
	font-size:14px;
	color:#499D39;
	font-weight:bold;
}



