@charset 'utf-8';


#planet_templates
{
	display:none;
}

.no_select
{
	-webkit-user-select:none;
	-moz-user-select   :none;
}



/* PlanetUI */
.planet_ui
{
	position : fixed;
	height : auto;
	background-color : #f9f9f9;
	border-left  :0px solid #009;
	border-right :0px solid #009;
	border-bottom:0px solid #009;
	font-family:'メイリオ', Osaka, serif;
	
}
.planet_frame_bar
{
	width  : 100%;
	height : 20px;
	margin : 0px;
	color  : #fff;
	font-size:13px;
	text-align:center;
	line-height:20px;
	
	cursor:default
}

.planet_ui div
{
	overflow:hidden;
	
}
.planet_ui p
{
	overflow:hidden;
	padding:6px 0px 0px 4px;
}

.planet_ui textarea
{
	position:relative;
	background-color:#fff;
	float:left;
	font-size:13px;
	line-height:20px;
	padding-left:4px;
	padding-top:2px;
	border:0px solid #d9d9d9;
	font-family:'メイリオ';
}

.planet_ui .memo_line
{
	
}

.planet_button
{
	background-color:#333;
	color:#fff;
	border:0px;
	float:left;
	padding:0px 10px;
	text-align:center;
	
	cursor:pointer;
}
.planet_button:hover
{
	background-color:#900;
}

.planet_ui select
{
	border:1px solid #999;
	height:20px;
	margin-left:10px;
}


/* IMAGER */
.ui_imager img
{
	border:1px solid #999;
	padding:2px;
	margin:3px;
}
.ui_imager img:hover
{
	border:1px solid #f90;
	background-color:#f90;
}




/* PLANET MENU */
.planet_root_menu
{
	position : fixed;
	width  : auto;
	height : 1200px;
	top  : 0px;
	left : 0px;
	background-color: #222;
	overflow : hidden;
	font-family:'メイリオ', Osaka, serif;
	
	-webkit-user-select:none;
	-moz-user-select   :none;
}

.planet_sub_menu
{
	position:fixed;
	width:auto; height:auto;
	top : 0px;
	left: 100px;
	background-color:#222;
	overflow:hidden;
	font-family:'メイリオ', Osaka, serif;
	
	border-left:0px solid #600;
	
	-webkit-user-select:none;
	-moz-user-select   :none;
}

.planet_root_menu a, .planet_sub_menu a
{
	width  : auto;
	height : 24px;
	line-height:24px;
	padding:2px 16px 2px 14px;
	font-size : 13px;
	color : #fff;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
.planet_sub_menu a
{
	border-left:6px solid #600;
	
}
.planet_root_menu div, .planet_sub_menu div
{
	width:90%; height:1px;
	border-top:1px dashed #aaa;
	margin:1px auto 0px auto;
	padding-left:8px;
	border-left:0px solid #600;
	
	
}

.planet_menu_allow
{
	background-image:url(../parts/menu_allow.png);
	background-position:right;
	background-repeat:no-repeat;
}

.planet_input_line
{
	margin:3px;
	width:440px;
	border:0px;
	padding:1px 3px;
}
.upload_input_line
{
	margin:3px;
	width:380px;
	border:0px;
	padding:1px 3px;
}



/* TAB */
#propaty_tab
{
	background-color:#d0d0d0;
	width:900px; height:200px;
	overflow:hidden;
	
	position:fixed;
	z-index:100;
}
#propaty_tab textarea
{
	display: block;
	width  : 98%;
	height : 90%;
	margin : 4px auto;
	padding: 4px;
}

#prop_bar
{
	width:900px; height:14px;
	background-color:#006;
	position:fixed;
}
#prop_bar:hover
{
	background-color:#00c;
}


/* EDIT BAR */

#planet_edit_bar
{
	backgroundColor : #d9d9d9;
	padding : 3px;
}
#planet_edit_bar select
{
	margin-right:4px;
	
}
#planet_edit_bar input
{
	margin-right:4px;
	border:1px solid #ccc;
	min-width:40px;
}
#planet_edit_bar input:hover
{
	border:1px solid #66f;
}
#planet_edit_bar .bold
{
	font-weight:bold;
	background-color:#fff;
	border:1px solid #666;
}
#planet_edit_bar .input_href
{
	width:280px;
}
#planet_edit_bar .input_src
{
	width:280px;
}

