@charset "utf-8";
*{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
}
.clear {
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #22A55F;
	text-decoration: none;
}
a:visited {
	color: #22A55F;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: underline;
}
a:active {
	color: #22A55F;
	text-decoration: none;
}



/*大枠***********************************/
#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#navi {
	float: left;
	width: 250px;
	background-image: url(../images/navi_base.gif);
	height: 423px;
	display: inline;
}
#main {
	float: right;
	width: 590px;
	margin-right: 30px;
	margin-left: 30px;
	display: inline;
	margin-top: 20px;
}
#main2 {
	float: right;
	width: 630px;
	display: inline;
}
#footer {
	margin-top: 25px;
	font-size: 70%;
	text-align: right;
	margin-bottom: 15px;
}
#footer_link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/*総合リンク***********************************/
#head_link {
	width: 143px;
	margin-left: 757px;
	height: 27px;
	position: absolute;
}
#head_link li{
	list-style-type: none;
	display: inline;
	float: left;
	text-indent: -9999px;
}
#head_link a{
	background-image: url(../images/head_link.gif);
	background-position: left top;
	display: inline;
	background-repeat: no-repeat;
	float: left;
	height: 27px;
}
#h_link a {
	background-position: -297px 0px;
	width: 143px;
}
#h_link a:hover {
	background-position: -297px -27px;
	width: 143px;
}
/*左のナビ***********************************/

#navilink {
	height: 215px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
}
#navilink li{
	text-indent:-9999px;
	list-style-type: none;
}
#navilink a{
	width: 250px;
	background-image: url(../images/navi.gif);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
}
#n_map a {
	background-position: 0px 0px;
	height: 55px;
}
#n_map a:hover {
	background-position: -250px 0px;
	height: 55px;
}
#n_play a {
	background-position: 0px -55px;
	height: 53px;
}
#n_play a:hover {
	background-position: -250px -55px;
	height: 53px;
}
#n_hybrid a {
	background-position: 0px -108px;
	height: 51px;
}
#n_hybrid a:hover {
	background-position: -250px -108px;
	height: 51px;
}
#n_eco a {
	background-position: 0px -159px;
	height: 57px;
}
#n_eco a:hover {
	background-position: -250px -159px;
	height: 57px;
}

/*ナビ*/
/*バナー*/
#navi .bn {
	text-align: center;
	padding-top: 15px;
}

/*学ぼうサブタイトル***********************************/
#sub_title_play {
	height: 63px;
	width: 900px;
	background-image: url(../play/images/se_title.gif);
}
/*ハイブリッドサブタイトル***********************************/
#sub_title_hybrid {
	height: 63px;
	width: 900px;
	background-image: url(../hybrid/images/se_title.gif);
}
/*エコサブタイトル***********************************/
#sub_title_eco {
	height: 63px;
	width: 900px;
	background-image: url(../eco/images/se_title.gif);
}

/*サブタイトル***********************************/
h2 {
	font-size: 1px;
	text-indent: -9999px;
}
#sub_title_txt {
	margin-left: 380px;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 25px;
	line-height: 18px;
}

