@charset "UTF-8";

/* format style 
-------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.8;
	color: #000000;
	background-color: #FFFFFF;
}

.hid {display: none;}

/*link styles 
-------------------------------------*/

a img {
	border-style: none;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #6600FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* wrapper styles
-------------------------------------*/
#wrapper{
width:800px;
}
/* header styles
-------------------------------------*/

#header,#header00{
display:none;
}


/* course styles
-------------------------------------*/
#course1 ul,#course2 ul,#course_top ul{
display:none;
}



/* navi styles
-------------------------------------*/
#navi{
display:none;
}

/* sidebar styles
-------------------------------------*/
#sidebar,#sidebar2{
display:none;
}

/* main styles
-------------------------------------*/
#main00,#main0,#main{
	width:580px;
	margin-top: 30px;
}

#main0 h2.st,#main h2.st{
	margin-top:60px;
	margin-bottom:10px;
}

#main0 h3,#main0 h4,
#main h3,#main h4{
	margin-top: 20px;
	margin-bottom: 10px;
}

#main0 table,#main table{
	width:578px;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main00 table{
	width:638px;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main00 table td,#main00 table th,
#main0 table td,#main0 table th,
#main table td,#main table th{
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 5px;
}


#main00 p.goto_top,#main0 p.goto_top,#main p.goto_top{
display:none;
}

#main00 p.close,#main0 p.close,#main p.close{
display:none;
}


/* footer styles
-------------------------------------*/
#footer0,#footer1,#footer2{
display:none;
}