﻿@charset "utf-8";

/* all_contents */
#all_contents {
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
}
/**/

/* location */
#location {
	padding-left: 40px;
	width: 860px;
	height: 38px;
	color: #333333;
}
#location p {
	width: auto;
	height: 38px;
	float: left;
	font-size: 14px;
	line-height: 38px;
}
/**/

/* label_h1 */
#label_h1 {
	height: 38px;
	width: auto;
	line-height: 38px;
	text-align: left;
	font-weight: normal;
	float: left;
}
/**/

/* b course color */
.color_b a {
	color: #00AAAA;
}
.color_b a:hover {
	color: #00DDDD;
}

/* a course color */
.color_a a {
	color: #AA0000;
}
.color_a a:hover {
	color: #EE0000;
}

/* left_column (gide navi) */
#left_column {
	float: left;
	width: 150px;
	height: auto;
}
#left_column p{
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #FFFFFF;
	font-size: 10px;
	width: 150px;
	height: 20px;
}
#left_column ul li {
	width: 148px;
	height: 48px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	line-height: 48px;
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	float: left;
}
#left_column ul li.active {
	color: #009000;
	background-image: url(../images/basic/column.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-decoration: underline;
}
#left_column ul li a {
	width: 148px;
	height: 48px;
	display: block;
}
#left_column ul li a:hover {
	background-image: url(../images/basic/column.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-decoration: underline;
}

span.indent {
	text-indent: 14px;
}
/* contents */
#contents {
	float: left;
	width: 600px;
	height: auto;
}
/**/

/* outline */
#outline {
	width: 600px;
	height: auto;
}
#outline h2 {
	width: 600px;
	height: 180px;
}

/* purpose */
#purpose {
	width: 600px;
	height: auto;
}
#purpose h2 {
	width: 600px;
	height: 48px;
}
#purpose ul li {
	text-align: left;
}

/* feature */
#feature {
	width: 600px;
	height: auto;
}
#feature h2 {
	width: 600px;
	height: 48px;
}
#feature ul li {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	line-height: 20px;
	background-image: url(../images/basic/info_bar.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#feature ul li a {
	color: #454545;
	text-decoration: none;
}
#feature ul li a.red:hover {
	color: #D00010;
}
#feature ul li a.green:hover {
	color: #009010;
}
#feature ul li a.blue:hover {
	color: #0010D0;
}



/* introduction */
#introduction {
	width: 600px;
	height: auto;

}
#introduction h2 {
	width: 600px;
	height: 48px;
}
#introduction p {
	padding: 12px;
	text-align: left;
}

/* details */
#details {
	width: 600px;
	height: auto;
}
#details h2 {
	width: 600px;
	height: 48px;
}
/* table rule */
#details table {
	border-right: 1px solid #CCCCCC;
}
#details table th {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #DDDDFF;
}
#details table td.td1 {
	background-color: #EEEEEE;
}
#details table td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}

/* images */
#images {
	width: 600px;
	height: auto;
}
#images h2 {
	width: 600px;
	height: 48px;
	background-image: url(../images/basic/label_h3_edu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#images ul li {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

/* right_column */
.right_column {
	float: right;
	width: 144px;
	height: auto;
	color: #999999;
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.right_column p {
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	width: 120px;
	height: auto;
	text-align: left;
}
.right_column p.center {
	text-align: center;
}
.right_column img {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/* right_column1 */
.right_column1 {
	float: right;
	width: 150px;
	height: auto;
	color: #999999;
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.right_column1 p {
	padding-left: 15px;
	padding-right: 15px;
	width: 120px;
	height: auto;
	text-align: left;
}
.right_column1 p.center {
	text-align: center;
}
.right_column1 img {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* C B A course */
#edu_image {
	width: 598px;
	height: auto;
	border: 1px solid #EEEEEE;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#edu_image h3 {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	width: 550px;
	height: auto;
	text-align: left;
}
#edu_image ul li {
	width: auto;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	float: left;
	padding-left: 20px;
}

#flow {
	width: 598px;
	height: auto;
	text-align: left;
	border: 1px solid #EEEEEE;
}
#flow .section {
	width: 550px;
	height: auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 30px;
}
#flow h3 {
	padding-left: 20px;
	padding-top: 10px;
	width: 550px;
	height: auto;
}
#flow h4 {
	padding-top: 5px;
	width: 550px;
	height: auto;
}
#flow p {
	padding-bottom: 5px;
	width: 550px;
	height: auto;
}
#flow .left_section {
	float: left;
	width: 250px;
	height: auto;
}
#flow .left_section p {
	width: 250px;
	height: auto;
}
#flow .right_section {
	float: right;
	padding-left: 20px;
	width: 250px;
	height: auto;
}
#flow .right_section p {
	width: 250px;
	height: auto;
}

/* A course Only */
#debug {
	width: 519px;
	height: auto;
}
#debug_left {
	width: 206px;
	height: 384px;
	float: left;
}
#debug_right {
	width: 313px;
	height: 384px;
	float: right;
}
#debug h4 {
	padding: 0px;
	width: auto;
	height: auto;
}
#debug p {
	padding: 0px;
	width: auto;
	height: auto;
}
#debug img {
	vertical-align: top;
}
