@charset "UTF-8";

body {
	background: #FFE8E8;
	color: #441188;
	font-family:  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* IE6,7↓ */
	text-align: center;
	/* IE8対策↓ */
	width:700px;
	margin-right: auto;
	margin-left: auto;
	}
	
p {
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0;
	}
	
dl {
	clear: both;
	margin: 0;
	padding: 5px 0;
	}
	
dt {
	float: left;
	clear: both;
	width: 10em;
	}
	
dd {
	margin-left:10em;
	}
	
.dl_bottom {
	border-bottom: 1px solid #FFF;
	}
	
h1,h2,h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
	
a, a:link {
	color:  #0000FF;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	}

#main {
	background: url(img/main_bg.gif) repeat;
	/* background: #f8f8f8; */
	width: 700px;
	text-align: right;
	}
	
#header {
	/*border-bottom: 3px solid #881144;*/
	text-align:center;
	padding-top: 0px;
	}
	
#pankuzu {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	}

#content {
	/*background:url(img/content_bg.gif) repeat-x;*/
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	}
	
#content_nopad {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	}
	
#footer {
	text-align:center;
	padding-top: 0px;
	}
	


/* =============== メインメニュー ================= */
div.mainmenu{
	height:22px;
	font-size:12px;
	text-align:left;
	background:#ffffff;
	border-bottom:2px #eeeeee inset;
	border-top:2px #eeeeee inset;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
	padding-top:0px;
}

div.mainmenu a{
	height:22px;
	color:#666666;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
	padding-left:10px;
	padding-right:10px;
	border:1px #ffffff solid;
}

div.mainmenu a:hover{
	height:22px;
	color:#666666;
	text-decoration:none;
	background:#f8f8f8;
	border:1px #cccccc solid;
}


/* =============== TOPICS ================= */

