@charset "utf-8";
/* CSS Document */
*{
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	margin:0px;
	padding:0px;
}
html,body{
	width:100%;
	height:100%;
	background-color:#eee;
}
h1{
	margin:8px 0 0 10px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	text-align:left;
	color:#FFF;
}
#title{
	position:absolute;
	width:380px;
	top:0px;
	left:0px;
}
#main{
	position: absolute;
	background-image: url("img/background.png");
	background-repeat: no-repeat;
	top:50%;
	left:50%;
	width: 700px;
	height: 500px;
	margin: -250px 0 0 -350px;
}
.radiosubject{
	position:absolute;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	margin:-35px 0 0 30px;
	line-height:22px;
}
.radiobutton{
	width:24px;
	height:24px;
}
#conditionselect{
	position:absolute;
	width:340px;
	height:50px;
	top:60px;
	left:15px;
	text-align:center;
}
.condition{
	position:relative;
	top:10px;
	margin-left:8px;
	margin-right:8px;
	cursor:pointer;	
}
.conditionsubject{
	position:relative;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	margin-left:5px;
	top:-2px;
}
#timeselect{
	position:absolute;
	width:300px;
	height:90px;
	top:50px;
	right:15px;
	text-align:center;
}
.time{
	position:relative;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	top:14px;
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;	
}
.time_selected{
	color:#000;
}
.time_notselected{
	color:#ccc;
}
#weatherselect{
	position:absolute;
	width:300px;
	height:60px;
	top:50px;
	right:15px;
	text-align:center;
}
.weather{
	position:relative;
	margin-left:15px;
	margin-right:15px;
	top:3px;
	cursor:pointer;
}
.weather_selected{
	opacity:1;
}
.weather_notselected{
	opacity:0.3;
}
#seasonselect{
	position:absolute;
	width:300px;
	height:90px;
	top:50px;
	right:15px;
	text-align:center;
}
.season{
	position:relative;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	top:14px;
	margin-left:15px;
	margin-right:15px;
	cursor:pointer;
}
.season_selected{
	color:#000;
}
.season_notselected{
	color:#ccc;
}

#drawplace{
	position:absolute;
	width:670px;
	height:360px;
	top:125px;
	left:16px;
}
#viewcanvas{
	position:absolute;
	top:0px;
	left:0px;
}
#panelcanvas{
	position:absolute;
	top:0px;
	left:0px;
}
#sky{
	position:absolute;
	top:0px;
	height:0px;
}
#earth{
	position:absolute;
	top:240px;
	height:0px;	
}
#darkness{
	position:absolute;
	width:670px;
	height:360px;
	top:0px;
	left:0px;
	background-color:#000;
	opacity:0;
}
#body{
	position:absolute;
	left:102px;
	top:154px;
}
.rotation{
	position:absolute;
	width:65px;
	height:56px;
	top:10px;
}
#rotation_right{
	left:530px;
	background-image:url("img/rotation_right.png");
	cursor:pointer;
}
#rotation_left{
	left:595px;
	background-image:url("img/rotation_left.png");
	cursor:pointer;
}
#playandstop{
	position:absolute;
	background-image:url("img/stop.png");
	width:40px;
	height:40px;
	bottom:5px;
	left:5px;
	cursor:pointer;
}
#conditionviewer{
	position:absolute;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	text-align:center;
	width:300px;
	top:20px;
	right:15px;
	
}
#loadcanvasTag{
	position:absolute;
	background-color:#FFF;
	top:125px;
	left:15px;
}