@charset "utf-8";

/* ================================================
    sl_mix.css
================================================ */

@import url(reset.css);
@import url(tool.css);

#header,
#navi{	height:80px;}

h4{
	background:#efedee;
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.5em;
	padding:6px;
	border-bottom:3px double #532;
}

#manual{
	background:#dfddde;
	width:90%;
	margin:0 45px 0 30px;
	border:3px double #532;
	position:absolute;
	top:0;
	right:0;
	display:none;
}

#manual ul{
	list-style-type:disc;
	margin:0 30px 2em;
}

.switch{	cursor:pointer;}
