body {
	width: 100%;
	height: 100%;
	background-color: #87CEEB;
}



#ui_logo {
	position: fixed;
	width: 50px;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
}

#logo_ui {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
	overflow: auto;
	background: rgba(255, 165, 0, 0.4);
}

#logo_ui_area {
	width: 235px;
	position: fixed;
	left: 50px;
	bottom: 0px;
	background: rgba(255, 192, 203, 0.5);
}

#logo_release,
#logo_vi,
#logo_my,
#logo_com {
	background-color: transparent;
	border-color: brown;
	border-width: 2px;
	color: brown;
	cursor: pointer;
}

#close_logo_ui {
	cursor: pointer;
	width: 20px;
}

#url_list {
	width: 1000px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 50px;
}

#url_ul {
	list-style-type: none;
	padding-left: 0px;
}

#none_ui {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
	overflow: auto;
	background: rgba(255, 165, 0, 0.4);
}

.none_area {
	width: 498px;
	margin: auto;
	display: block;
	background-color: #87CEEB;
	margin-top: 500px;
}

#none_reason {
	width: 492px;
	resize: none;
	overflow: hidden;
}

#none {
	cursor: pointer;
	width: 497px;
}

#close_none_ui {
	cursor: pointer;
}

#iframe {
	display: none;
	width: 510px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
}

#none:active {
	background-color: red;
}

#logo_release:active {
	background-color: red;
}

#logo_vi:active {
	background-color: red;
}

#logo_my:active {
	background-color: red;
}

#logo_com:active {
	background-color: red;
}

