@charset "UTF-8";/* 文字コード */

/* ------------------------
　index.htmlのみのCSS
------------------------ */

/* メインイメージの設定 */
.mainimgbox {
	width: 930px;
	height: 300px;/*隙間防止*/
	margin: 0 auto 0 20px;
	clear: both;/* ヘッダーのfloatをクリアする */
}

/* ------------------------
　サイドバー左カラムの設定
------------------------ */
.sidebar_left {
	margin-top: 20px;
	margin-left: 20px;
	width: 220px;
	clear: both;/* 上のfloatをクリアする　上でfloatされてなければ不要 */
	float: left;
	background: none;
}
.sidebar_left h2{
	font-size: medium;
	font-weight: bold;
}
.sidebar_left p{
	font-size: 80%;
}

.sidebar_left h2.h2_teacher{
	display: inline;
	width: 120px;
	float: left;
	font-size: 100%;
}
.sidebar_left dl{
}
.sidebar_left dl,
.sidebar_left dt,
.sidebar_left dd{
	margin-left: 0;
	margin-left: 0;
}
.sidebar_left dt{
	margin-top: 0.4em;
	font-size: 90%;
	font-weight: bold;
	line-height: 2em;
}
.sidebar_left dd{
	font-size: 80%;
	line-height: 1.6em;
}
.sidebar_left dd .teacherName{
	font-size: 140%;
}
.sidebar_left dd .teacherName2{
	font-size: 80%;
	line-height: 0.6em;
}
.sidebar_left .kyoudhitsu_info{
	margin-top: 1em;
}



/* ------------------------
　サイドバー右カラムの設定
------------------------ */
.sidebar_right {
	margin-top: 20px;
	margin-right: 20px;
	/* clear: both;上のfloatをクリアする　上でfloatされてなければ不要 */
	float: right;
	width: 240px;
	font-size: 80%;
	/*background: #EEE;testtest*/
}

/* サイドバー右カラムのナビゲーションの設定 */
.sidebar_right nav{
	margin: 0 0 0.6em 0;
	height: 32px;
}
.sidebar_right nav ul {

	list-style: none;
}
.sidebar_right nav ul li {
	display: inline;
	float:left;
}
.sidebar_right nav ul a,
.sidebar_right nav ul a:link,
.sidebar_right nav ul a:visited { /* visitedも忘れずに */
	padding: 0 0.4em 0.4em 0;
	display: block; /* liタグ全体（テキストの外）にもリンクがかかる用に設定 */
	text-decoration: underline;
	background: none;
	color: #333;
}
.sidebar_right nav ul a:hover,
.sidebar_right nav ul a:active,
.sidebar_right nav ul a:focus { /* 選んだnavが視覚的にもわかるようにする */
	background: none;
	color: #069;
}

/*お知らせ*/
.sidebar_right .oshirase p{
	margin-left: 1em;
}

/*お問合せ*/
.sidebar_right section.otoiawase{
	border: #999 1px solid;
	background-color: #FFF;
	text-align: center;
	font-size: 90%;
}
.sidebar_right h2{
	margin-top: 10px;
	font-size: medium;
	font-weight: bold;
}
.sidebar_right h3{
	font-weight: bold;
	color: #603;
}
.sidebar_right h2 a,
.sidebar_right h2 a:link,
.sidebar_right h2 a:visited{
	color: #333;
	text-decoration: underline;
}
.sidebar_right h2 a:hover,
.sidebar_right h2 a:active,
.sidebar_right h2 a:focus{
	color: #069;
}
.sidebar_right p{
	margin: 0.6em 0;
}
.sidebar_right p a{
	margin-top: 0.2em;
	text-decoration: underline;
	background: none;
	color: #069;
}
.sidebar_right dt{
	margin-left: 1em;
	font-size: 90%;
}
.sidebar_right dd{
	margin-left: 2em;
	font-size: 95%;
}
.sidebar_right p span.more{
	font-size: small;
}


/* コンテンツの設定 */
.content {
	margin-top: 20px;
	margin-left: 20px;
	width: 430px;
	float: left;
}
.content h2 {
	margin-top: 0.4em;
}
.content h3 {
}
.content h3#seidotoha{
	margin-top: 1em;
	height: 2em;
	line-height: 2em;
	text-indent: 0.6em;
	background-color: #C00;	
	color: #FFF;
}
.content p {
}
.content p.maincopy {
	font-size: large;
	line-height: 1.8em;
}
.content img.imgLeft {
	display: inline;
	margin: 0 20px 20px 0;
	float: left;
}
.content img.imgRight {
	display: inline;
	margin: 20px 0 0 20px;
	float: right;
}
.content ul.whatsnew li{
	list-style: none;
	font-size: small;
}
.content ul.whatsnew li .date{
	color: #A62828;
	font-weight: bold;
}
.content .ctn_banners {
	margin-top: 20px;
}
.content .ctn_banners img {
	margin-bottom: 6px;
}