/**index***********/
#main_img{
	position: relative;
	min-width: 1080px;
}
#main_img h3{
	text-indent: -9999px;
	background: url(../img/blog/head.jpg) no-repeat;
	background-size: 100%;
	height: 0;
	padding-top: 20.0520833%;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);	
}
#main_img div.title{
	position: absolute;
	background: url(../img/blog/h3_title.png) no-repeat;
	text-indent: -9999px;
	width: 364px;
	height: 134px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#Main h4{
	margin: 0 auto 20px;
	color: #009fe3;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}



div#blog div.cont{
	float: left;
	width: 800px;
}

div#blog div#calendar_wrap{
	float: right;
	width: 240px;
}


div#calendar_wrap table{
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px #ccc solid;
	border-width: 1px 1px 0 0px;
}
div#calendar_wrap table th{
	padding: 3px;
	text-align: left;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
div#calendar_wrap table td{
	padding: 3px;
	text-align: left;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

div.paging{
	margin: 30px auto;
	width: 100%;
	position: relative;
}
div.prev{
	position: absolute;
	left: 0;
	top: 0;
}
div.next{
	position: absolute;
	right: 0;
	top: 0;
}
div.more{
	margin: 30px;
	text-align: center;
}