.topics_row {
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.topics_left_title {
	height: 30px;
	width: 350px;
	}
	
.topics_right_title {
	height: 30px;
	width: 350px;
	}
	
.topics_left {
	/* border: 1px #CCC SOLID; */
	float: left;
	padding-top: 4px;
	padding-left: 30px;
	width: 300px;
	}
	
.topics_right {
	/* border: 1px #CCC SOLID; */
	float: right;
	padding-top: 4px;
	padding-right: 30px;
	width: 300px;
	}
.topics_left_body {
	/* border: 1px #CCC SOLID; */
	/* background: #FFE0E0; */
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	float: left;
	width: 300px;
	line-height: 20px;
	}
	
.topics_right_body {
	/* border: 1px #CCC SOLID; */
	/* background: #FFF0CC; */
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	float: left;
	width: 300px;
	line-height: 20px;
	}
	
.topics_link {
	/*background: #881144;*/
	text-align: right;
	}
	
	

/* =============== COURSE ================= */

	
.course_left_title {
	width: 320px;
	line-height: 0px;
	}
	
.course_right_title {
	width: 320px;
	}
	
.course_left {
	float: left;
	width: 320px;
	}
	
.course_right {
	float: right;
	width: 320px;
	}
.course_left_body {
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	float: left;
	width: 300px;
	line-height: 20px;
	}
	
.course_right_body {
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	float: left;
	width: 300px;
	line-height: 20px;
	}
	
.course_body_str {
	padding-bottom: 10px;
	}
	
.course_link {
	text-align: right;
	}


/* =============== LESSON LIST ================= */
.lesson_title {
	padding-top: 10px;
	/*border-bottom: 1px #666666 solid;*/
	height:20px;
	}
	

.lesson_title_str1 {
	float:left;
	}

.lesson_title_str2 {
	padding-left: 4px;
	padding-top: 0px;
	color: #666666;
	font-size: 22px;
	font-family:   Times, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Osaka, "ヒラギノ角ゴ Pro W3";
	float:left;
	}

.lesson_title_str3 {
	padding-left: 160px;
	padding-top: 2px;
	color: #666666;
	font-size: 13px;
	float:right;
	}



.lesson_title_jp {
	font-size: 16px;
	font-weight: bold;
	}

.lesson_note {
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #666;
	}

.lesson_body {
	background:#FFFFFF;
	border: 1px #cccccc solid;
	}
	
	
.lesson_desc {
	color: #666666;
	padding-top: 6px;
	padding-left: 12px;
	}
.lesson_desc_title {
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	}


.lesson_list {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 0px;
	}
	
.lesson_link_left {
	float: left;
	padding: 0px;
	}
	
.lesson_link_left a{
	color: #00F;
	text-decoration: none;
	}
	
.lesson_link_left a:hover {
	text-decoration: underline;
	}
	
.lesson_link_right {
	float: right;
	padding: 0px;
	}
	
.lesson_link_right a{
	color: #00F;
	text-decoration: none;
	}
	
.lesson_link_right a:hover {
	text-decoration: underline;
	}
	
	
.lesson_footnote {
	padding-top: 4px;
	padding-bottom: 10px;
	height:20px;
	}
	
	


/* =============== PROFILE ================= */
.profile_photo {
	float: left;
	width: 200px;
	text-align:center;
	line-height:30px;
	}
	
	
.profile_body {
	float: right;
	padding-left: 20px;
	width: 400px;
	}
	
.profile_body_str {
	}
	


/* =============== APPLY ================= */

.apply_body {
	padding-left: 60px;
	padding-right: 20px;
	}
	
.apply_title {
	/*border: 1px #666666 solid;*/
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.apply_str {
	/*border: 1px #666666 solid;*/
	font-size:13px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 60px;
	}


/* =============== MAIN TEXT ================= */
.main_title {
	border-bottom: 3px #DD3322 solid;
	padding-left: 0px;
	}

.main_title_img {
	height:24px;
	}

.main_title h2 {
	color: #666;
	padding-top: 2px;
	font-size: 22px;
	}
	
.main_title h3 {
	color: #FFDDAA;
	font-size: 15px;
	font-weight: normal;
	}
	
.main_title_blue {
	background:url(img/title_bar_blue.gif) no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	height:24px;
	}

.main_title_blue h2 {
	color: #FFF;
	padding-top: 2px;
	font-size: 18px;
	}
	
.main_title_blue h3 {
	color: #FFDDAA;
	font-size: 15px;
	font-weight: normal;
	}
	
.main_body {
	/* background: #FFF; */
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333;
	}
	
.main_body_str {
	padding-left: 20px;
	}
	
.main_body_container {
	/* background: #FFF; */
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	color: #333;
	width: 540px;
	}
	
.main_link {
	/*background: #881144;*/
	text-align: right;
	padding: 6px 10px;
	}
	
.main_link a{
	color: #00F;
	text-decoration: none;
	}
	
.main_link a:hover {
	text-decoration: underline;
	}
	



/* =============== テーブル ================= */
table.tb01 {
	border: 1px solid #FFF;
	background: #FFFFFF;
}
td.tb01_title {
	border: 1px solid #FFF;
	background: #F7DCCB;
}

td.tb02_title {
	border: 1px solid #FFF;
	background: #BBDDFF;
}


td.tb01_text {
	border: 1px solid #FFF;
	background: #FFF0F0;
}

td.tb02_text {
	border: 1px solid #FFF;
	background: #F0F0FF;
}

td.pad10 {
	padding: 10px;
}
td.pad_conf {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

td.message{
  border-top: 3px solid #DD3322;
  border-bottom: 3px solid #DD3322;
}


/* =============== Form ================= */
.button {
	background:#D8CCFF;
	height:24px;
	border-color: #e0e0e0
}
.button_blue {
	background:#BBDDFF;
	height:24px;
	border-color: #e0e0e0
}

.button_ssl_left {
	/*border: 1px solid #DD3322;*/
	width:300px;
	float:left;
	padding-left:134px;
	padding-top:25px;
}

.button_ssl_right {
	/*border: 1px solid #DD3322;*/
	float:right;
	padding-right:0px;
	padding-top:10px;
}



/* =============== TEXT ================= */

.page_top {
	margin-bottom: 15px;
	text-align: right;
	padding: 8px 0 5px;
	}

.title_grid h2 {
	background:url(img/border_checker.gif) repeat-x;
	border-bottom: 1px solid #881144;
	font-size: 13px;
	margin: 0 0 20px;
	padding: 15px 0 10px;
	}

.half_line {
	line-height:10px;
}













/* =============== HEADER ================= */

#header h1 {
	font-size: 13px;
	padding-left: 10px;
	}

#header h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 0 10px;
	}

#header h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 20px 0 0;
	}
	
#head_right {
	float: left;
	padding: 50px 0 0;
	width: 530px;
	}
	
/* =============== CONTENT LEFT ================= */

#cont_left {
	/*background: #F8ECFF;*/
	/*background: #FFF;*/
	float: left;
	width: 175px;
	}
	
#cont_left p {
	line-height: 1.3em;
	padding: 2px 9px 10px;
	}
	
#cont_left h2{
	border-top: 2px solid #FFF;
	color: #333;
	font-size: 13px;
	padding: 4px 6px;
	}
	
#cont_left h3 {
	background: none;
	color: #441188;
	font-size: 13px;
	padding: 7px 9px;
	}
	
	
#cont_left div.leftmenu {
	width: 175px;
	/*cursor: pointer;*/
	}
	
#cont_left div.leftmenu a{
	background:url(img/menuitem_frame.gif) no-repeat;
	display:block;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 22px;
	text-decoration:none;
	}
	
#cont_left div.leftmenu a:hover {
	background:url(img/menuitem_frame_on.gif) no-repeat;
	}
	

/* =============== CONTENT RIGHT ================= */

	
#cont_right {
	float: right;
	width: 560px;
	}
	
/* =============== 旧HP用 ================= */

td.table {
	padding: 10px;
	border: 1px solid #FFF;
}

td.rtop {
	width: 180px;
	padding-left: 10px;
}





