body{	
	margin: 0px; 
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	}

a:hover{
	color: red;
	}

div#header{
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px gray;
	background-image: url("./img/top_gray.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	}

div#top{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("./img/header_gray.jpg");
	background-repeat: repeat-x;
	}


div#top h1{
	font-size: 2.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

div#h1{
	font-size: 2.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

div#top_menu{
	text-align: center;
	padding-bottom: 10px;
	}

#top_menu ul{
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

#top_menu li{
	display: inline;
	background-color: gray;
	background-image: url("./img/menu_gray.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
	width: 150px;
	height: 30px;
	padding: 10px 4px 10px 4px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	}

li.menu_right_end{
	border-right: solid 1px gray;
	border-left: solid 1px gray;
	}

li.menu_left_end{
	border-left: solid 1px gray;
	}

li#current_page_left{
	background-color: white;
	background-image: url("./img/top_green.jpg");
	background-position: top;
	background-repeat: repeat-x;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 2px white;
	color: black;
	}

li#current_page_right{
	background-color: white;
	background-image: url("./img/top_green.jpg");
	background-position: top;
	background-repeat: repeat-x;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 2px white;
	color: black;
	}

li#current_page{
	background-color: white;
	background-image: url("./img/top_green.jpg");
	background-position: top;
	background-repeat: repeat-x;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 2px white;
	color: black;
	}
	
#top_menu a:link{
	color: white;
	text-decoration: none;
	}
#top_menu a:visited{
	color: white;
	text-decoration: none;
	}
#top_menu a:hover{
	color: pink;
	}
	


div#main_contents{
	width: 80%;
	padding-top: 1em;
	color: #333333;
	text-align: left;
	line-height: 1.2em;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#main_contents h1{
	font-size: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-align: right;
	}

#main_contents h2{
	background-image: url("./img/main_h2.jpg");
	background-repeat: repeat-x;
	padding: 3px 0px 2px 1px;
	color: crimson;
	font-size: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	clear: both;
	}
	
#main_contents h3{
	font-size: 1.0em;
	font-weight: bold;
	border-left: 5px solid pink;
	border-bottom: 1px dotted pink;
	padding-left: 2px;
	background-color: snow;
	}
#main_contents h3 a{
	color: black;
	text-decoration: none;
}

#main_contents h4{
	margin-bottom: 0em;
	background-color: snow;
	border-bottom: 1px solid mistyrose;
	border-left: 1px solid mistyrose;
}
#main_contents h4 a{
	color: black;
	text-decoration: none;
}


#main_contents p{
	text-align: justify;
	}
	
#main_contents a{
	}

#main_contents blockquote{
	border: dotted 1px gray;
	padding: 5px 5px 5px 5px;
	background-color: ghostwhite;
	}
	
#news{
	border-left: 2px solid pink;
	border-right: 1px solid pink;
	margin-left: 1em;
	margin-right: 220px;
	padding: 2px 2px 2px 2px;
	background-color: snow;
}

#news h3{
	border: none;
	background-color: none;
}

#news li{
	margin-bottom: 1em;
}

#table_toitsutest th{
	border: 1px solid silver;
	padding: 2px 2px 2px 2px;
	background-color: lavender;
	text-align: center;
}

#table_toitsutest td{
	border: 1px solid silver;
	padding: 2px 2px 2px 2px;
}

#table_taisaku td{
	padding: 2px 2px 2px 2px;
	border: 1px solid silver;
}

#table_minaosi td{
	padding: 2px 2px 2px 2px;
	border: 1px solid silver;
}
.course_table th{
	border: 1px solid silver;
	padding: 2px 2px 2px 2px;
	background-color: lavender;
	text-align: center;
}

.course_table td{
	border: 1px solid silver;
	padding: 2px 2px 2px 2px;
}
img#el_test{
	float: right;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 1em;
	}
	
img#img_hondaseminar{
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	border-top: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 0px;
	border-bottom: 0px;
}

img#shikumi{
	float: right;
	margin-left: 1em;
	}

#course_info a:link{ color: black;}
#course_info a:visited{ color: black;}
#course_info a:hover{ color: red;}
dl#course_info{
	margin-left: 1em;
	border-left: double 3px pink;
	padding-left: 1em;
	margin-right: 1em;
	background-color: snow;
	}
#course_info dd a{ text-decoration: none;}
#course_info dt{ 
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2px;
	}

.first_para{
	margin-top: 5px;
}

.hr_gray_line{
	border-bottom: solid 1px gray;
	border-top: 0px;
	height: 0px;
	}

.invisible{
	display: none;
	}

div#footer{
	background-image: url("./img/footer_gray.jpg");
	background-repeat: repeat;
	margin-top: 2em;
	margin-bottom: 0px;
	padding-bottom: 1em;
	border-top: solid 1px gray;
	}

div#banner{
	margin-top: 1em;
	margin-bottom: 1em;
	}

#banner img{
	border: solid 1px gray;
	margin-right: 5px;
	}

div.box{
	border-top: 1px solid #ffcccc;
	clear: both;
}
div.box1{
	width: 110px;
	height: 65px;
	float: left;
	border: 1px solid gray;
	background-color: #ccccff;
	margin: 1em 0.5em;
	padding: 5px;
}div.box2{
	width: 110px;
	height: 65px;
	float: left;
	border: 1px solid gray;
	background-color: #ddddff;
	margin: 1em 0.5em;
	padding: 5px;
}div.box3{
	width: 110px;
	height: 65px;
	float: left;
	border: 1px solid gray;
	background-color: #eeeeff;
	margin: 1em 0.5em;
	padding: 5px;
}div.box4{
	width: 110px;
	height: 65px;
	float: left;
	border: 1px solid gray;
	background-color: #ffdddd;
	margin: 1em 0.5em;
	padding: 5px;
}
