@charset "utf-8";

/*
	Site Name:
	Description:
	Version: 
	Author: Webproduce Corporation
*/


/*-----------------------------------------------------

	h1-h4

------------------------------------------------------*/
h1 {
	margin-bottom: 1em;
}

h2 {
	margin-bottom: 1em;
}


h2.guidance {
	border-bottom: #F6F6F6 solid 5px;
	font-size: 90%;
	background: url(/images/img/bg_h2.gif) no-repeat 0 0.4em;
	padding: 5px 0 4px 28px;
}

/*-----------------------------------------------------

	table

------------------------------------------------------*/
table.basic {
	margin: -11px 0 15px 0;
	margin-bottom: 15px;
	width: 100%;
}

table.basic th,
table.basic td {
	font-weight: normal;
	padding: 11px 10px 8px;
	vertical-align: top;
}

table.basic th {
	white-space: nowrap;
}

table.basic th.date {
	width: 100px;
}

table.basic th.satisfaction {
	text-align: left;
	white-space: normal;
	width: 360px;
}

/*- table.zebra efect -*/
.zebra01 { background: url(/images/img/bg_table.gif) repeat-x bottom;}
.zebra02 { background: url(/images/img/bg_table.gif) repeat-x bottom #F7F7F7;}
.zebra_error { background: url(/images/img/bg_table.gif) repeat-x bottom #FFEBEC;}

/*-----------------------------------------------------

	p

------------------------------------------------------*/
p.note {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

p.img {
	margin-bottom: 1em !important;
}

p.img02 {
	margin-bottom: 0.5em !important;
}

p.lead {
	margin-bottom: 1em;
}

/*-----------------------------------------------------

	ul, ol

------------------------------------------------------*/
ul.circle {
	margin-left: 1.7em;
	list-style: disc;
}

ol {
	margin-left: 1.7em;
}



/*-----------------------------------------------------

	input

------------------------------------------------------*/
input.inputText,
textarea.inputText {   
	border: 1px solid #CCC;
	background-color: #eee;
	color: #ccc;  
	font: inherit;
	margin-bottom: 4px;
	padding: 0.2em;
}  

#form-pwd,
input.inputText:focus,
input.inputText.focused,
textarea.inputText:focus,
textarea.inputText.focused {
	border-color: #ddd;
	color: #333333;
	background-color: #fff;
}


#submit_box {
	text-align: center;
}

#submit_box input {
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
	margin: 30px 5px;

}


#login_btn {
	border: none;
	background: url(/images/img/btn_logoin.gif) no-repeat;
	text-align: center;
	width: 55px;
	height: 55px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

#login_btn:hover {
	background-position: 0 -55px;
}

input.check { vertical-align: middle;}

.simple_btn {
	width:190px;
	height:60px;
}

/*-----------------------------------------------------

	div

------------------------------------------------------*/

.title_month{
	font-style: italic;
	padding: 5px;
	background: url(/images/img/bg_table.gif) repeat-x bottom;
}

div.obj_box {
	margin-bottom: 1em;
	overflow: hidden;
}

	div.obj_box .obj_l {
		margin-right: 10px;
		float: left;
	}

	div.obj_box .obj_r {
		margin-left: 10px;
		float: right;
	}

	div.obj_box .detail {
		overflow: hidden;
	}


/*-----------------------------------------------------

	scroll_box

------------------------------------------------------*/
.scroll_box {
	overflow: auto;
	border: solid 1px #CCCCCC;
	padding: 15px;
	margin: 10px 0 20px;
	background: #FBFBFB;
}

.h_150 {
	height: 150px;
}

.h_300 {
	height: 300px;
}


/*-----------------------------------------------------

	link

------------------------------------------------------*/
.link {
}

.link li {
	line-height: 1.5em;
	background: url(/images/img/bg_table.gif) repeat-x bottom;
	padding: 7px 0 5px 0;
}

.link li a {
	background: url(/images/img/ico_arrow.gif) no-repeat 0.2em 0.1em ;
	padding: 0 0 5px 20px;
}

.to_top {
	text-align:right;
}

.to_top a {
	background: url(/images/img/ico_pagetop.gif) no-repeat 0.2em 0.1em ;
	padding: 0 0 5px 17px;
}

/* 2010/04/19 add start */
span.link2 {
	padding: 0 0 0 13px;
	background: url(/images/img/ico_arrow02.gif) no-repeat left center;
}
/* 2010/04/19 add end */

/*-----------------------------------------------------

	install

------------------------------------------------------*/
#install {
	background: #FFFFEE;
	border: solid 1px #FFFFCC;
	padding: 9px;
}

#install h3{ font-size: 12px;}

