@charset "UTF-8";

/*──────────────────────────────────────────────

	1.tool_box

──────────────────────────────────────────────*/
#tool img,
#tab_left img,
#tab_right img {
	vertical-align:bottom;
}

#tool {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-image: url(../common/tool_bar/bg.jpg);
	background-repeat: repeat-x;
}


#tool > ul {
	width:1200px;
	margin:0 auto;
	padding-top:8px;
	position:relative;
}

#tool > ul > li {
	float:left;
	margin-right:10px;
	position:relative;
}

#tool ul li#logo {
	margin-right:0;
	overflow: hidden;
	width: 120px;
}

#tool ul li#logo img {
	margin-left: -10px;
}

#li_draw,#li_text {
	margin-right:0 !important;
}

li#li_clickarea {
	position:absolute !important;
	margin-right:0 !important;
	left:10px;
	top:-47px !important;
}


/*──────────────────────────────────────────────

	右タブ共通設定

──────────────────────────────────────────────*/

#tab_right {
	position:fixed;
	top:0;
	right:0;
}


#tabR_dd {
	position:absolute;
	top:339px;
	right:-119px;
	width:119px;
	height:170px;
}

#tabR_dd .inner {
	position:absolute;
	top:0;
	left:-28px;
}

#tabR_note {
	position:relative;
	top:20px;
	width:100%;
	height:562px;
}

.tab #tabR_note {
	top: 0;
}

#tabR_note .noteCloseBtn {
	position: absolute;
	bottom: 15px;
	right: 35px;
}