@charset "utf-8";
  
/* @group reset */

  
*{margin: 0;padding: 0}
  
a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : middle}
img{ max-width : 100%}
/* @end */

html {
font-family : verdana, sans-serif;
line-height : 1.5}

h1,h2,h3,h4,h5,h6 { margin-bottom : 24px}
h1 {
font-size: 15px; 
line-height: 1;
} /* 48px */

h2 {
font-size : 36px;
line-height : 1.3333;
border-left:solid 3px #5fc900;
margin:10px 0 0 10px;
padding-left:5px;
font-weight:bold;
color:#333333;
clear:both;
}
} /* 48px */
h3{
font-size : 15px;
line-height : 1;
font-weight:bold;
color:#188100;
margin:5px auto;} /* 24px */
hgroup h2,h4,h5,h6 {
font-size : 16px;
line-height : 1.5;} /* 24px */

table {
	border-collapse:collapse;
	border-spacing:0;
}

/*///////////////////////////
* 共通
////////////////////////////*/
a{
	color:#188100;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


/*///////////////////////////
* header
////////////////////////////*/
header {width : 90%;
	margin : 0 auto;
	text-align : center}

header>h1{
	font-size:10px;
	color:#999999;
	margin-top: 10px;
}

header input[type="button"], header input[type="submit"]{
	margin:10 0 10 0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	padding: 10px 20px;
background: #fcfff4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2RmZTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2JlYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-8 */


	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

header input[type="button"]:hover, header input[type="submit"]:hover{
	cursor: pointer;
background: #ffd621; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd621 0%, #ff8902 51%, #fc6b28 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd621), color-stop(51%,#ff8902), color-stop(100%,#fc6b28)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd621 0%,#ff8902 51%,#fc6b28 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd621 0%,#ff8902 51%,#fc6b28 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd621 0%,#ff8902 51%,#fc6b28 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd621 0%,#ff8902 51%,#fc6b28 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd621', endColorstr='#fc6b28',GradientType=0 ); /* IE6-9 */

}
header p{font-size: 12px;}

.loginkei{margin-bottom: 10px;
}
#form_mail {
	width: 100%;
	height: 30px;
}
#form_pass {
	width: 70%;
	height: 30px;
}
/*///////////////////////////
* #top
////////////////////////////*/
#top{display: none;
}
#tops{
	margin-left : auto ;
	margin-right : auto ;
}
#tops p{
	width : 90%;
	margin-left : auto ;
	margin-right : auto ;
}
	#tops p{font-size : 12px;}


#kouza {

background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}


/* @group Nav */
#nav { text-align : center;
background-color: #333333;
}
#nav ul { overflow : hidden;}
#nav ul li { 
}
#nav ul li a {
	width: auto;
	color: #188100;
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #B6B6B6;
	border-left-color: #CCC;}
#nav ul li a:hover {
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	color: #5fc900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5fc900;
}
/* @end */

/*///////////////////////////
* #top
////////////////////////////*/
#top p{
		width : 90%;
}

/*///////////////////////////
* #social_app
////////////////////////////*/
#social_app{
	width : 90%;
	margin-left : auto ; margin-right : auto ;
}
/*///////////////////////////
* #syoukai
////////////////////////////*/
#syoukai{
	width : 90%;
	margin-left : auto ; margin-right : auto ;
}
#syoukai h1{
	font-size:20px;
	color:#FF4500;
	font-weight:bold;
	margin-bottom:10px;
	text-align: center;
}
#syoukai p{
	 style="float:left;
	 line-height:150%;
	 font-size:14px;
	 margin-top:0px;
}
#syoukainaka1{
	margin:10px 0;
	border-bottom:dotted 1px #188100;
}
#syoukainaka2{
	margin:10px 0;
	border-bottom:dotted 1px #188100;
}
#syoukainaka3{
	margin-left : auto ; margin-right : auto ;
}
#kingaku {
	display:none;
}
#kingakus {
	width: 100%;
}
.kingakumidahi{
	color:#FFFFFF;
	font-weight: bold;
	background-color:#5fc900;
}


#kingakus,td,th{
	border: 1px #000 solid;
	padding: 5px;
}
#kounyub{
	text-align: center;
}
/*///////////////////////////
* #main
////////////////////////////*/
#main{
	background-image: url("../img/bg.png");
	background-repeat: repeat;
}
#main h2{
	border-left:solid 3px #5fc900;
	margin:0 5px 5px 10px;
	padding-left:5px;
	font-size:21px;
	font-weight:bold;
	color:#333333;
	clear:both;
}
#main li{
	width:100%;
	background-color:#ffffff;
	float:left;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #a0a0a0;
}
#main li:last-child{
	clear:both;
	width:0;
	height:0;
		margin: 10px 0 0 0;
}
#main h3{
	font-size:18px;
	font-weight:bold;
	color:#188100;
	margin:5px auto;
	width : 90%;
	text-align:center;
}
#main li>p{
	margin:0px 0px 10px 0px;
	margin-left : auto ; margin-right : auto ;
	line-height:130%;
	font-size:13px;
	color:#333333;
	width : 90%;
}
#main .otameshi{
	display:block;
	width:126px;
	height:35px;
	margin:0 auto 5px auto;
	background-image: url("../img/topimage_29_off.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}
#main .otameshi:hover{
	background-image: url("../img/topimage_29_over.png");
}
#main .kounyu{
	display:block;
	width:126px;
	height:35px;
	margin:0 auto 0 auto;
	font-weight:bold;
	text-align:center;
}

/*///////////////////////////
* footer
////////////////////////////*/
footer{
	background-color:#5fc900;
	text-align:center;
	color:#ffffff;
	font-size: 10;
	padding: 5px 0px;
}
footer>ul>li{
	color:#ffffff;
}