body,div,pre,h1,h2,h3,h4,h5,h6, 
 {
margin: 0; 
padding: 0; 
} 


body{
	background-image:url(img/haikei.gif);
	margin:0;
	font-size:10pt;
	}

#menu{
	width:150px;
	height:900px;
	background-image:url(img/sideback.jpg);
	float:left;
	}

#con{
	width:600px;
	float:left;
	}
	
table td{
	font-size:10pt;
	line-height:1.2em;
	}
	
table.schedule{
	margin-top:1em;
	}
	
td.honjitsu{
	background-color:#dddddd;
	font-size:10pt;
	color:#ff0000;
	}
	
	
/** system.html **/

table.system td{
	text-align:right;
	font-size:12pt;
	padding:3px;
	}
	
div.sysmenu{
	background-color:#020025;
	width:510px;
	color:#ffff00;
	padding:2px;
	}
	
	
/** schedule.html **/

p.sche1{
	font-weight:bold;
	color:#A70000;
	margin-left:40px;
	}

p.sche2{
	margin-left:40px;
	}

#sche{
	width:500px;
	margin-left:50px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
/** recruit.html **/
	
p.kousyu{
	font-size:12pt;
	color:#ff0000;
	font-weight:bold;
	line-height:1.3em;
	}
	
span.aka{
	font-size:12pt;
	color:#ff0000;
	}
	
p.mail{
	font-size:14pt;
	margin-bottom:10px;
	margin-top:7px;
	margin-left:5px;
	font-weight:bold;
	}
	
p.af{
	margin:0;
	font-size:8pt;
	color:#ff0000;
	}