@charset "utf-8";
@import url("hack.css");

/* formatting style
-----------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #fdeff2;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

hr {
	display: none;
}

/* link styles
-----------------------------*/

a img {
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #6600FF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* basic layout
-----------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 854px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#main {
	padding: 15px;
	float: right;
	width: 577px;
	margin-bottom: 20px;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 215px;
	margin-bottom: 20px;
}

#footer {
	color: #FFFFFF;
	background-color: #ff66cc;
	padding: 15px;
	clear: both;
	height: 1%;
}

/* header styles
-----------------------------*/

#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #ff66cc;
	position: relative;
}

#profile #header {
	background-image: url(images/header05.jpg);
}

#contact #header {
	background-image: url(images/header07.jpg);
}

#faq #header {
	background-image: url(images/header06.jpg);
}

#lesson #header {
	background-image: url(images/header02.jpg);
}

#classroom #header {
	background-image: url(images/header03.jpg);
}

#r-ken #header {
	background-image: url(images/header04.jpg);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

#header ul {
	background-color: #FFFFFF;
	width: 854px;
	position: absolute;
	left: 0px;
	top: 200px;
}

#header ul li {
	float: left;
	list-style: none;
}

#header ul li a {
	width: 105px;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2.5em;
	border-top: 3px solid #00afcc;
	border-bottom: 3px double #666666;
	border-left: 2px solid #c0c0c0;
	background-color: #ff66cc;
	font-weight: bold;
	font-size: 0.875em;
}

#header ul li a:hover {
	background-color: #fff0f5;
	color: #333333;
}

#header ul li#nHome a {
	border-left-style: none;
}

#home #header #nHome a,
#profile #header #nProfile a,
#lesson #header #nLesson a,
#faq #header #nFaq a,
#contact #header #nContact a,
#classroom #header #nClassroom a,
#r-ken #header #nr-ken a {
	color: #333333;
	background-color: #e62f8b;
}

/* wrapper styles
-----------------------------*/

#wrapper dl.news dt {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(images/bullet02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 3px;
}

#wrapper dl.news dd {
	margin-bottom: 1em;
	line-height: 1.4;
}

/* main styles
-----------------------------*/

#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #e62f8b;
	border-top: 2px solid #ff66cc;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
}

#main h3 {
	background-color: #ffccff;
	margin-bottom: 15px;
	padding: 2px 0px 2px 15px;
	font-size: 100%;
	font-weight: bold;
}

#main h4 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#main p {
	line-height: 1.8;
}

#main p.last {
	margin-bottom: 1em;
}

#main dl.history dt {
	font-weight: bold;
	background-image: url(images/bullet03.gif);
	background-repeat: no-repeat;
	background-position: left 0.35em;
	margin: 0px 0px 10px;
	width: 7em;
	padding-left: 15px;
	clear: both;
	float: left;
}

#main dl.history dt.hh3 {
	height: 3em;
}

#main dl.history dd {
	margin: 0px 0px 10px;
}

/* home styles
-----------------------------*/

#home #main h2 {
	padding: 0px;
	background-image: none;
	border-style: none;
}

#main dl.info dt img,
#lesson #main img.pic {
	float: left;
	clear: both;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-bottom: 5px;
}

#main dl.info dd {
	margin-bottom: 10px;
}

#main img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#main div#exp img.pic {
	border-style: none;
}

/* sidebar styles
-----------------------------*/

#home #sidebar h2 {
	margin-bottom: 15px;
	padding: 0px;
}
#home #sidebar li {
	margin-bottom: 10px;
}


#home #sidebar ul li a {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	width: 203px;
	background-color: #FFFFFF;
	background-image: none;
	margin-bottom: 1px;
}

#home #sidebar ul li a:hover {
	border: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
}

#sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	background-image: none;
	padding: 2px 0px 2px 5px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #ff66cc;
}

#sidebar ul {
	margin-top: 10px;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 6px;
}

#sidebar ul li a {
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 0.35em;
	display: block;
	width: 200px;
	text-decoration: none;
	color: #333333;
	padding-left: 15px;
}

#sidebar ul li a:hover {
	background-image: url(images/arrow_hover01.gif);
	background-color: #fdeff2;
	color: #000000;
}

#home #sidebar dl.news {
	overflow: auto;
	height: 330px;
	width: 205px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	padding: 5px;
}

/* footer styles
-----------------------------*/

#footer ul li a {
	color: #333333;
}

#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a {
	color: #333333;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}

#footer p {
	float: right;
	margin: 0px;
}

/* faq styles
-----------------------------*/

#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}

#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 1em;
}

/* table
-----------------------------*/

#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}

#main table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}

#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}

#main table tr.odd {
	background-color: #fdeff2;
}

/* form
-----------------------------*/

#main form {
	margin-bottom: 25px;
}

#main input[type="text"],
#main textarea {
	padding: 2px;
	border: 1px solid #999999;
}

#main form em {
	color: #FF0000;
	padding-left: 5px;
}

#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

#main span.msg {
	color: #FF0000;
}

/* profile
-----------------------------*/

#main p.right {
	float: right;
	padding-right: 20px;
}

#wrapper .clear {
	clear: both;
}

/* contact
-----------------------------*/

#contact #main a.fb {
	background-image: url(images/form.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 40px;
	width: 150px;
	font-size: 0px;
	line-height: 0px;
}

#contact #main a.fb:hover {
	background-image: url(images/form_f2.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 40px;
	width: 150px;
}

/* class room
-----------------------------*/

#classroom #main img {
	margin: 1px 5px;
}

#main dl.room {
	float: left;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin: 0px 15px 15px 0px;
}

#main div.map55 {
	clear: both;
	height: 400px;
	width: 550px;
	margin: 20px auto 30px;
}

/* sitemap
-----------------------------*/

#sitemap #main li {
	padding-left: 2em;
	list-style: none;
}

/* privacy
-----------------------------*/

#privacy #main ul,
#r-ken #main ul {
	margin-left: 2em;
	padding-bottom: 1em;
}

#privacy #main ol,
#r-ken #main ol {
	margin-left: 2em;
	padding-bottom: 1em;
	line-height: 1.8;
}

/* thanks
-----------------------------*/

#main div.tnk {
	height: 36em;
}

/* experience
-----------------------------*/

#main div#exp {
	padding: 5px;
	border: 3px dotted #add8e6;
	height: 204px;
	margin-bottom: 15px;
}

#lesson #main div.exp02 {
	padding: 15px;
	float: right;
	width: 228px;
}

