body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
}

#wrapper {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     width:1000px;         /* 幅を決定する */
}



/*y軸の目盛り関係*/
.yScale {
	margin-top: 10px;
	width: 60px;
	font-size: 15px;
	height: 380px;
	text-align: right;
	float: left;
}

#yScale3, #yScale4, #yScale5 {
	width: 50px;
	height: 25px;
	margin-bottom: 60px;
	margin-right: 10px;
	text-align: right;
}

.yScale0 {
	width: 50px;
	height: 25px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align: right;
}

#yScale2 {
	width: 50px;
	height: 20px;
	margin-bottom: 45px;
	margin-right: 10px;
	text-align: right;
}

input#yScale1 {
	width: 50px;
	height: 44px;
	margin: 5px 5px 58px 0px;
	text-align: right;
	vertical-align: middle;
	border: solid 1px rgb(0, 153, 255);
	border-radius: 5px;
	vertical-align: middle;
	font-size: 15px;
	background-color: white;
}

.yScaleUnit{
	width: 60px;
	height: 28px !important; 
	text-align: right;
	vertical-align: middle;
}


div#leftColumn {
	float: left;
	width: 170px;
	margin-left: 120px;
}

div#CenterColumn{
	float: left;
	width: 380px;
	text-align: left;
	margin-left: 20px;
}

div#rightColumn{
	float: left;
	width: 200px;
	text-align: left;
	margin: 385px 0px 0px 20px;
}

#unit {
	width: 50px;
	height: 35px;
	border: solid 1px rgb(0, 153, 255);
	border-radius: 5px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	vertical-align: middle;
}


table.htCore td.colHeader {
	background-color: #FFFFE0;
	text-align: center;
	font-weight: bold;
}

table.htCore td {
	padding: 4px 2px 2px 2px;
    font-size:15px;
    text-align: center;
}

p#caption {
	font-size: 18px;
	font-weight: bold;
}


#makeChart {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-left: 0px;
}

#optionBox1{
	width: 90px;
	float: left;
	font-weight:bold;
	margin-bottom: 15px;
}

#optionBox2 {
	width: 90px;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 22px;
}

#optionBox3 {
	width: 160px;
	text-align: left;
	clear: both;
}

p#lead {
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

#lead span {
	color: #008FFE;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

