@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #ffffff url(images/bg.gif) center top repeat-y;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixLtHdr #header { 
	background: url(images/bg_header.gif) center top no-repeat;
	padding: 0 10px 0 20px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	 /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 30px 0 0 20px;
}
.twoColFixLtHdr #mainContent { 
	line-height: 200%;
	margin: 0 0 0 220px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 30px 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 
.twoColFixLtHdr #mainContent .pankuzu {
	font-size: 12px;
} 
.twoColFixLtHdr #footer { 
	line-height: 150%;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
} 
.twoColFixLtHdr #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;
}

/* 共通
------------------------------------------------------------ */

/* リンクスタイル */
.twoColFixLtHdr a { 
	text-decoration: none;
}
.twoColFixLtHdr a:link { 
	color: #ff0000;
} 
.twoColFixLtHdr a:active { 
	color: #ffbfbf;
} 
.twoColFixLtHdr a:visited { 
	color: #bf0000; 
} 
.twoColFixLtHdr a:hover { 
	color: #ff7f7f;
}  

.twoColFixLtHdr .pagetop a { 
	float: right;
	margin: 0;
	padding: 0 20px 1px 0;
	height: 21px;
	font-size: 14px;
}
.twoColFixLtHdr .pagetop a:link { 
	background: url(images/bg_pagetop.gif) no-repeat right bottom;
} 
.twoColFixLtHdr .pagetop a:active { 
	background: url(images/bg_pagetop-active.gif) no-repeat right bottom;
} 
.twoColFixLtHdr .pagetop a:visited { 
	background: url(images/bg_pagetop-visited.gif) no-repeat right bottom;
} 
.twoColFixLtHdr .pagetop a:hover { 
	padding: 1px 19px 0 1px;
	background: url(images/bg_pagetop-over.gif) no-repeat right bottom;
}
.twoColFixLtHdr .address a {
	padding: 1px;
} 
.twoColFixLtHdr .address a:link {
	background: url(images/bg_address.gif) no-repeat bottom left;
} 
.twoColFixLtHdr .address a:active { 
	background: url(images/bg_address-over.gif) no-repeat bottom left;
} 
.twoColFixLtHdr .address a:visited { 
	background: url(images/bg_address.gif) no-repeat bottom;
} 
.twoColFixLtHdr .address a:hover { 
	background: url(images/bg_address-over.gif) no-repeat bottom left;
}  
.twoColFixLtHdr .address a img {
	border: 0;
	width: 122px;
	height: 18px;
} 

/* 区切り線 */
.twoColFixLtHdr #mainContent .hr {
	background: url(images/bg_hr.gif) no-repeat;
	height: 7px;
	width: 484px;
	margin: 10px 0;
}
.twoColFixLtHdr #mainContent .hr hr {
	display: none;
}

/* ボックス */
.twoColFixLtHdr #mainContent .box001 {
	border: 1px solid #edddba;
	border-left: 5px solid #edddba;
	width: 440px;
	margin: 0;
	padding: 0 20px;
}
.twoColFixLtHdr #mainContent .box002 {
	border: 1px solid #edddba;
	color: #996600;
	margin: 30px 0;
	padding: 5px 10px;
	font-size: smaller;
}
.twoColFixLtHdr #mainContent .hr hr {
	display: none;
}

/* 文字スタイル */
.twoColFixLtHdr .strong001 {  
	color: #6a9117;
}

.twoColFixLtHdr .strong002 {
	color: #FF6600;
	font-weight: bold;
}

.twoColFixLtHdr .larger {  
	font-size: larger;
}

.twoColFixLtHdr .smaller {  
	font-size: smaller;
}

.twoColFixLtHdr .new {
	color: #8DC21F;
	text-decoration: blink;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
}

.twoColFixLtHdr .old { 
	font-size: 12px;
}

.twoColFixLtHdr .s {
	color: #666666;
	text-decoration: line-through;
}

/* リスト */
.twoColFixLtHdr #mainContent li {
	list-style-image: url(images/bl_01.gif);	
}
.twoColFixLtHdr #mainContent li li {
	list-style-image: url(images/bl_02.gif);	
}
.twoColFixLtHdr #mainContent .list001 li {
	list-style-image: url(images/bl_03.gif);	
}

/* 見出し */
.twoColFixLtHdr #mainContent h1, h2, h3 {
	letter-spacing: 0.3em;
	color: #996600;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	background: url(images/bg_h1.gif) no-repeat left bottom;
	height: 70px;
}

.twoColFixLtHdr #mainContent h2 {
	font-size: 16px;
}

.twoColFixLtHdr #mainContent h3 {
	color: #663300;
	font-size: 14px;
}

