@charset "UTF-8";
/* blog PAGE */
.contents {
	width: 782px;
	padding: 0;
}
/*
.maT-20 {
	margin-top: -20px;
}
*/

/*------------------------------------------------------
column-top
------------------------------------------------------*/
.column-top {
	height: 100px;
	background: url(/inc/images/common/bg_radius_2col_top.gif) no-repeat top center;
	position: relative;
	top: -5px;
	margin: 5px -3px 0 -3px;
	padding: 20px 30px 0 30px;
	/width: 728px;
}

h2 {
	float: left;
}

.year {
	float: right;
	position: relative;
	width: 109px;
	height: 26px;
	padding: 1px;
	background: url(/inc/images/blog/bg_year.gif) no-repeat top center;
}

.year p {
	padding-left: 35px;
	background: url(/inc/images/blog/ico_year.gif) no-repeat 10px 5px;
	color: #e50012;
	font-size: 140%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.year span {
	font-size: 50%;
}

/*------------------------------------------------------
column-main
------------------------------------------------------*/
.column-main {
	margin: 0 20px;
	padding-bottom: 45px;
	background: url(/inc/images/blog/bg_line.gif) repeat-x bottom;
}

.section-wrapper {
	width: 332px;
	height: 220px;
	background-position: 147px 140px !important;
	background-repeat: no-repeat;
}

.section,.section_new {
	width: 332px;
	height: 220px;
	background: url(/inc/images/blog/bg_blogtitle.png) no-repeat;
}

.section_new {
	background: url(/inc/images/blog/bg_blogtitle_new.png) no-repeat;
}

.section dl,
.section_new dl {
	width: 220px;
	padding: 60px 0 0 35px;
}

.section dt,
.section_new dt {
	color: #e50012;
	font-size: 90%;
}

.section dd.
.section_new dd {
	padding-top: 10px;
}

.section dd a {
	display: block;
	width: 290px;
	height: 140px;
	padding: 50px 0 0 20px;
	margin: -50px 0 0 -20px;
}


/*------------------------------------------------------
column-bottom
------------------------------------------------------*/
.column-bottom {
	position: relative;
	bottom: -10px;
	margin: 0 -3px;
	padding: 0 20px;
	text-align: center;
	background: url(/inc/images/blog/bg_blog_bottom.gif) no-repeat bottom center;
	height: 40px;
	/width: 748px;
}


.pager ul {
	float: right;
	margin-right: 5px;
}

.pager li {
	float: left;
	margin-left: 5px;
}

.pager ul a {
	display: block;
	padding: 2px 7px;
	font-size: 75%;
	text-decoration: none;
}

.pager ul a:link,
.pager ul a:visited {
	color: #e50012;
	background: url(/inc/images/blog/bg_pager_off.gif) no-repeat;
}

.pager ul a:hover,
.pager ul a:active {
	color: #FFF;
	background: url(/inc/images/blog/bg_pager_on.gif) no-repeat;
}














