﻿@charset "UTF-8";
/* ================================================================================== 
★　スタッド学習教室 CSS インフォーメーション　★
☆　フォント切替大　☆

■１．body設定
■２．切替ボタン設定

=====================================================================================

■１．body設定

================================================================================== */
body {
	margin:0;
	padding:0;
	background: url(../images/common/main_bg.jpg) repeat-x top #FFF;
	color:#212121;
	text-align:center;
	line-height:1.6em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	font-size: 75%; /* IEに適用 */
}
html>/**/body {
  font-size: 12px; /* IE以外のブラウザ */
}



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

■２．切替ボタン設定

================================================================================== */
#stad-h-txt dd#h-txtB a{
	background:url(../images/common/h_txt_basic_l.jpg) no-repeat top;
}

#stad-h-txt dd#h-txtL a{
	background:url(../images/common/h_txt_large_l.jpg) no-repeat top;
}








