@charset "shift_jis";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #660033;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
--------------------------*/
#wrapper {
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #6F689D;
	border-left-width: 1px;
	border-left-style: solid;
	background-color: #C0C0DC;
}
#header {
	background-image: url(images/header_top.png);
	background-repeat: no-repeat;
	height: 150px;
	border-top: 1px solid #000066;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
}

#main {
	padding: 15px;
	float: right;
	width: 598px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #CCCCCC;
	background-color: #090633;
}
/* header styles
--------------------------*/
#header #top_logo {
	position: absolute;
	top: 22px;
	left: 25px;
}
/* main styles
--------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	background-image: url(images/dot_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top: 3px solid #FF7000;
	border-bottom: 2px dotted #666666;
}
#deuxAlie #main dl dt {
	padding: 5px 5px 5px 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
}
#deuxAlie #main h3 {
	font-size: 150%;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
#profile #main dl dt {
	padding: 5px 5px 5px 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
}
#profile #main h3 {
	font-size: 150%;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

#main p {
	line-height: 1.2;
	margin-bottom: 1em;
}
#home #main dl#news dt {
	font-weight: bold;
	background-image: url(images/dot_2.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 10em;
	padding-left: 15px;
}
#home #main dl#news dd {
	margin: 0px 0px 10px 12em;
}




/* sidebar styles
--------------------------*/
#sidebar ul {
	background-color: #FFFFCC;
	width: 152px;
	position: relative;
	left: 15px;
	top: 0px;
}
#sidebar ul li {
	list-style: none;
	float: none;
}
#sidebar ul li a {
	line-height: 3em;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #000066;
	height: 3em;
	width: 150px;
	text-align: center;
	display: block;
	font-weight: normal;
	border-top: 1px solid #FFFFCC;
	border-right: 1px solid #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
}
#sidebar ul li a:hover {
	color: #000000;
	background-color: #E8ECF5;
}
#home #sidebar #nHome a,
#deuxAlie #sidebar #nDeuxAlie a,
#profile #sidebar #nProfile a,
#aboutPlay #sidebar #nAboutPlay a,
#sample #sidebar #nSample a,
#lesson #sidebar #nLesson a,
#faq #sidebar #nFaq a,
#links #sidebar #nLinks a,
#contact #sidebar #nContact a
 {
	color: #FFFFFF;
	background-color: #828CA7;
}

/* footer styles
--------------------------*/
#footer ul li a {
	color: #999999;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 20px;
}
#footer p {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}
/* table
--------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #003333;
	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 td {
	padding: 2px 4px;
	border-bottom: 1px solid #003300;
}
#main table tr.odd {
	background-color: #D6D6E9;
}
