@charset "utf-8";

#main h1{
	font-size:24px;
	color:#253494;
	line-height:1.3;
	overflow:hidden;
	zoom:1;
	border-bottom:2px solid #253494;
	padding-bottom:3px;
	}
#main .post-box{
	padding-top:10px;
	}
#main h5{
	text-align:center;
	margin-top:40px;
	}
#main h5 a{
	font-size:16px;
	font-weight:100;
	color:#FFF;
	background-color:#253494;
	padding:10px 20px;
	border-radius:4px;/* CSS3草案 */
	-webkit-border-radius:4px;/* Safari,Google Chrome用 */
	-moz-border-radius:4px;/* Firefox用 */
	-o-border-radius:4px;
	-ms-border-radius:4px;
	display:inline-block;
	}
#main h5 a:hover{
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}