/*文章*/
.midashi_h3 {
	background-color: #D2EEFB;
	padding: 5px;
	font-size: 100%;
	color: #366;
}
.main_txt {
	margin-top: 20px;
	font-size: 95%;
	margin-bottom: 15px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	line-height: 140%;
}
.main_txt li {
	background-image: url(../images/arw01.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 25px;
}

/*学ぼうジャンル選択ページ用*/
.genre {
	width: 295px;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.genre p {
	width: 240px;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 95%;
	line-height: 140%;
	text-align: left;
}
.genre ul li {
	margin: 5px;
}
.list_ph {
	margin-right: 10px;
	float: left;
	display: inline;
}
.list_box {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	padding-bottom: 10px;
	font-size: 85%;
	line-height: 140%;
}

.list_data {
	float: left;
	display: inline;
	width: 420px;
}
.list_data h4 {
	color: #22A55F;
	font-size: 110%;
	margin-bottom: 8px;
}
.pink {
	color: #EA5B3E;
}
.gotop {
	font-size: 70%;
	background-image: url(../images/arw02.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	width: 110px;
	margin-left: 480px;
	margin-top: 5px;
}
.hy_b_img {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.eco_b_img {
	margin-top: 5px;

}

.b_midori {
	font-weight: bold;
	color: #6FB92C;
}

.b_ao {
	color: #00AAE7;
	font-weight: bold;
}
.b_aka {
	font-weight: bold;
	color: #EF856D;
}
.b_kimidori {
	color: #ECFEE0;
}

.eco_r_txt {
	font-size: 95%;
	line-height: 140%;
	margin-bottom: 15px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}


/*エコリスト*/
.eco_list_ph {
	margin-right: 10px;
	float: left;
	display: inline;
}

.eco_list_data {
	float: left;
	display: inline;
	width: 180px;
}
.eco_list_box {
	font-size: 85%;
	line-height: 140%;
	float: left;
	width: 275px;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.eco_list_data h4 {
	color: #22A55F;
	font-size: 110%;
	margin-bottom: 8px;
}
.eco_title {
	margin-top: 20px;
	margin-bottom: 15px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	color: #22A55F;
	font-size: 110%;
	line-height: 140%;
}
.eco_title_img {
	text-align: center;
}
.eco_shisetu {
	padding: 15px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #009B58;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 95%;
	background-color: #ECFEE0;
}
.eco_shisetu h5 {
	font-size: 110%;
	color: #1E9355;
	margin-bottom: 10px;
}
.shisetu_txt {
	margin-bottom: 10px;
}
.eco_shisetu img {
	border: 5px solid #FFF;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sitemap th {
	background-color: #EDF9FE;
	text-align: left;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBE2ED;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sitemap td {
	font-size: 80%;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sitemap li {
	background-image: url(../images/arw02.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
.hibrid {
	background-color: #FFF7E1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#h03s {
	background-image: url(../hybrid/images/h_03s.gif);
	height: 181px;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#h03s_txt {
	font-size: 13px;
	line-height: 18px;
	width: 250px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
	display: inline;
}
#h03s_txt2 {
	font-size: 13px;
	line-height: 18px;
	float: right;
	width: 260px;
	margin-right: 10px;
	margin-top: 15px;
	display: inline;
}

#h03s2 {
	background-image: url(../hybrid/images/h_03s2.gif);
	height: 396px;
	width: 601px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h03s3 {
	height: 86px;
	width: 571px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../hybrid/images/h_03s3.gif);
}
#h03s3_txt {
	font-size: 13px;
	line-height: 18px;
	width: 440px;
	margin-left: 125px;
	padding-top: 25px;
}
#h03s2_txt {
	font-size: 13px;
	line-height: 18px;
	width: 280px;
	margin-left: 225px;
	padding-top: 80px;
}
#h03s2_txt2 {
	font-size: 13px;
	line-height: 18px;
	width: 290px;
	margin-left: 270px;
	padding-top: 38px;
}

#h03s4 {
	background-image: url(../hybrid/images/h_03s4.gif);
	height: 78px;
	width: 558px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h03s4_txt {
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	width: 440px;
	padding-top: 10px;
}


#h01s {
	background-image: url(../hybrid/images/h_01s.gif);
	height: 271px;
	width: 602px;
	margin-right: auto;
	margin-left: auto;
}
#h01s_txt1 {
	font-size: 13px;
	width: 120px;
	line-height: 18px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 25px;
}
#h01s_txt2 {
	font-size: 13px;
	line-height: 18px;
	width: 120px;
	float: right;
	display: inline;
	margin-right: 4px;
	margin-top: 13px;
}


.hibrid .white_base {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 80%;
	line-height: 140%;
	padding: 10px;
	margin-top: 20px;
}
.white_base .wh_img {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.hibrid .sikumi_img {
	float: left;
	margin-top: 30px;
}

#kasoku,#teishi {
	float: left;
	width: 285px;
	height: 185px;
	margin: 20px;
	background-repeat: no-repeat;
	display: inline;
}
#hassya,#gensoku {
	float: left;
	width: 285px;
	height: 161px;
	margin: 20px;
	background-repeat: no-repeat;
	display: inline;
}
#hassya,#gensoku {
	background-image: url(../hybrid/images/h_02s.gif);
}
#kasoku,#teishi {
	background-image: url(../hybrid/images/h_02s2.gif);
}
#h02_txt {
	width: 148px;
	font-size: 13px;
	line-height: 18px;
	margin-left: 120px;
	margin-top: 15px;
}
#h02_txt2 {
	font-size: 13px;
	line-height: 18px;
	margin-left: 15px;
	width: 150px;
	margin-top: 15px;
}


.line_clear {
	background-image: url(../hybrid/images/line.gif);
	height: 2px;
	width: 600px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#k01s {
	background-image: url(../hybrid/images/k_01s.gif);
	height: 175px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#k01s_txt {
	font-size: 13px;
	line-height: 18px;
	width: 260px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#k01s_txt2 {
	display: inline;
	float: right;
	width: 260px;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
	margin-right: 10px;
}

#k_02s {
	height: 78px;
	width: 558px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../hybrid/images/k_02s.gif);
	margin-top: 20px;
}
#k_02s_txt {
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	width: 440px;
	padding-top: 12px;
}

#k_02s2 {
	background-image: url(../hybrid/images/k_02s1.gif);
	height: 86px;
	width: 571px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#k02s2_txt {
	margin-left: 122px;
	width: 440px;
	font-size: 13px;
	line-height: 18px;
	padding-top: 20px;
}
#top_osusume {
	float: left;
	width: 600px;
	margin-top: 13px;
	display: inline;
	margin-right: 15px;
	background-image: url(../images/news_base.gif);
	background-position: bottom;
	height: 153px;
}
#top_osusume .news_title {
	background-image: url(../images/news_title.gif);
	text-indent: -9999px;
	height: 33px;
}
#top_osusume .news_txt_box {
	margin-left: 15px;
	margin-right: 15px;
	height: 105px;
	overflow: auto;
}
.news_txt_box a:link {
	color: #333;
	text-decoration: none;
}
.news_txt_box a:visited {
	color: #333;
	text-decoration: none;
}
.news_txt_box a:hover {
	color: #22A55F;
	text-decoration: underline;
}
.news_txt_box a:active {
	color: #333;
	text-decoration: none;
}
.news_txt_box p {
	background-image: url(../images/news_ico.gif);
	background-repeat: no-repeat;
	font-size: 83%;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 17px;
	padding-left: 15px;
	background-position: left 3px;
}
#base .t_bn {
	float: left;
	margin-top: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

