@charset "utf-8";

body {
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	font-family: sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 14px;
	-webkit-text-size-adjust:100%;
	-webkit-touch-callout:none;
}

.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ff6600;
	text-decoration: none;
}


/* contents 
*****************************************/
img.header {
	width: 100%;
}

img.main {
	width: 80%;
	padding: 20px 20px;
}

#header01 {
	background-color: #fff;
}

#header02 {
	background-color: #fff;
	padding: 5px 10px 5px 5px;
}
.navi01 {
	text-align: right;
	font-size: 115%;
}

.leadtext01{
	font-size: 115%;
}

#contents01 {
	padding: 10px 0px;
	background-color: #6a9c2f;
}

.frameArea01 {
	padding: 1px 1px 10px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.frameArea01 .title01 {
	padding: 8px 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #234100;
	color: #fff;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
}

.frameArea01 .title01b {
	padding: 8px 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #0085C9;
	color: #fff;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
}

.frameArea01 .title01g {
	padding: 8px 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #347235;
	color: #FFFFFF;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
}

.frameArea01 .title01o {
	padding: 8px 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #F87431;
	color: #fff;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
}

.frameArea01 .title02 {
	margin: 30px 14px 0;
	font-size: 115%;
	font-weight: bold;
	color: #6aaa32;
}

.frameArea01 .title03 {
	margin: 30px 14px 0;
	font-size: 115%;
	font-weight: bold;
}

.frameArea01 .text01 {
	margin: 10px 5px 5px 5px;
	font-weight: bold;}

.frameArea01 .text02 {
	margin: 10px 5px 5px 5px;
	font-weight: bold;
	text-align: center;}

.frameArea01 .text03 {
	margin: 10px 5px 5px 5px;
	font-weight: bold;
	text-align: center;}

.frameArea01 .text04 {
	margin: 10px 5px 5px 5px;}

.frameArea01 .title01 + .text01,
.frameArea01 .title01 + .text04,
.frameArea01 .title02 + .text01,
.frameArea01 .title02 + .list01,
.frameArea01 .title02 + .list02 {
	margin-top: 15px;
}

.frameArea01 .list01 {
	margin: 5px 14px 0 34px;
}

.frameArea01 .list01 li {
	list-style-type: disc;
}

.frameArea01 .list02 {
	margin: 25px 14px 0;
}

.frameArea01 .list02 li {
	margin-top: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.frameArea01 .list01 .list02 {
	margin: 10px 0;
}

.frameArea01 .list01 li:first-child,
.frameArea01 .list02 li:first-child,
.frameArea01 .text03:first-child {
	margin-top: 0;
}

.btn01 {
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.btn01 a {
	display: block;
	padding: 3px 0;
	border: #f60 solid 1px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff9900), color-stop(100%, #ff6600) );
	background: -moz-linear-gradient( center top, #ff9900 5%, #ff6600 100% );
	border-radius: 3px;
}

.btn01 a:link,
.btn01 a:visited,
.btn01 a:hover,
.btn01 a:active {
	color: #fff;
	text-decoration: none;
}

.btn02 {
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.btn02 a {
	display: block;
	padding: 3px 10px;
	border: #666 solid 1px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #999999), color-stop(100%, #666666) );
	background: -moz-linear-gradient( center top, #999999 5%, #666666 100% );
	border-radius: 3px;
}

.btn02 a:link,
.btn02 a:visited,
.btn02 a:hover,
.btn02 a:active {
	color: #fff;
	text-decoration: none;
}

#footer01 {
	background-color: #fff;
}
.navi {
	color: #000;
}

.navi .navi_align {
	color: #000;
	text-align: center;
}

/* Clearfix
*****************************************/
.wrap:after {
	content: ".";
    display: block; 
    height: 0; 
    font-size: 0;
    clear: both; 
    visibility: hidden;
}
