@charset "utf-8";

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

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

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

@import "reset.css";
@import "behavior.css";

#left,
#right{
	margin-top: 1.5em;
}

#left div.movie{
	margin-bottom: 2em;
}

#left p{
	margin-bottom: 2em;
}

#left div.link{
	text-align: right;
	margin: -2em 0 2em;
}

h3{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 2px 0 2px 0.5em;
	clear: both;
}

#high_1 h3{
	background-color: #FF6699;
}

#high_2 h3{
	background-color: #3366FF;
}

#high_3 h3{
	background-color: #339900;
}

object{
	outline: none;
}

#left div.button{
	text-align: right;
	margin: -50px 0 50px;
}

#right a{
	text-decoration: underline;
}

#right a:hover{
	text-decoration: none;
}

#right h4{
	text-indent: -9999px;
	margin-bottom: 5px;
	height: 26px;
	width: 220px;
	background-image: url('../images/title_high_side.gif');
	background-repeat: no-repeat;
}

#right p{
	line-height: 140%;
	margin-bottom: 2em;
}

#high_1 h4.title_side_spring,
#high_2 h4.title_side_spring,
#high_3 h4.title_side_spring{
	background-position: 0 0px;
}

#high_1 h4.title_side_speed,
#high_2 h4.title_side_speed,
#high_3 h4.title_side_speed{
	background-position: 0 -26px;
}

#high_1 h4.title_side_lecturer,
#high_2 h4.title_side_lecturer,
#high_3 h4.title_side_lecturer{
	background-position: 0 -52px;
}


#high_1 h4.title_side_test,
#high_2 h4.title_side_test,
#high_3 h4.title_side_test{
	background-position: 0 -78px;
}

#high_1 h4.title_side_all,
#high_2 h4.title_side_all,
#high_3 h4.title_side_all{
	background-position: 0 -104px;
}

#high_1 h4.title_side_shindo,
#high_2 h4.title_side_shindo,
#high_3 h4.title_side_shindo{
	background-position: 0 -130px;
}

#high_1 h4.title_side_ron,
#high_2 h4.title_side_ron,
#high_3 h4.title_side_ron{
	background-position: 0 -156px;
}

#high_1 h4.title_side_ao,
#high_2 h4.title_side_ao,
#high_3 h4.title_side_ao{
	background-position: 0 -182px;
}

#high_1 h4.title_side_jiyu,
#high_2 h4.title_side_jiyu,
#high_3 h4.title_side_jiyu{
	background-position: 0 -208px;
}

#high_1 h4.title_side_summer,
#high_2 h4.title_side_summer,
#high_3 h4.title_side_summer{
	background-position: 0 -234px;
}

#high_1 h4.title_side_winter,
#high_2 h4.title_side_winter,
#high_3 h4.title_side_winter{
	background-position: 0 -260px;
}

p span{
	font-weight: bold;
}

span.side1{
	color: #996600;
}

span.side2{
	color: #336600;
}

span.side3{
	color: #993300;
}

span.side4{
	color: #B34F4F;
}

span.side5{
	color: #663366;
}

span.side_summer{
	color: #0000FF;
}

img.img_right{
	margin-bottom: 10px;
	margin-left: 1em;
	float: right;
}

img.img_left{
	margin-right: 1em;
	float: left;
}

img.img_clear{
	clear: both;
}

div.special{
	margin-bottom: 20px;
}
