@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

***********************************/

@import "reset.css";
@import "behavior.css";

h2{
	text-indent: -9999px;
	margin-bottom: 1em;
	height: 264px;
	background-image: url('../trial/images/main.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

div.block{
	padding-right: 1em;
	float: left;
	width: 300px;
}

div.block p span{
	font-size: 150%;
	color: #FF0000;
	font-weight: bold;
}

div.block ul{
	font-size: 95%;
	line-height: 120%;
	margin: 1em 0;
}

div.block li{
	margin-left: 1em;
	list-style-type: disc;
}

div.mediaplayer{
	font-size: 80%;
	line-height: 120%;
	margin: 1em auto 2em;
	padding: 0.5em;
	border: 1px solid #3366FF;
	clear: both;
	width: 400px;
	background-color: #EEEEEE;
}

div.mediaplayer a{
	color: #333333;
	text-decoration: none;
}

div.mediaplayer img{
	margin-right: 1em;
	float: left;
}

#english,
#mathmatics,
#japanese,
#science,
#society{
	color: #FFFFFF;
	margin-bottom: 2em;
	padding: 5px 8px 8px;
	clear: both;
	overflow: hidden;
}

* html #english{
	height: 590px;
}
* html #mathmatics{
	height: 450px;
}
* html #japanese,{
	height: 450px;
}
* html #science,{
	height: 310px;
}
* html #society{
	height: 450px;
}

#english{
	background-color: #990000;
}

#mathmatics{
	background-color: #336666;
}

#japanese{
	background-color: #330066;
}

#science{
	background-color: #FF6600;
}

#society{
	background-color: #006600;
}

#english div,
#mathmatics div,
#japanese div,
#science div,
#society div{
	color: #666666;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding: 2px;
	float: left;
	width: 75px;
	background-color: #FFFFFF;
}

* html #english div,
* html #mathmatics div,
* html #japanese div,
* html #science div,
* html #society div{
	margin: 0px 15px 15px 0px;
}

#school div{
	height: 2200px;
}
