@charset "shift_jis";

html {
	background: none;
}

body {
	width: 200px;
}

#sidemenu {
	width: 200px;
	padding: 15px 11px;
}

.menu {
	width: 100%;
	background: #fff;
	margin: 0 0 12px!important;
	border-radius: 8px 8px 0 0;
	border: solid 1px #ddd;
	padding: 0px!important;
}
 
.menu li {
	list-style: none;
}
 
.menu li a {
	display: table;
	width: 100%;
	background: #0a4;
	line-height: 2em;
	margin-top: 0;
	padding: 2px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	border: none;
	overflow: hidden;
	transition:all .5s ease-out;
}
 
.menu > li:first-child a {
	margin-top: 0;
}
 
/*.menu li a:hover {
	background: #030;
	transition:all .5s ease-out;
}*/
 
.menu li ul {
	margin: 0;
	padding: 0;
}
 
.menu li li a {
	display: block;
	margin-top: 0;
	padding: 0 10px;
	height: 0;
	background: #fff;
 	color: #000;
	font-size: 14px;
	font-weight: normal;
 	transition:all .5s ease-out;
	box-shadow: 0 1px 1px #ddd;
}
 
.menu > li:hover li a {
	display: table;
	margin-top: 1px;
	padding: 4px 0;
	width: 100%;
	height: 1em;
	border-radius: 0;
	transition:all .5s ease-out;
}
 
.menu > li:hover li a:hover {
	color: #fff;
	font-weight: bold;
	background: #030;
	transition:all .5s ease-out;
}


.maga {
	width: calc(100% - 16px);
	margin: 24px 8px 0;
	border-radius: 0 8px 0 16px;
	box-shadow:3px 3px 10px 0px rgba(0,255,255,0.75) inset,3px 3px 10px 0px rgba(255,255,0,0.75) inset, 2px 2px 8px #a48;
}

.l-high_em1 {
	line-height: 1em!important;
	padding: 10px 0 6px!important;
}

div.banner ul {
	list-style: none;
}
div.banner ul li {
	margin-top: 8px;
}
.shadow_orange {
	text-shadow: 1px 1px 0px #f80, 0px 1px 0px #f80, 1px 0px 0px #f80, -1px -1px 0px #f80, 0px -1px 0px #f80, -1px 0px 0px #f80, 1px -1px 0px #f80, -1px 1px 0px #f80;
}
.ffc {
	color: #ffc!important;
}
