﻿@charset "utf-8";
/* CSS Document */

/**バナー**/

body {
	background-image: url();
	background-repeat: repeat-y;
	background-position: left;
}

#Control-panel {
	border: 1px solid #CCCCCC;
    box-shadow: 0 0 9px #CCC;
	text-align: center;
    font-weight: bold;
	color: #ffffff;
    background: #6c4727;
	display: block;
	width: auto;
	height: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 0 5px 0 5px;
	position: fixed;
	width: 133px;
	/*top: 25px;*/
	top: 60px;
	right: 0;
	z-index: 1;
	/*z-index: 100000 !important;*/
}

#tab_box {
}

#tab_bnr_right {
	border: 1px solid #CCCCCC;
    box-shadow: 0 0 9px #CCC;
    background: white;
	display: block;
	width: auto;
	height: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 0 5px 0 5px;
	position: fixed;
	/*top: 25px;*/
	top: 126px;
	right: 0;
	z-index: 1;
	/*z-index: 100000 !important;*/
}

#tab_bnr_right li {
	list-style-type: none;
	display: block;
	width: auto;
	height: auto;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#tab_bnr_right li img {
	margin: -19px 0 10px 0;
}

#tab_bnr_right li img:hover {
	opacity: 1 !important;
}