@charset "UTF-8";
/* CSS Document */

a {
	font-family:Arial, Helvetica, sans-serif;
	color: #71ad03;
}

a:hover {
	text-decoration: none;
}
h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2.40em; /* 32px */
	line-height: 1.19em;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
	color: #525252;
}
h2 {
	font-size: 1.286em; /* 18px */
	color: #2C2C2C;
}
.subcontent {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;}

.block-orange {
    padding: 15px;
    background: #f30;
    color: #fff;
	font-weight:bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:top;
}
.block-orange-txt a {
	font-size:28px;
    color: #fff;
	font-weight:bold;
}

