@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

***********************************/

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding-top: 5px;
	border-top: 5px solid #0F218B;
	clear: both;
	width: 880px;
	background-color: #FFFFFF;
}

* html body{
	text-align: center;
}

#wrapper table {
	margin-top: 3px;
}
#wrapper th  {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrapper  td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu {
	margin-bottom: 5px;
	clear: both;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 5px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#menu li {
	color: #FFFFFF;
	float: left;
	background-image: url(../images/ya_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 10px;
}
#left {
	clear: both;
	float: left;
	margin-top: 3px;
	width: 640px;
}
#left ul.icon li {
	list-style-image: url(../images/icon_arrow1.gif);
	list-style-position: outside;
}

#counter {
	margin-top: 5px;
	width: 640px;
}

#counter table,
#counter td{
	margin: 0;
	padding: 0 !important;
	height: 30px !important;
	border-style: none;
	text-align: left;
	font-size: 105%;
}

* html #counter td img{
	margin: -2px 0;
}

*+html #counter td img{
	margin: -2px 0;
}

#counter table.high2{
	background-color: #E1E7F5;
}

#counter table.high3{
	background-color: #D0EED0;
}

#info {
	margin-top: 10px;
	clear: both;
}

#info dl {
	height: 260px;
	overflow: auto;
}

#info dt,
#info dd{
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}

#info dt{
	margin-left: 5px;
	clear: left;
	width: 80px;
}

#info dd{
	margin-top: -2em;
	padding-left: 80px;
	border-bottom: 1px dotted #999999;
}

#moyori {
	vertical-align: middle;
	margin-top: 5px;
	padding: 10px 5px 10px 250px;
	border: 3px solid #0F218B;
	background-image: url(../images/index_moyori.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#right {
	float: right;
	margin-top: 3px;
	width: 220px;
	font-size:100%;
}

#right div#pulldown_pref{
	margin-right: -10px;
	padding: 120px 0 0 10px;
	height: 32px;
	background-image: url('../images/bg_search.png');
	background-repeat: no-repeat;
}

* html div#pulldown_pref{
	height: 155px !important;
}

#right div#pulldown_pref select{
	width: 180px;
}

#right div#pulldown_pref,
#right div.trial,
#right div.yozeminet{
	font-size: 90%;
	line-height: 1.2;
	margin-bottom: 10px;
}

#right div.yozeminet object{
	margin-bottom: 5px;
}

#right div.qr{
	text-align: center;
	margin-top: 2em;
	padding: 0.5em 0;
	background-color: #EEEEEE;
}

#right div#school{
	/* height: 1635px; */
	height: 700px;
	overflow: auto;
	line-height:1.2;
}

#right div#school li{
	margin-bottom: -1px;
	padding: 5px 0;
	border-bottom: 1px solid #999999;
}

#right div#school li.up{
	padding-left: 25px;
	background-image: url('../images/icon_up.png');
	background-repeat: no-repeat;
	background-position: left 5px;
}

#right div#school ul.new{
	overflow: hidden;
}

#right div#school ul.new li{
	padding-left: 25px;
	background-image: url('../images/icon_new.png');
	background-repeat: no-repeat;
	background-position: left 5px;
}

#right div#school hr{
	margin: 10px 0;
	border-width: 2px 0px 0px;
	border-color: #0000CC;
	border-style: dotted;
}

#toppage div#school{
	height: 1635px;
}

#school img{
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

#school p{
	clear: both;
}

* html #school table {
	font-size:100%;
}



#footer {
	font-size: 95%;
	line-height: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
}

#footer ul{
	font-size: 110%;
	text-align: right;
	margin-bottom: 0.5em;
}

#footer li{
	margin-left: 1em;
	display: inline;
}

#footer .obi {
	color: #FFFFFF;
	background-color: #0F218B;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	clear: left;
}
