@charset "Shift-JIS";

/*----------------------------------------------------------
	schools.css - schools.html design css
	last edit : 2006.08.08
	:::toc:::
	import url
	parts design
----------------------------------------------------------*/

@import url(../common/common.css);
@import url(../common/format.css);

/* parts design
----------------------------------------------------------*/
/* common style */
#main h1{
	margin-bottom:15px;
	background-image:url(../images/sch_h1_bk.gif);
}#main h1 span{
	margin-left:1em;
	font-weight:normal;
	letter-spacing:0;
}

#main h2{width:15em;}
.note{
	margin:10px 30px;
	padding:10px;
	background-color:#FEEDED;
}.note dl{
	line-height:1.5;
}.note dt{
	margin-bottom:4px;
	text-align:center;
	border-bottom:2px dotted #E59495;
}.note dd{
	padding:0 10px;
}

.anchor{
	margin:20px 0;
	text-align:center; 
}.anchor a{margin:0 .3em;}

dl.list{
	margin:15px;
	line-height:1.5;
	border-bottom:1px dashed #aaa;
}.list dt{
	padding:10px 0 3px;
	padding-left:18px;
	font-weight:bold;
	border-top:1px dashed #aaa;
	background:url(../images/for_mk_ya01.gif) no-repeat 2% 65%;
}.list dd{
	padding-left:15px;
	margin-bottom:15px;
}dt.listtop{
	border:0;
}