* {
	margin: 0;
	padding: 0;
	font-size: 15px; 
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	background: #dcdcdc;
}

h1 {
	font-size: 130%;
	padding: 10px;
	float: left;
}

#container {
	width: 465px;
	height: 465px;
}

#tool {
	float: left;
	width: 130px;
	margin: 10px 0 0 15px;
}

#preCanvas {
	background: #ffffff;
	margin: 15px 30px;
	border: solid 1px #999;
}

#main {
	float: left;
	margin: 10px 5px;
}

#mainCanvas {
	background: #ffffff;
	border: solid 1px #999;
}

#buttons {
	clear: both;
	float: right;
	width: 320px;
	text-align: right;
	margin: 0 5px 0 0;
}

#history {
	clear: both;
	width: 465px;
	margin: 15px 15px 0;
}

#historyHead {
	margin: 0 0 10px 0;
	display: none;
}

#historyHead > h3 {
	width: 100px;
	margin: 0 10px 0 0;
	display: inline;
}

img.historyImg {
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
	border: solid 1px #999;
	background: #ffffff;
}

.buttonStyle {
	margin: 0 10px 0 0;
	width: 50px;
	color: #050505;
	position: relative;
	padding: 2px 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.buttonStyle:active {
	top: 1px;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px -1px -3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}

.toolLavel {
	display: block;
}

.colorLavel {
	font-size: 70%;
}

.previewLavel {
	font-size: 90%;
	display: block;
	margin-top: 10px;
}

.rangeTool {
	width: 120px;
}

.rangeColorTool {
	vertical-align: middle;
	width: 100px;
}

.attention {
	float: left;
	padding: 14px 0;
	color: #696969;
}

.rangeHint {
	font-size: 70%;
	color: #696969;
}

.clear {
	clear: both;
}
