@charset "utf-8";


/* *********************************************************

Title : include.css

Created : 2010-01-26

Last Modified : 

Editor(s) : Cutout.inc

********************************************************* */


@import url("base.css");
@import url("extensions.css");
@import url("../../check/include.css");


/* ---------------------------------------------------------
   Basic Layout
--------------------------------------------------------- */

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

body {
	background: #F8F8F8;
}


/* ---------------------------------------------------------
   Header Layout
--------------------------------------------------------- */

div#wrapper_out {
	background: url(../img/body_bg.gif) repeat-x;
}

div#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#header {
	height: 125px;
	position: relative;
	background: url(../img/header_bg.jpg) no-repeat;
}

div#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	height: 97px;
	width: 130px;
	position: absolute;
	left: 25px;
	top: 6px;
	display: block;
	background: url(../img/logo.gif) no-repeat;
}

ul#navigator {
	display: block;
	position: absolute;
	top: 69px;
	right: 0px;
	width: 805px;
}

ul#navigator li {
	float: left;
	display: block;
	/*width: 125px;*/
	/*text-indent: -9999px;*/
}

ul#navigator li a {
	font-size: 10px;
	display: none;
	text-indent: -9999px;
	overflow: hidden;
}

div#index_image {
}

div#cycle {
	height: 328px;
	width: 980px;
	overflow: hidden;
}


/* ---------------------------------------------------------
   Container Layout
--------------------------------------------------------- */

div#container {
	background: url(../img/top/container_top.gif) no-repeat left top;
	padding-top: 20px;
	clear: both;
	margin-top: 5px;
}

div#container_inner {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 19px;
	padding-bottom: 60px;
	background: #FFFFFF;
}

div#container_inner:after { content: "."; display: block; clear: both; height: 0px; overflow: hidden; }
* html #container_inner { height: 0em; overflow: visible; }

div#contents {
	float: left;
	margin-right: 10px;
	width: 680px;
}

div#contents:after { content: "."; display: block; clear: both; height: 0px; overflow: hidden; }
* html #contents { height: 0em; overflow: visible; }

div#sidebar {
	float: left;
	width: 250px;
}

div#lesson_list {
	margin-bottom: 25px;
}

div#lesson_list:after { content: "."; display: block; clear: both; height: 0px; overflow: hidden; }
* html #lesson_list { height: 0em; overflow: visible; }

ul#side_menu {}

ul#side_menu li {
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 250px;
}

ul#side_menu li a {
	zoom: 1;
	text-indent: -9999px;
	overflow: hidden;
}

div#sub_bnr {
	clear: both;
}

div#sub_bnr ul {}

div#sub_bnr ul li {
	display: block;
	float: left;
}

div#sub_bnr ul li a {
	zoom: 1;
}


/* ---------------------------------------------------------
   Footer Layout
--------------------------------------------------------- */

div#footer {
	clear: both;
	height: 187px;
	_height: 215px;
	background: url(../img/top/footer_bg.gif) no-repeat;
	padding-top: 28px;
	position: relative;
}

div#pageancor {
	float: right;
}

div#pageancor a {
	background: url(../img/top/pageancor.gif) no-repeat;
	height: 16px;
	width: 129px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-right: 19px;
}

div#copyright {
	display: none;
}

div#footer_info {
	position: absolute;
	left: 40px;
	top: 72px;
	width: 280px;
	line-height: 1.5em;
}

span.parking {
	background: url(../img/top/icon_parking.gif) no-repeat left center;
	display: block;
	padding-left: 20px;
	float: left;
	margin-right: 10px;
}

span.tel {
	background: url(../img/top/icon_tel.gif) no-repeat left center;
	display: block;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}

div#footer_link {
	position: absolute;
	left: 353px;
	top: 70px;
	width: 625px;
}

ul#footer_link_block {}

ul#footer_link_block li {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

ul#footer_link_list {}

ul#footer_link_list li {
	float: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: url(../img/top/footer_link_list_icon.gif) no-repeat left center;
}

ul#footer_link_list li a {
	color: #FFFFFF;
	font-size: 10px;
}
