/*///////////////////////////
* reset
////////////////////////////*/
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {  
    display:block;  
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*///////////////////////////
* 共通
////////////////////////////*/
body,header,#top,#nav,#main,footer{
/*	width:320px;	*/
	width:900px;
	margin:0px;
	display:block;
	position: relative;
}
a{
	color:#188100;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


/*///////////////////////////
* body
////////////////////////////*/
body{
	margin:0 auto;
}

/*///////////////////////////
* header
////////////////////////////*/
header{
	height:80px;
	background-image: url("../img/topimage_03.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 30px;
	border-bottom:solid 3px #188100;
	padding-top:5px;
}

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

header>form>*{
	display:block;
}

header a{
}
header #loginForm>a{
	margin:5px 0 0 10px;
	font-size:14px;
	width:9em;
}
header #startStudy>a{
	margin:15px 0 0 10px;
	font-size:14px;
	width:5em;
}

header label{
	font-size:12px;
	color:#FF6600; 
	margin:5px 10px 0 10px;
}


header input[type="text"]{
	font-size:16px;
}
header input[type="password"]{
	font-size:16px;
}
header input[type="button"], header input[type="submit"]{
	margin:0 0 0 10px;
	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 div{
	display:block;
	margin: 15px 10px 0 0;
	color: #555555;
/*	float:left;
	font-size:14px;
	color:#666666; 
	margin:5px 5px 0 10px;*/
}
header div:first-child{
/*	margin-left:530px;*/
}
header>p{
	clear:both;
	display:block;
	width:100%;
	text-align:right;
	line-height:150%;
}
.loginkei {float: left;}
.loginkei:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#loginkeiwaku {
float: right;
position: relative;
bottom: 25px;
}
#loginkeiwaku p{
clear: both;
font-size:14px;
color:#000;
text-align:right;
padding-top: 5px;
}
#form_mail {
	width: 250px;
}
#form_pass {
	width: 150px;
}



/*///////////////////////////
* #top
////////////////////////////*/
#top{
	height:383px;
	background-image: url("../img/topimage_ab_1.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	border-bottom:solid 1px #188100;
/*	background-position: -60px 0px;	*/
}
#top p{
	width:280px;
}


#social_app{
	display:block;
	width:100%;
	height:20px;
	text-align:right;
	margin:10px 0;
}


#tops {display: none;}

/*///////////////////////////
* #syoukai
////////////////////////////*/
#syoukai{
	margin:20px 0;
}
#syoukai h1{
	font-size:28px;
	color:#FF4500;
	font-weight:bold;
}
#syoukai p{
	 style="float:left;
	 line-height:150%;
	 font-size:14px;
	 margin:10px 5px;"
}
#syoukainaka1{
	float:left;
	width:290px;
		height: 300px;
	border-right:dotted 1px #188100;
}

#syoukainaka2{
	float:left;
	width:290px;
		height: 300px;
	margin:0 10px 0 10px;
	border-right:dotted 1px #188100;
}

#syoukainaka3{
	float:left;
	width:290px;
	
}
#kingakus {
	display:none;
}
.kingakumidahi{
	color:#FFFFFF;
	font-weight: bold;
	background-color:#5fc900;
}
#kingaku,td,th{
	border: 1px #000 solid;
	padding: 5px;
}


/*///////////////////////////

* #nav
////////////////////////////*/
#nav{
	height:85px;
	background-color:#fff8d5;
	background-image: url("../img/topimage_21.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}
#nav ul{
	display:block;
	list-style:none;
	margin:0px 0 0 400px;
}
#nav li{
	float:left;
	margin:17px 10px 0px 10px;
}
#nav li:last-child{
	clear:both;
}

/*///////////////////////////
* #main
////////////////////////////*/
#main{
	background-image: url("../img/bg.png");
	background-repeat: repeat;
}
#main>div>iframe,#main>div>a{
	display:block;
	height:20px;
	float:right;
}

#main h2{
	border-left:solid 3px #5fc900;
	margin:10px 0 0 10px;
	padding-left:5px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	clear:both;
}
#main li:last-child{
	clear:both;
	width:0;
	height:0;
		margin: 10px 0 0 0;
}
#main li{
	width:200px;
	height:260px;
	margin:12px;
	background-color:#ffffff;
	float:left;
	box-shadow: 2px 2px 10px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
}
#main li:last-child{
	clear:both;
	width:0;
	height:0;
}
#main h3{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#188100;
	margin:5px auto;
	height:50px;
}
#main li>p{
	width:170px;
	height:130px;
	margin:10px auto 0 auto;
	text-indent:1em;
	line-height:130%;
	font-size:78%;
	color:#333333;
}
#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 5px auto;
	font-weight:bold;
	text-align:center;
}
#main .kounyu:hover{

}
#main ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*///////////////////////////
* footer
////////////////////////////*/
footer{
	height:20px;
	background-color:#5fc900;
	text-align:right;
	font-size:13px;
	color:#ffffff;
	padding:10px 0 0px 0;
}
footer a{
	color:#ffffff;
	text-decoration:none;
}
footer a:hover{
	text-decoration:underline;
}
footer>ul{
	width:500px;
	float:left;
}
footer>ul>li{
	margin:0 20px;
	float:left;
}
footer>ul>li:last-child{
	clear:both;
}
footer>p{
	width:320px;
	float:left;
}
footer>p:last-child{
	clear:both;
}