@charset "shift_jis"; 


/*----------------------------------------------------------*/
/*	初期設定											　--*/
/*----------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
body div {
	text-align: left;
	margin: 0 auto;
}

/*----------------------------------------------------------*/
/*	横幅970ピクセルバージョンに設定						　--*/
/*----------------------------------------------------------*/
#top {
	background-color: #FFFFFF;
	width: 970px;
	clear: both;
}
#top h1 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#top2 {
	width: 970px;
	background-image: url(../img/sen.gif);
	height: 5px;
	clear: both;
}
#top3 {
	width: 970px;
	height: 13px;
	text-align: right;
	clear: both;
	margin-top: 3px;
}

#main {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #FFFFFF;
	width: 970px;
	text-align: right;
	float: none;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#backbox {
	text-align: right;
	width: 960px;
	font-size: 84%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}




/*----------------------------------------------------------*/
/*	
/*----------------------------------------------------------*/

.page_title{
	text-align: center;
	font-size: 1.35em;
	width: 960px;
	height: auto;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(117,180,101,1.00) 0%,rgba(56,148,34,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(117,180,101,1.00) 0%,rgba(56,148,34,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(117,180,101,1.00) 0%,rgba(56,148,34,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(117,180,101,1.00) 0%,rgba(56,148,34,1.00) 100%);
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	color: #FFFFFF;
	margin-bottom: 2em;
}


.contents_box1{
	width: 940px;
	height: auto;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.65;
}

.contents_box1 .sub_t1{
	display: block;
	margin-top: 5em;
	padding-bottom: 10px;
	width: auto;
	height: auto;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #60A34F;
	padding-top: 10px;
	padding-left: 10px;
	border-radius: 5px;
}
.contents_box1 .sub_t2{
	display: block;
	margin-top: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	height: auto;
	padding-left: 10px;
	border-radius: 5px;
	margin-bottom: 0.8em;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

.suji_list{
	width: auto;
	height: auto;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.6em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.suji_list li{
	margin-bottom: 1em;
}

.nomal_list{
	width: auto;
	height: auto;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.6em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nomal_list li{
	margin-bottom: 1em;
}


.indent{
	margin-left:3em !important;
}


.css_btn_class {

	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
