/* CSS Document */
body	{
	background-image:url(../img/back.gif);
	margin:0;
	padding:0;
	}

#wrapper	{
	width:750px;
	margin:0;
	padding:0;
	}

#waku	{
	background-image:url(../img/back_line.gif);
	background-repeat:repeat-y;
	width:5px;
	}

p	{
	font-size:12px;
	letter-spacing:0.1em;
	line-height:120%;
	margin:5px 7px;
	}

.copy	{
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	font-size:small;
	}

.contents	{
	padding:10px;
	}

h2	{
	border-bottom:3px solid	#2C6BCB;
	width:700px;
	padding:5px;
	}

h3	{
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	}

h4  {color:#06C;
     font-size:16px;
	 font-style:inherit;
	 margin:1px 5px;}
	

.teacher	{
	background-color:#CCCCCC;}
	.teacher td	{
		background-color:#FFFFFF;
		width:25%;
		border:1px solid #CCCCCC;
		}
	.teacher th	{
		background-color:#FFFFFF;
		}
.coment	{
	background-color:#CCCCCC;
	margin:5px;
	font-weight:bold;
	padding:2px;}
.map	{
	background-color:#CCCCCC;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:120%;
	}
	.map td	{
		background-color:#FFFFFF;
		}
	.map th	{
		background-color:#EEEEEE;
		}

p.title	{
	font-weight:bold;
	background:#CCCCCC;
	padding:2px;
	width:120px;
	}
	
.TB		{
	background-color:#ffffff;
	margin:5px 4px;
	letter-spacing:0.1em;
	line-height:120%;
	}
	.TB td	{
		padding:5px 4px;
		}