.twoColFixLtHdr #mainContent h4 {
	color: #663300;
	font-size: 12px;
}

/* テーブル
------------------------------------------------------------ */

/* タイムテーブル */
.twoColFixLtHdr #mainContent .timetable table {
	text-align: center;
}
.twoColFixLtHdr #mainContent .timetable .none {
	border: none;
}
.twoColFixLtHdr #mainContent .timetable th {
	font-size: 14px;
	border: 1px solid #666666;
	padding: 2px;
	white-space: nowrap;
}
.twoColFixLtHdr #mainContent .timetable .m th {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: none;
}
.twoColFixLtHdr #mainContent .timetable td {
	font-size: 10px;
	padding: 5px;
	background: #f2f2f2;
	border: none;
	width: 20px;
}
.twoColFixLtHdr #mainContent .timetable .on {
	background-color: #e8f3d2;
}

/* お勧めコース */
.twoColFixLtHdr #mainContent .course table {
	text-align: center;
}
.twoColFixLtHdr #mainContent .course .none {
	border: none;
}
.twoColFixLtHdr #mainContent .course th {
	font-size: 14px;
	border: 1px solid #666666;
	padding: 1px;
	white-space: nowrap;
}
.twoColFixLtHdr #mainContent .course .m th {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent .course td {
	font-size: 10px;
	padding: 3px;
	background: #f2f2f2;
	border: none;
}
.twoColFixLtHdr #mainContent .course .on1 {
	background-color: #e8f3d2;
}
.twoColFixLtHdr #mainContent .course .on2 {
	background-color: #f3f9e8;
}
.twoColFixLtHdr #mainContent .course .on3 {
	background-color: #ffffff;
}


/* サイドバー
------------------------------------------------------------ */

/* リンクスタイル */
.twoColFixLtHdr #sidebar1 .button a {
	color: #333333;
	margin: 0;
	padding: 5px 5px 5px 10px;
	background: url(images/bg_b_link.gif) bottom repeat-x;
	border-top: 1px solid #ff0000;
	border-left: 5px solid #ff0000;
	display: block;
	font-weight: bold;
} 
.twoColFixLtHdr #sidebar1 .button a:link { 
}  
.twoColFixLtHdr #sidebar1 .button a:active { 
	color: #ffbfbf; 
}
.twoColFixLtHdr #sidebar1 .button a:visited { 
} 
.twoColFixLtHdr #sidebar1 .button a:hover { 
	color: #ff7f7f;
	margin: 0;
	padding: 6px 4px 4px 11px;
	background: url(images/bg_b_hover.gif) top repeat-x;
	border-top: 1px solid #ff7f7f;
	border-left: 5px solid #ff7f7f;
} 

.twoColFixLtHdr #sidebar1 .button ul ul a {
	color: #ff0000;
	margin: 5px 5px 5px 20px;
	padding: 0;
	background: none;
	border: none;
	list-style-image: url(images/bl_b_link.gif);
	display: list-item;
} 
.twoColFixLtHdr #sidebar1 .button ul ul a:link { 
	background: none;
	border: none;
} 
.twoColFixLtHdr #sidebar1 .button ul ul a:active { 
	color: #ffbfbf; 
	background: none;
	border: none;
} 
.twoColFixLtHdr #sidebar1 .button ul ul a:visited { 
	color: #bf0000; 
	background: none;
	list-style-image: url(images/bl_b_visited.gif);
	border: none;
} 
.twoColFixLtHdr #sidebar1 .button ul ul a:hover { 
	color: #ff7f7f;
	margin: 6px 4px 4px 21px;
	padding: 0;
	background: none;
	list-style-image: url(images/bl_b_hover.gif);
	border: none;
} 

/* ボタンデザイン */
.twoColFixLtHdr #sidebar1 .button {
	width: 180px;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 .button ul {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 .button li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style-type: none;
}
.twoColFixLtHdr #sidebar1 .button ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size: 14px;
	border: none;
	border-left: 5px solid #ffbfbf;
}
.twoColFixLtHdr #sidebar1 .button ul ul {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 .button ul ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: none;
} 



/* バーチャル教室見学
------------------------------------------------------------ */

.twoColFixLtHdr #mainContent .kengaku .photo {
	margin: 30px 0 0 0;
}  
.twoColFixLtHdr #mainContent .kengaku .photor {
	float: right;
	margin: 10px 0 0 0;
} 
.twoColFixLtHdr #mainContent .kengaku .photo img {
	margin: 10px 0;
} 
.twoColFixLtHdr #mainContent .kengaku .photor img {
	margin: 10px 0;
} 
