/* CSS Document */

.leftSideList {
	margin: 20px 5px 10px 15px;
	}
	
.leftSideList p {
	margin: 0px 0px 10px 0px;
	background-image: url(../class/image/icon_class.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
	}	

.rightSide {
	border-left: solid 1px #cccccc;
	margin: 10px 15px 10px 0px;
	padding-bottom: 20px;
	background-image: url(../class/image/class_bg.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	}
	
p {
	margin: 0px 15px 25px 30px;
	}
	
/*  index.html用　*/

.index {
	margin: 0px 0px 10px 10px;
	}


.index h2 {
	margin: 20px 10px 5px 10px;
	background-image: url(../class/image/icon_class.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	}
	


.index h3 {
	margin: 10px 10px 5px 10px;
	}

.index p {
	margin: 0px 15px 10px 50px;
	}
	
.index table {
	margin: 0px 15px 10px 50px;
	}
		
.line {
	margin: 20px 0px;
	text-align: center;
	}	


	

/* コース説明用　*/

.course {
	margin: 0px 0px 10px 10px;
	}

.course h2 {
	margin: 5px 5px 5px 0px;
	padding: 3px 5px;
	font-weight: bold;
	background-color: #669933;
	color: #FFFFFF;
	}

.course h3 {
	margin: 15px 10px 10px 10px;
	text-align: left;
	}
	
.course ol {
	margin: 5px 5px 10px 60px;
	}

.course table {
	margin: 20px 15px 25px 30px;
	}
	