/*-----------------------------------------------------

	lesson

------------------------------------------------------*/

#lesson {
	border: solid 1px #D4D4D4;
	background: #F6F6F6;
	padding: 10px;
}

#lesson h2 {
	background: url(/images/img/ico_book.gif) no-repeat 0 0.2em;
	border: none;
	padding: 0 0 10px 18px;
}

#lesson .clock_area {
	background: url(/images/img/bg_lesson.gif) no-repeat top;
	padding: 16px 0 10px;
}

#lesson .clock_area dt {
	font-size: 11px;
	width: 70px;
	float: left;
	padding: 20px 0 0 0;
}

#lesson .clock_area dd {
	font-size: 13px;
	float: right;
	display: block;
	width: 130px;
	text-align: center;
	margin-bottom: 10px;
	/*--*/
	_margin-bottom: 0px;
}

#lesson .clock_area dd span{
	font-weight: bold;
	font-size: 40px;
	line-height: 0.9em;
}

/*-----------------------------------------------------

	cource

-----------------------------------------------------*/

#cource_name_block{
	margin: 10px;
	margin-top: 20px;
	font-weight: bold;
	text-decoration:underline;
}

#cource_schedule_block{
	margin: 20px;
}

#cource_schedule_block ul{
	margin: 5px 30px;
}
#cource_schedule_block li{
	padding: 2px;
}
.course_term {
	font-weight: bold;
	font-size: 1.5em;
	color: #89C017;
}

/*-----------------------------------------------------

	lesson evaluation

------------------------------------------------------*/
#reg_lesson_eval .section {
	margin: 0 0 2em 15px;

}
#reg_lesson_eval table#course_list {
	width: 100%;
}

#reg_lesson_eval table#course_list tr th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	border-bottom: 1px dashed #CCCCCC;
}

#reg_lesson_eval table#course_list td {
	vertical-align: top;
	padding: 0.5em;
	border-bottom: 1px dashed #CCCCCC;
}

#reg_lesson_eval table#course_list td.course ul {
	margin-right: 8.0em;
}

#reg_lesson_eval p.course_name {
	padding-left: 25px;
	height: 23px;
	line-height: 23px;
	background: url(/images/img/ico_course.gif) no-repeat left top;
	font-weight: bold;
}

#reg_lesson_eval table#lesson_list td {
	padding: 0 0.5em;
}
#reg_lesson_eval table#lesson_list td.lesson_number { text-align: center; }
#reg_lesson_eval table#lesson_list td.lesson_time { text-align: center; }

#reg_lesson_eval p.lesson_name {
	text-align: center;
	font-size: large;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 3px double #e0e0e0;
}

#reg_lesson_eval table#user_list th {
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px dashed #CCCCCC;
}

#reg_lesson_eval table#user_list td {
	vertical-align: top;
	padding-top: 8px;
	padding-left: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

#reg_lesson_eval table#user_list td.comment {
	padding-right: 10px;
}

#reg_lesson_eval table#user_list td.first_row {
	vertical-align: top;
	border-bottom: 0px;
}

#reg_lesson_eval table#user_list td.second_row {
	vertical-align: top;
	padding-bottom: 15px;
	padding-left: 5px;
}

#reg_lesson_eval p#btn_block {
	border-top: 1px dashed #CCCCCC;
	padding-top: 2em;
}

/*-----------------------------------------------------

	change avator 

------------------------------------------------------*/
#avatar div.section {
	text-align: center;
}

#avatar div.section p {
	margin-bottom: 0.5em;
}

#avatar div.section table,
#avatar div.section table td {
	border: none;
}

#avatar div.section table.clothes {
	border: 1px solid #666;
}

#avatar div.section table.clothes td {
	padding: 5px 10px;
}

#avatar ul.clothes img,
#avatar div.section table.head img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#avatar div.section table td {
	text-align: center;
}

#avatar div.section table.head td {
	padding: 0 1em;
}

#avatar div.section table td img {
	display: block;
}

#avatar div.aside img {
	margin: 0 10px 0 5px;
}

#avatar div.section ul {
	overflow: hidden;
}

* html #avatar div.section ul {
	zoom: 1;
}

#avatar div.section ul li {
	float: left;
	width: 100px;
	height: 190px;
	margin: 0 10px 0 0;
}

#avatar div.section table td img,
#avatar div.section ul li img,
#avatar div.section ul li input {
	display: block;
	margin: 0 auto;
}

/*-----------------------------------------------------

	error_text

------------------------------------------------------*/
#error_text {
	width: 500px;
	padding: 10px;
	margin: 100px auto 150px;
	background: #F6F6F6;
	border: solid 1px #EFEFEF;
}

