html,body {
	height: 100%;
}
body, div, span, table, tr, td, th, h1, h2, h3, h4, h5, dl, dt, dd, ul, li, a, img, input, form {
	margin:0;
	padding:0;
}
body {
	background:#E3FFFF url(/img/back.gif);
	color:#333333;
	font-size:small;
	_font-size:90%;
	text-align:center;
}

a {
	color:#EB6500;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:medium none;
}
table {
	border:1px solid #DDDDDD;
}
th {
	background-color:#EEEEEE;
	padding:7px 3px;
	vertical-align:top;
	text-align:left;
	font-size:small;
}
td {
	padding:7px 3px;
	vertical-align:top;
	font-size:small;
	_font-size:90%;
}
ul li {
	list-style-type:none;
	list-style-image:url(/img/i03.gif);
	margin-left:20px;
	margin-bottom:3px;
}
p {
	margin:10px 0;
	line-height:140%;
}
div.p {
	margin-bottom:40px;
}

hr {
	border-color:#CCCCCC -moz-use-text-color -moz-use-text-color;
	border-style:dotted none none;
	border-width:1px 0 0;
}
h1 {
	color:#3A82B6;
	margin-bottom:20px;
}
h2 {
	background:#3A82B6 url(/img/h2.gif) repeat-y;
	color:#FFFFFF;
	font-size:130%;
	margin-bottom:10px;
	padding:4px;
}
h3 {
	background: url(/img/i02.gif) no-repeat left top;
	color:#3D82B8;
	padding-left:20px;
	margin-bottom:10px;
}



/* module */


.clear {
	clear:both;
}
.go_back {
	background:transparent url(/img/icon05.gif) no-repeat scroll left top;
	padding:0 0 0 18px;
}
.aright {
	text-align:right;
}
.acenter {
	text-align:center;
}
.red,
.error-message {
	color:#FF0000;
	font-weight:normal;
}

.box_a {
	border:4px solid #DBDBDB;
	padding:10px;
}

img.iright {
	float:right;
	margin-left:10px;
}
img.ileft {
	float:left;
	margin-right:10px;
}


#containerWrap {
	margin:0 auto;
	text-align:left;
	width:810px;
	background-color:#FFFFFF;
	border-left:1px solid #A4D4EB;
	border-right:1px solid #A4D4EB;
}
#container {
	width:800px;
	margin-left:5px;
}



div#header_cap {
	font-size:100%;
}
div#header {
	background:transparent url(/img/back.header.gif) no-repeat left top;
	height:72px;
	margin-bottom:15px;
}
div#logo {
float:left;
margin:10px 0 0 10px;
}
div#logo h1, div#logo strong {
background-color:transparent;
background-image:none;
border:medium none;
font-size:25px;
margin:0;
padding:0;
}
div#logo a {
text-decoration:none;
}
div#explain {
	float:right;
	width:300px;
	height:64px;
	overflow:hidden;
	margin:10px 0 0 10px;
}
div#loginpanel .panel {
	font-size:11px;
}
div#loginpanel .username {
	font-size:110%;
}
div#loginpanel .limit {
	font-size:11px;
	background:url(/img/limit.gif) no-repeat left top;
	width:167px;
	height:17px;
}
div#loginpanel .limit span {
	display:block;
	padding:4px 0 0 90px;
}
div#loginpanel span.ad_message {
	font-size:10px;
	color:red;
}


div#content {
}

#flashMessage {
	color:#FF0000;
	margin:0 0 10px 0;
	background:url(/img/caution.gif) no-repeat left top;
	padding:5px 0 5px 35px;
	min-height:30px;
}

div#content_footer {
	clear:both;
	border-top:3px solid #D9D9D9;
	border-bottom:3px solid #3D82B8;
	padding:10px 0;
}
div#footer {
	border-top:3px solid #6FAFCE;
	background-color:#F0F0F0;
	font-size:80%;
	padding:15px 10px 5px;
}
div#footer a {
	color:#4A4A4A;
}
div#footer .foot_l {
	float:left;
	width:420px;
	margin-bottom:5px;
}
div#footer .foot_r {
	float:right;
	width:330px;
	text-align:right;
	margin-bottom:5px;
}

