@charset "UTF-8";

/*----------------------*/
/*        HEADER        */
/*----------------------*/

#Wrap {
	margin:40px auto;
	width:940px;
	background:url("../img/bg.gif") repeat;
}
#Navi {
	float:left;
	width:260px;
	height:540px;
}
#Navi h1{
	margin:32px 0 0 32px;
}
#Navi ul{
	margin:76px 0 0 80px;
}
#Navi .Kero a{
	width:50px;
	display:inline-block;
	margin-bottom:22px;
	padding:0 24px;
	background:url("../img/frog.gif") no-repeat scroll 3px 4px transparent;
	font-size:1.2em;
	font-weight: bold;
}
#Navi .Kero a:hover {
	color:#fff;
	background:url("../img/frog_on.gif") no-repeat scroll 3px 4px transparent;
}
#Navi .KeroKero {
	width:50px;
	margin-bottom:22px;
	padding:0 24px;
	color:#fff;
	background:url("../img/frog_on.gif") no-repeat scroll 3px 4px transparent;
	font-size:1.2em;
	font-weight: bold;
}

/*----------------------*/
/*       CONTENTS       */
/*----------------------*/
#Contents {
	float:right;
	width:320px;
	height:356px;
	margin:40px 40px 0 0;
	padding:92px 160px;
	background-color:#d8f88c;
}
#Contents .Con, p {
	line-height:25pt;
	margin-bottom:15px;
	color:#fff;
	text-align:center;
}
#Contents .Link {
	line-height:25pt;
	margin-bottom:15px;
	color:#333;
	text-align:center;
}
#Contents a:hover{
	background:#fff;
}
/*----------------------*/
/*        FOOTER        */
/*----------------------*/
#Footer {
	clear:both;
	padding:15px 0 0 0;
}
#Footer p {
	font-size:0.7em;
	color:#686868;
	text-align:center;
	height:25px;
}
/*----------------------*/
/*         ERROR        */
/*----------------------*/
#Fnf {
	height:500px;
	margin-top:50px;
	background:#fff url("/img/frog_big.png") no-repeat scroll 50% 50%;
	padding-top:20px;
}
#Fnf p#Title {
	margin-top:100px;
	font-size:2em;
	color:#888;
}
#Fnf p.FnfCon{
	line-height:25pt;
	margin-top:70px;
	color:#888;
}
#Fnf br{
	margin-bottom:50px;
}
