@charaset "UTF-8";
*{font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;}
body{
	background-image:url(img/bg_body.jpg);
	border-top:solid 3px #b2312c;
	margin:0px;
	padding:0px;
}
#head{
	width:100%;
	height:50px;
	background-color:#fcfbf8;
	padding-top:5px;
}
h1{margin:0px;}
div#wrap{margin:0px auto;width:96%;}
div#ttl{
	width:100%;
	height:46px;
	background-image:url(img/sch/bg_head.png);
	background-repeat:repeat-x;
	z-index:10;
	margin-bottom:20px;
	position:relative;
}
img#jawic_logo{
	position:absolute;
	right:0px;
	top:5px;
}
div#schbox{
	background-image:url(img/bg_schbox.png);
	background-repeat:repeat;
	padding:3px 0px;
	margin-bottom:10px;
	border-radius:8px;
}
table{
	border:solid 1px #666;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:20px;
}

h1{font-size:18px;}
th{border:solid 1px #666;padding:5px;font-size:14px;}
td{border:solid 1px #666;padding:5px;font-size:14px;}
td form{text-align:center;}
form,input{
	line-height: 150%;
	padding-top:3px;
}


dl:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

dt{
	background: url(img/cat.png) no-repeat left top;
	width: 102px;
	height: 22px;
	float: left;
	text-align: center;
	color: #fff;
	padding: 2px 0px 0px 0px;
	font-size: 82%;
	margin-right: -112px;
	margin: 5px 0;
	font-weight: bold;
	line-height: 150%;
}

dd{
	line-height: 150%;
	margin: 0;
	width: auto;
	padding-left: 10px;
	margin-left: 112px;
}
dd a{
	display: block;
	float: left;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #c0bdb5;
	margin: 4px 5px 3px 0;
	padding: 0px 8px;
	text-decoration: none;
	color: #494c59;
	white-space: nowrap;
	font-size: 85%;
	cursor: pointer;
}
dd a:hover{
	background-color:#808ab2;color:#fff;
}

form input.kago{width:200px;}