@charset "utf-8";
* {
	margin: 0;
}

#header a img {
	vertical-align: middle;
}

#header .member-id-area {
	margin: 21.5px 0;
	width: 170px;
	text-align: right;
	width: auto;
}

#header #member-id {
	margin: 21.5px 0;
}

#header #member-id:hover img.off {
	display: inline;
}

#header #member-id:hover img.on {
	display: none;
}

#header #member-id img.off {
	display: none;
}

#header #member-id img.on {
	display: inline;
}


#header a {
	color: #ffffff;
}

#header a:hover {
	color: #cccccc;
}

#header {
	width: auto;
	min-width: 960px;
	height: 65px;
	border: solid 1px #dddddd;
	background: #202123;
	margin: 0;
}

#header .inner {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}

#header #site-logo {
	width: 188px;
	display: block;
	margin: 13.5px 0;
}

/* member-menu-area */
#member-menu-area a:hover {
	background: #f1f1f1;
}

#member-menu-area a {
	margin: 0;
	color: #555;
	padding: 10px 20px;
	display: block;
}

#member-menu-area a:first-child {
	border-radius: 5px 5px 0 0;
}

#member-menu-area a:last-child {
	border-radius: 0 0 5px 5px;
}

#member-menu-area {
	left: 740px;
	top: -15px;
	position: relative;
	display:none;
	background: #ffffff;
	border-radius: 5px;
	position: relative;
	width: auto;
	line-height: 32px;
	text-align: left;
	border: 1px solid #888;
	z-index: 0;
	width: 200px;
}
#member-menu-area:before {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 0;
}
#member-menu-area:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 9px 9px 9px;
	border-color: transparent transparent #888 transparent;
	z-index: -1;
}

/* insider-header */
#insider-header {
	width: auto;
	min-width: 960px;
	height: 40px;
	border: solid 1px #dddddd;
	background: #f1f1f1;
	margin: 0;
}

#insider-header .notice {
        background-color: #D23A65;
        color: #fff;
	text-align: center;
        padding-top: 8px;
        height: 100%;
	width: auto;
}

.insider-start-area {
        margin-bottom: 15px;
}

.insider-start-checkbox {
        vertical-align: middle;
        height: 15px;
        width: 15px;
}