@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 135%;
}
.bg_contents {
	background-image: url(../img/bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
form {
	text-align: left;
}
table {
	margin-bottom: 20px;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, strong, pre, fieldset, legend, label, input, textarea, p, blockquote, th, td, noscript {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 135%;
	color: #666666;
	text-decoration: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	color: #339900;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.title1 {
	font-size: 120%;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.title2 {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.title3 {
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #FF6600;
	border: 1px solid #FF6600;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.title4 {
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FF6600;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


strong {
	font-weight: bold;
}
.strong_red {
	font-weight: bold;
	color: #FF3300;
}
tbl_bg {
	background-color: #FF0000;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
}
.tbl_cap {
	margin-bottom: 20px;
	font-size: 80%;
}
#tbl_footspace {
	margin-bottom: 20px;
	display: block;
}

#footer strong {
	line-height: 130%;
	font-weight: bold;
}

#container {
	width: 860px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headbutton ul, li {
	margin:0pt;
	padding:0pt;
	display: inline;
}
#headbutton {
	padding: 0px;
	height: 45px;
	width: 860px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/head02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#headbutton_left {
	background-image: url(../img/head02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 460px;
}
#headbutton_right {
	display: block;
	margin: 0px;
	padding: 0px;
/*	float: right;*/
	height: 45px;
}
#bt_totop a {
	background-image: url(../img/bt_totop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 110px;
	text-indent: -9999px;
	float: left;
}
#bt_totop a:hover {
	background-image: url(../img/bt_totop_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 110px;
	text-indent: -9999px;
	float: left;
}
#bt_service a {
	background-image: url(../img/bt_service.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 110px;
	text-indent: -9999px;
	float: left;
}
#bt_service a:hover {
	background-image: url(../img/bt_service_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 110px;
	text-indent: -9999px;
	float: left;
}
#bt_school a {
	background-image: url(../img/bt_school.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 110px;
	text-indent: -9999px;
	float: left;
}
#bt_school a:hover {
	background-image: url(../img/bt_school_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 110px;
	text-indent: -9999px;
	float: left;
}
#bt_ci a {
	background-image: url(../img/head03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 90px;
	text-indent: -9999px;
	float: left;
}
#bt_ci a:hover {
	background-image: url(../img/head03_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 90px;
	text-indent: -9999px;
	float: left;
}
#bt_recruit a {
	background-image: url(../img/head04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 90px;
	text-indent: -9999px;
	float: left;
}
#bt_recruit a:hover {
	background-image: url(../img/head04_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 90px;
	text-indent: -9999px;
	float: left;
}
#bt_contact a {
	background-image: url(../img/head05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 115px;
	text-indent: -9999px;
	float: left;
}
#bt_contact a:hover {
	background-image: url(../img/head05_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 115px;
	text-indent: -9999px;
	float: left;
}
#bt_sitemap a {
	background-image: url(../img/head06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 105px;
	text-indent: -9999px;
	float: left;
}
#bt_sitemap a:hover {
	background-image: url(../img/head06_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 105px;
	text-indent: -9999px;
	float: left;
}


#header {
	background-image: url(../img/head01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 860px;
} 
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	font-size: 0.2em;
	line-height: 0.2em;
}
#newstitle {
	background-image: url(../img/ttl_top_information.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 30px;
	width: 526px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.twoColHybRtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
#sidebar1 {
	float: right; 
	width: 12em; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	background: #EBEBEB; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 15px 0; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
}
#sidebar1 h3, .bg #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の右マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この右マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
#mainContent {
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0px;
} 
#footer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 90%;
	line-height: 120%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#maintxt {
	display: block;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#footer_bottom {
	background-image: url(../img/foot02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 15px;
	width: 860px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer_top h3 {
	font-size: 0.2em;
	line-height: 0.2em;
	background-image: url(../img/foot01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 15px;
	width: 860px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_top_top h3 {
	font-size: 0.2em;
	line-height: 0.2em;
	background-image: url(../img/foot01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 860px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>
<style type="text/css"> 
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
#sidebar1 { padding-top: 30px; }



#mainimg {
	margin-bottom: 25px;
}
#newscontents {
	padding: 0px;
	clear: both;
	width: 526px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news_date {
	display: block;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news_txt {
	margin: 0px;
	padding: 0px;
	float: left;
}

#mainContent {
	zoom: 1;
}
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに使用される hasLayout が IE に対して設定されます */
</style>

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */
#contpg_contents {
	clear: both;
	width: 860px;
}
#left_contents {
	display: block;
	padding: 0px;
	float: left;
	width: 565px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_contents {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 262px;
}
#rightmenu_top_corporate {
	background-image: url(../img/sublink_top_corporate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 262px;
	height: 40px;
}
#rightmenu_top_service {
	background-image: url(../img/sublink_top_service.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 262px;
	height: 40px;
}
#rightmenu_top_school {
	background-image: url(../img/sublink_top_school.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 262px;
	height: 40px;
}
#rightmenu_contents {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#rightmenu_contents ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightmenu_contents li {
	font-size: 90%;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#sublink_bottom {
	background-image: url(../img/sublink_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 262px;
	text-indent: -9999px;
}
#btn_pagetop a {
	background-image: url(../img/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 145px;
	margin-bottom: 10px;
	margin-left: 715px;
}
.tblsell_left {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	color: #3399CC;
	padding-right: 10px;
}
.tblsell_right {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}
.tblsell_right_noline {
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

#btn_pagetop a:hover {
	background-image: url(../img/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
}


#lest_title_greet {
	background-image: url(../img/ttl_corporate01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_outline {
	background-image: url(../img/ttl_corporate02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_recruit {
	background-image: url(../img/ttl_corporate03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_accessmap {
	background-image: url(../img/ttl_corporate04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_contact {
	background-image: url(../img/ttl_corporate05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_privacy {
	background-image: url(../img/ttl_corporate06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_sitemap {
	background-image: url(../img/ttl_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_service {
	background-image: url(../img/ttl_service01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_price {
	background-image: url(../img/ttl_service02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_school {
	background-image: url(../img/ttl_school01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_school2 {
	background-image: url(../img/ttl_school02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}
#lest_title_school3 {
	background-image: url(../img/ttl_school03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 50px;
	width: 565px;
	margin-bottom: 15px;
}

#inside_left_img {
	display: block;
	padding: 0px;
	float: left;
	width: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#inside_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 420px;
}
#inside_left_footimg {
	margin-top: 0px;
	display: block;
	height: 130px;
	width: 565px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#inside_left_footimg2 {
	margin-top: 0px;
	display: block;
	height: 394px;
	width: 565px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.img_map {
	display: block;
	padding-bottom: 15px;
	padding-left: 60px;
}
.img_txt {
	display: block;
	padding-bottom: 35px;
	padding-left: 60px;
}
.red {
	color: #FF3300;
}
.txtsmall {
	font-size: 80%;
}


.contents_txt1 {
	padding-bottom: 25px;
}
.contents_txt2 {
	padding-bottom: 10px;
}
.contentstxt {
	padding-bottom: 15px;
}
.tblsell_title1 {
	background-color: #FFFFCC;
	text-align: center;
	padding: 3px;
}


#price table a,
#price table a:link,
#price table a:visited {
	border:none;
	}							
	
#price img {
	border:0;
	margin-top:.5em;
	}	
#price table {
	width:100%;
	border-collapse:collapse;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A7D0E7;
	border-right-color: #A7D0E7;
	}
#price caption {
	padding:0;
	caption-side:top;
	text-align:center;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}	
#price tr.odd td	{
	background:#f7fbff
	}
#price tr.odd .column1	{
	background:#f4f9fe;
	}	
#price .column1	{
	background:#f9fcfe;
	}
#price td {
	color:#678197;
	border-bottom:1px solid #A7D0E7;
	border-left:1px solid #A7D0E7;
	padding:3px;
	text-align:center;
	}				
#price .left {
	color:#678197;
	border-bottom:1px solid #A7D0E7;
	border-left:1px solid #A7D0E7;
	padding:3px;
	text-align:left;
	}				
#price th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #A7D0E7;
	border-left:1px solid #A7D0E7;
	padding:.3em 1em;
	}							
#price thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
#price tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
#price tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
#price tfoot th em {
	color:#f03b58;
	}


#schoolbt01 a {
	background-image: url(../img/school_bt01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#schoolbt01 a:hover {
	background-image: url(../img/school_bt01.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
}
#schoolbt02 a {
	background-image: url(../img/school_bt02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#schoolbt02 a:hover {
	background-image: url(../img/school_bt02.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
}
#schoolbt03 a {
	background-image: url(../img/school_bt03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 210px;
}
#schoolbt03 a:hover {
	background-image: url(../img/school_bt03.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
}
#schoolbt04 a {
	background-image: url(../img/school_mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 210px;
}
#schoolbt04 a:hover {
	background-image: url(../img/school_mail.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
}
#school_subttl01 {
	background-image: url(../img/school_subttl01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl02 {
	background-image: url(../img/school_subttl02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl03 {
	background-image: url(../img/school_subttl03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl04 {
	background-image: url(../img/school_subttl04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl05 {
	background-image: url(../img/school_subttl05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}



#school_subttl01b {
	background-image: url(../img/school_subttl01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 565px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl02b {
	background-image: url(../img/school_subttl02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 565px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl03b {
	background-image: url(../img/school_subttl03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 565px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl04b {
	background-image: url(../img/school_subttl04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 565px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#school_subttl05b {
	background-image: url(../img/school_subttl05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 35px;
	width: 565px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#top_link {
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 90%;
}
.txtright {
	text-align:right;
	padding-top: 50px;
}
.clearfloat {
	clear: both;
}
