@charset "utf-8";

/*========================

学校・教育関係者の皆様へ

========================*/

/*------------------------

常にインクルードするCSS

------------------------*/

@import "reset.css";
@import "base.css";

/*-----------------------------------------

画像ボタン

-----------------------------------------*/

.katsudoNavi {
	margin-top: 10px;
	margin-left: 5px;
}

.katsudoNavi li {
	display: inline;
	float: left;
	padding-bottom: 13px;
	margin-left: 2px;
}

.clear {
	clear:both;
}


/*-----------------------------------------

テーブル

-----------------------------------------*/

.text .schedule {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.schedule tr th {
	background: #EFEFEF;
	padding: 3px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
}

.schedule tr td {
	padding: 3px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.schedule tr .title {
	color: #FFF;
	background: #666;
}

.schedule tr .non {
	margin: 0px;
	padding: 0px;
}

.schedule tr td .no td {
	margin: 0px;
	border-style: none;
	padding: 2px;
}

/*-----------------------------------------

リスト

-----------------------------------------*/

.text ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.text ul li ul {
	margin-left: 3em;
}

.text ul li ul li {
	margin-top: -5px;
	margin-bottom: 10px;
	list-style: disc outside;
}

/*-----------------------------------------

ナビ

-----------------------------------------*/

.text .eduNavi {
	margin:15px 0 0 -10px;
	_margin:15px 0 0 0;
}

.text .eduNavi ul {
	width: 721px;
	height: 29px;
	margin: 0 -1px 0 0;
}

.text .eduNavi ul li {
	margin:0;
	display:inline;
	float:left;
}

/*-----------------------------------------

見出し

-----------------------------------------*/

.text h5 {
	font-size:107%;
	font-weight: bold;
	background: url(../education/img/icon_mark.jpg) no-repeat left 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}

/*-----------------------------------------

フロート

-----------------------------------------*/

.imgLfloat {
	display: inline;
	float: left;
}

/*-----------------------------------------

マージン

-----------------------------------------*/

.marginTop1em {
	margin-top: 1em;
}

.marginLeft12 {
	margin-left: 12px;
}

.marginLeft20 {
	margin-left: 20px;
}

.marginLeft4 {
	margin-left: 4px;
}

/*-----------------------------------------

テキスト

-----------------------------------------*/

.txtCenter {
	text-align:center;
}

#in_right .boder1 {
	width:700px;
	border: 1px solid #CCC;
	padding: 10px 9px 5px;
	margin-top: -5px;
}

div.text {
	width:700px;
}

