@charset "utf-8";
/* ------------------------------------------------------------

	educator style

------------------------------------------------------------ */


/* ----------common---------- */

h3{
	padding: 0px;
	color: #CCCC99;
	font-weight: normal;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.5em;
}


/* ---------sub_container---------- */

#sub_container{
	width: 740px;
	margin-left: 10px;
}


.img_right{
	float: right;
	margin-left: 10px;
}


ul#com_anchor{
	text-align: right;
	margin-bottom: 10px;
}

ul#com_anchor li{
	display: inline;
	margin-right: 3px;
	font-size: 90%;
}

ul#com_anchor li img{
	display: inline;
	margin-right: 8px;
	font-size: 90%;
}

ul#com_anchor li a{
	padding-left: 5px;
	vertical-align: middle;

}


ul#ed_intro{
	margin-bottom: 20px;
	margin-left: 15px;
}

#ed_intro li{
	padding-top: 8px;
	padding-bottom: 8px;
}


dl.course{
	padding-bottom: 20px;
}

dl.course dt{
	font-size: 120%;
	color: #CCCC99;
	padding-left: 20px;
	background-image: url(../images/yellow_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 3px;
}

dl.course dd{
	margin-bottom: 20px;
}

ul.seminarlist{
	margin-right: 15px;
	margin-left: 15px;
}

ul.seminarlist li{
	background-image: url(../images/yellow_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.toiawase{
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #FFCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 50px;
}

ul.toiawase li{

}

.size120{
	font-size: 120%;
	font-weight: bold;
}

ul#formbtn{
	margin-bottom: 20px;
	margin-left: 15px;
}

#formbtn li{
	padding-top: 8px;
	padding-bottom: 8px;
}

.yicon{
	background-image: url(../images/yellow_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}



/* ---------table style---------- */

.tb_schedule {
	border-collapse: collapse;
	border: 1px solid #444444;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.tb_schedule td {
	border-collapse: collapse;
	padding: 8px;
	border: 1px solid #444444;
	line-height: 1.5em;
}

.tb_schedule th {
	border-collapse: collapse;
	border: 1px solid #444444;
	background-color: #202020;
	font-size: 1.2em;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
}

.size180{
	width: 180px;
}


.tb_seminar {
	border-collapse: collapse;
	border: 1px solid #444444;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.tb_seminar td {
	border-collapse: collapse;
	padding: 8px;
	border: 1px solid #444444;
	line-height: 1.5em;
}

.tb_seminar th {
	border-collapse: collapse;
	border: 1px solid #444444;
	background-color: #202020;
	font-size: 1.2em;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
}


#entry_tb {
	border-collapse: collapse;
	width: 740px;
	margin-bottom: 40px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#entry_tb td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
	vertical-align: top;
}

#entry_tb th {
	font-weight: normal;
	background-image: url(../images/yellow_icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	text-align: left;
	padding-left: 30px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

#enquete_tb {
	border-collapse: collapse;
	width: 740px;
	margin-bottom: 40px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#enquete_tb td {
	padding-top: 15px;
	line-height: 1.5em;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 40px;
}

#enquete_tb th {
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	vertical-align: top;
	padding: 10px;
}


#entry_tb td ul#basic{


}

#entry_tb td ul#basic li {
	display: inline;
	float: left;
	width: 80px;

}#entry_tb td ul#basic li.place {
	width: 250px;

}

#entry_tb td ul#middle{

}

#entry_tb td ul#middle li {
	display: inline;
	width: 80px;
	float: left;

}

#entry_tb td ul#middle li.place {
	width: 250px;

}

#entry_tb td ul#advance{

}

#entry_tb td ul#advance li {
	display: inline;
	width: 80px;
	float: left;

}

#entry_tb td ul#advance li.place {
	width: 250px;

}

.form_btn{
	text-align: center;
}

/* ---------thanks---------- */

#thanks_meg{
	font-size: 120%;
	margin-bottom: 10px;
	color: #CCCC99;
}

