@charset "UTF-8";


/* ===================================================== */
/*  共通設定                                             */
/* ===================================================== */

body {
	font-family:Lucida Grande,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "MS UI Gothic", Arial, Gothic, sans-serif;
	font-size: 12px;
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	color: #000033;
	background-color: #FFFFFF;
}

/*
	background-color: #FFFACD;
	background: url(./img/title.gif) right top;
*/


.pic_left {
	border: 1px none #2C3489;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	float: right;
}

/* ===================================================== */
/*  メインページ                                         */
/* ===================================================== */

#main h2{
	width:auto;
	height:23px;
	margin:10px 0;
	padding:7px 0 0 10px;
	font-size:16px;
	color:#FFFFFF;
	background: url(./img/sub_main.gif) top left ;
/*
	border-top:1px #B8860B solid;
	border-bottom:1px #B8860B solid;
	border-left:1px #B8860B solid;
	color:#ff8c00;
 */
}

/* ----------------------- */
/*  ＴＯＰページ           */
/* ----------------------- */
.tpage td{
	border-left:1px #B8860B solid;
	border-right:1px #B8860B solid;
}

.menu_bn{
	border:1px #696969 solid;
}

/* ----------------------- */
/* ヘッダー＆フッター表示  */
/* （リンク文字を白く表示）*/
/* ----------------------- */
span a:link {
	color: #FFFFFF;
	text-decoration: none;
}
span a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
span a:hover {
		color: #FFFFFF;
		text-decoration: none;
}
span a:active {
		color: #FFFFFF;
		text-decoration: none;
}

/* ===================================================== */
/*  進学塾クレア                                         */
/* ===================================================== */
#blue h2{
	width:500;
	height:23px;
	margin:10px 3;
	padding:4px 10px 2px 20px;
	font-size:18px;
	color:#FFFFFF;
	background: url(./img/sub_b.gif) top left ;
/*
	border-top:1px #191970 solid;
	border-bottom:1px #191970 solid;
	border-left:1px #191970 solid;
*/
}

.blue_list span {
	font-size: 12px;
	color: #660000;
	background-image: url(./img/penb.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	vertical-align: 20%;
}

/* ===================================================== */
/*  個別指導塾クレア                                     */
/* ===================================================== */
#red h2{
	width:auto;
	height:25px;
	margin:10px 0;
	padding:4px 10px 2px 20px;
	font-size:16px;
	color:#FFFFFF;
	background: url(./img/sub_r.gif) top left ;
/*
	border-top:1px #8B0000 solid;
	border-bottom:2px #8B0000 solid;
*/
}

/* ===================================================== */
/*  Google仕様（エラーページで使用）                     */
/* ===================================================== */
/*
#goog-wm {
  width: 800px;
  padding: 1em;
  border: 3px solid #aebd63;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}
*/
 
