@charset "utf-8";
/* CSS Document */

body{
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	color: #333;
	font-size: 20px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#myCanvas{
	border: 5px dotted #630;
	background: #fff;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
}

#container{
	width: 740px;
	float: left;
}

#toolbar{
	width: 140px;
	float: right;
}
	
h1{
	font-size: 24px;
	color: #630;
	padding-top: 18px;
	padding-bottom: 14px;
}

p{
	padding-bottom: 20px; 
}

#haba{
	font-size: 18px;
}

#clearButton, #undoButton, #bwButton{
	font-size: 16px;	
}