@charset "utf-8";

body , div , p , h1 , h2 , h3 , h4 , h5 , h6 {
	margin: 0;
	padding: 0;
}
h1 , h2 , h3 , h4 , h5 , h6 { font-size: 100%; font-weight: normal; }
html { font-size: 12px; height: 100%; }
body { color: #333; font: 1em/1.62 "メイリオ", sans-serif; text-align: left; height: 100%; }
textarea , input[type="button"] , input[type="text"] , input[type="checkbox"] {
	font: 1em/1.3 "メイリオ", sans-serif;
	vertical-align: middle;
}
img { border: none; vertical-align: middle; }
#headerBar {
	background-image: -moz-linear-gradient(-90deg, #ededed, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ededed), color-stop(1,#ddd));
	border-top: solid 4px #555;
	border-bottom: solid 1px #999;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	padding: 3px 10px;
	width: 100%;
	height: 34px;
	z-index: 10;
}
	#headerBar h1 {
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		height: auto;
		line-height: 20px;
	}
	#forIE {
		float: right;
	}
	#codeViewBtn {
		border: solid 1px #aaa;
		float: right;
	}
		#codeViewBtn input {
			border: solid 1px #333;
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#aaa),color-stop(1,#333));
			background-image: -moz-linear-gradient(-90deg,#aaa,#333);
			color: white;
			cursor: pointer;
		}
			#codeViewBtn input:hover {
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#bbb),color-stop(1,#444));
				background-image: -moz-linear-gradient(-90deg,#bbb,#444);
			}
#area {
	background: #808080;
	padding: 40px 300px 25px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 44px;
	height: 100%;
}
#canvas {
	background-color: white;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
	height: 100%;
}
/* -----------------------------
	表示ボックス用スタイル
-------------------------------- */
#testObj {
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0,#ededed),color-stop(1,#ccc));
	background-image: -moz-linear-gradient(-90deg,#ededed 0,#ccc 100%);
	-moz-box-shadow: 2px 2px 4px #333;
	-webkit-box-shadow: 2px 2px 4px #333;
	box-shadow: 2px 2px 4px #333;
	text-shadow: 1px 1px 0 white;
	position: relative;
	padding: 5px;
}
	#testObj p:hover {
		background-color: rgba( 255,244,171,0.7 );
	}
	#testObjDrager {
		cursor: s-resize;
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 100%;
		height: 10px;
	}
/* -----------------------------
	ここまで
-------------------------------- */

#controler {
	background: #f5f5f5;
	border-left: solid 1px #777;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	position: absolute;
	right: 10px;
	top: 44px;
	width: 270px;
}
.panel {
	background-color: #ededed;
	border-top: solid 4px #555;
	border-bottom: solid 1px #333;
	padding: 0 10px 10px;
}
	.panel:last-child {
		margin-bottom: 0;
	}
	.panel h2 {
		background-image: -moz-linear-gradient(-90deg, #ededed, #ddd);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ededed), color-stop(1,#ddd));
		border-bottom: solid 1px #777;
		font-weight: bold;
		padding: 2px 5px;
		margin: 0 -10px 10px;
	}
#drpX , #drpY , #drpB , #drpA ,
#tsX , #tsY , #tsB , #tsA ,
#rlt , #rrt , #rlb , #rrb ,
#gradientAlpha , #txtSize {
	border: solid 1px #333;
	vertical-align: middle;
	line-height: 15px;
	padding: 0;
	width: 2em;
	height: 15px;
}
#outputBox {
	background-color: rgba(0,0,0,0.7);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10100;
}
#outputPanel {
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -350px;
	width: 700px;
	height: 500px;
}
#output {
	background: none;
	border: none;
	font: 1em/1.2 "メイリオ", sans-serif;
	width: 100%;
}
#slider {
	position: relative;
	height: 35px;
}
.pickerPoint {
	cursor: default;
	position: absolute;
	top: 23px;
	margin-left: -5px;
	width: 11px;
	height:9px;
}
	.pickerPoint span {
		background: url(img_pickerPoint.gif) left top no-repeat;
		position: absolute;
		top: -8px;
		width: 11px;
		height: 17px;
	}
		.pickerPoint.active span {
			background-image: url(img_pickerPoint_act.gif);
		}
#point1 {
	background-color: #ededed;
	color: black;
	left: 0;
	z-index: 1;
}
#point2 {
	background-color: #ccc;
	left: 100%;
	z-index: 2;
}

.colorSelector {
	border: solid 1px #333;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 15px;
}
	#cs01 {
		background-color: #333;
	}
	#cs02 {
		background-color: #fff;
	}
	#cs03 {
		background-color: #333;
	}

#gradientBox {
	background: url(bg_alpha.gif) left top repeat;
}
#gradientColor {
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#ededed),color-stop(1,#ccc));
	background-image: -moz-linear-gradient(0deg,#ededed 0,#ccc 100%);
	border: solid 1px black;
	height: 15px;
}

#footer {
	color: white;
	text-align: center;
}

#powered {
	color: white;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	padding: 10px;
	width: 250px;
}
	#powered a {
		color: white;
	}

#help {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 2em;
	padding: 10px;
	width: 250px;
	z-index: 100;
}
	#help a {
		color: white;
	}

#helpContent {
	background-color: rgba(0,0,0,0.8);
	display: none;
	text-align: left;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
	#helpContent > div {
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.9);
		-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.9);
		-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.9);
		box-shadow: 1px 1px 5px rgba(0,0,0,0.9);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -265px;
		margin-top: -205px;
		padding: 15px;
		width: 500px;
		height: 410px;
	}
	#helpContent h2 {
		border-bottom: solid 1px #555;
		font-size: 1.2em;
		font-weight: bold;
		margin: -15px -15px 10px;
	}
	#helpContent p {
		margin-bottom: 1.62em;
	}
	#helpContent a {
		color: #0091ff;
	}
	#helpContent a:hover {
		color: #ff5900;
	}