div#copyright {
	clear:both;
	text-align:center;
	color:#696969;
}



#mainarea {
	float:right;
	width:610px;
	margin-bottom:30px;
}
#sidearea {
	float:left;
	width:170px;
	margin-bottom:30px;
}




/* top */

.materials_list {
	width:580px;
	border:none;
}
.materials_list th {
	background-color:transparent;
}
.materials_list td {
	width:50%;
}




/* side */

div.side_head {
	background:url(/img/side.h.gif) no-repeat left bottom;
	height:2px;
}
div.side {
	background:url(/img/side.gif) repeat-y left;
}
div.side_tale {
	background:url(/img/side.t.gif) no-repeat left bottom;
	height:4px;
	font-size:0;
	margin-bottom:10px;
}

div#login_head {
	background:url(/img/login.title.gif) no-repeat left top;
	height:21px;
	margin-left:2px;
}
div#login {
	background-color:#D9D9D9;
	margin:0 2px 10px 2px;
}
div#login td {
	padding:1px 0;
	vertical-align:middle;
}
div#login .loginform input {
	width:100px;
}

div.side_menu {
	border:1px solid #D9D9D9;
	background-color:#FFFFFF;
	margin:0 2px;
	padding:10px 5px;
}
div.side_menu li {
	list-style-image:url(/img/i01.gif);
}


/* course detail */

.course_desc {
	width:420px;
	float:right;
	margin-bottom:40px;
}

/* register form */
.form {
	margin-bottom:20px;
	border:1px dotted #DDDDDD;
	padding:20px;
}
.form table {
	border:1px solid #DDDDDD;
	color:#4E566D;
	margin-bottom:20px;
}
.form th {
	background-color:#B5E3EE;
	vertical-align:middle;
	font-weight:normal;
	padding:7px 10px;
}
.form td {
	padding:7px 10px;
}


/* mypage */

#mypage {
	margin-bottom:40px;
}

#mypage_tab {
	background:url(/img/mypagetab-b.gif) no-repeat left top;
	height:33px;
	position:relative;
}
#mypage_tab li {
	background:url(/img/mypagetab-n.gif) no-repeat;
	list-style-image:none;
	margin:0;
	width:118px;
	height:33px;
	display:block;
	position:absolute;
}
#mypage_tab li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9000px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#mypage_tab li.navi1 {
	background-position:0px 0px;
	left:0;
}
#mypage_tab li.navi2 {
	background-position:-118px 0px;
	left:118px;
}
#mypage_tab li.navi3 {
	background-position:-236px 0px;
	left:236px;
}
#mypage_tab li.navi4 {
	background-position:-354px 0px;
	left:354px;
}
#mypage_tab li.navi5 {
	background-position:-472px 0px;
	left:472px;
}
#mypage_tab li.navi1-o {
	background:url(/img/mypagetab-o.gif) no-repeat 0px 0px;
	left:0;
}
#mypage_tab li.navi2-o {
	background:url(/img/mypagetab-o.gif) no-repeat -118px 0px;
	left:118px;
}
#mypage_tab li.navi3-o {
	background:url(/img/mypagetab-o.gif) no-repeat -236px 0px;
	left:236px;
}
#mypage_tab li.navi4-o {
	background:url(/img/mypagetab-o.gif) no-repeat -354px 0px;
	left:354px;
}
#mypage_tab li.navi5-o {
	background:url(/img/mypagetab-o.gif) no-repeat -472px 0px;
	left:472px;
}

.mypage_list {
	width:772px;
	border:none;
}
.mypage_list th {
	background-color:transparent;
}
.mypage_list td {
	width:50%;
	padding:0;
}


.m10 {
	margin-bottom:10px;
}
.m20 {
	margin-bottom:20px;
}
.m30 {
	margin-bottom:30px;
}
