@charset "shift_jis";

/* メインコンテンツ
--------------------------------------------------------------------------*/
/* h1タイトル */
div#main-contents h1 { margin: 0 0 10px 0; }

div#main-contents h2 {
	margin: 30px 0 20px 0;
	text-align: center;
}

div#main-contents h2#menu_title {
	margin: 20px 0;
	text-align: center;
}

div#main-contents p#read {
	text-indent:0;
	margin:30px 0 0 0;
}

div#main-contents p#read02 {
	text-indent:0;
	margin:30px 0 0 0;
	text-align:center;
}


/* ニューマイティーとは　メニュー */
div#newmyty-menu {
	display:inline-block;
}

div#newmyty-menu:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#newmyty-menu ul { list-style-type: none; }

div#newmyty-menu ul li { float: left; }

div#newmyty-menu ul li a {
	display: block;
	width: 142px;
	height: 80px;
	margin: 0 20px 0 0;
	text-indent: -9999px;
}

div#newmyty-menu ul li a#menu-birth { background:url(../images/menu-birth.gif) 0 0 no-repeat; }

div#newmyty-menu ul li a#menu-birth:hover { background:url(../images/menu-birth.gif) -142px 0 no-repeat; }

div#newmyty-menu ul li a#menu-step { background:url(../images/menu-step.gif) 0 0 no-repeat; }

div#newmyty-menu ul li a#menu-step:hover { background:url(../images/menu-step.gif) -142px 0 no-repeat; }

div#newmyty-menu ul li a#menu-textbook {
	width: 141px;
	margin-right: 0;
	background:url(../images/menu-textbook.gif) 0 0 no-repeat;
}

div#newmyty-menu ul li a#menu-textbook:hover { background:url(../images/menu-textbook.gif) -142px 0 no-repeat; }

div#newmyty-menu img.newmyty-menu_print { display: none; }


/* 教材紹介 */
div#main-contents div#kyozai {
	position: relative;
}

img.btn_grade {
    margin-right:10px;
}	

/* 学年別メニュー */
div#bottom-menu {
	display:inline-block;
	margin: 30px 0 40px 0;
}

div#bottom-menu:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#bottom-menu ul {
	width: 465px;
	list-style-type: none;
}

div#bottom-menu ul li { float: left; }

div#bottom-menu ul li a {
	display: block;
	width: 220px;
	height: 74px;
	margin: 0 25px 15px 0;
	text-indent: -9999px;
}

div#bottom-menu ul li a#menu-preschool { background: url(../images/menu-preschool.gif) 0 0 no-repeat; }

div#bottom-menu ul li a#menu-newmytyv {
	margin-right: 0;
	background:url(../images/menu-newmytyv.gif) 0 0 no-repeat;
}

div#bottom-menu ul li a#menu-japanese { background: url(../images/new-japanese.gif) 0 0 no-repeat; }

div#bottom-menu ul li a#menu-english {
	margin-right: 0;
	background:url(../images/menu-english.gif) 0 0 no-repeat;
}

div#bottom-menu img.bottom-menu_print { display: none; }

/* サイドコンテンツ
--------------------------------------------------------------------------*/
div#side-contents ul li a#snavi-newmyty { background:url(../../common/images/s-navi_newmyty.gif) -130px 0 no-repeat; }


