@charset "utf-8";

html {
	color: #000;
	background: #fff;
}

/*============================================
	全般的なスタイル
============================================*/

* {
	margin: 0;							/* 全要素のマージンをリセット */
	padding: 0;							/* 全要素のパディングをリセット */
	color: #333333;						/* 文字色 */
}

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif;
	font-size: medium;
	font-style: normal;					/* フォントのスタイルを標準にする */
	font-weight: normal;				/* フォントの太さを標準にする */
	background-color: #999999;			/* ページ全体の背景色 */
	text-align: center;					/* IE6以下でセンタリングするための対策 */
}

div#pagebody {
	width: 800px;
	margin: 0 auto;						/* 内容全体をセンタリング */
	background-color: #ffffff;			/* 内容全体の背景色 */
}

/*============================================
	ヘッダ
============================================*/

div#header {
	height: 72px;						/* 背景画像のサイズに合わせてボックスの高さを指定 */
	background-color: #005ead;			/* ヘッダ部分の背景色 */
}

.headercontent {
	line-height: 72px;
	font-size: xx-large;				/* フォントサイズを大きくする */
	color: white;
}

/*============================================
	コンテンツ
============================================*/

div#content {
	text-align: left;
}

div#contentfooter {
	text-align: center;
}

fieldset {
	padding: 0px 5px 15px 5px;
	border: 1px groove;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

[class^="Label_"],
[class^="Select_"],
[class^="Text_"],
[class^="Button_Right"] {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif;
	font-size: small;
	line-height: 1.3;
}

legend {
	font-size: small;
}

.Label_Left {
	display: inline-block;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	text-align: right;
}

.Label_Right {
	display: inline-block;
	width: 80px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: left;
}

.Select_Middle {
	width: 160px;
	margin-top: 10px;
}

.Select_Right {
	width: 80px;
	margin-top: 10px;
	margin-left: 5px;
}

.Text_Middle {
	width: 152px;
	padding: 0px 3px 0px 3px;
	margin-top: 10px;
}

.Button_Right {
	width: 80px;
	margin-top: 10px;
	margin-left: 5px;
}

.Label_Half_Accuracy {
	display: inline-block;
	width: 370px;
	margin-left: 10px;
	text-align: left;
}

.Label_Left_Accuracy_Upper {
	display: inline-block;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	text-align: right;
}

.Label_Right_Accuracy_Upper {
	display: inline-block;
	width: 80px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: left;
}

.Text_Middle_Accuracy_Upper {
	font-weight: bolder;
	color: blue;
	margin-top: 10px;
	width: 152px;
	padding: 0px 3px 0px 3px;
}

.Label_Left_Accuracy_Lower {
	display: inline-block;
	width: 120px;
	margin-right: 5px;
	text-align: right;
}

.Label_Right_Accuracy_Lower {
	display: inline-block;
	width: 80px;
	margin-left: 5px;
	text-align: left;
}

.Text_Middle_Accuracy_Lower {
	font-weight: bolder;
	color: blue;
	width: 152px;
	padding: 0px 3px 0px 3px;
}

.Text_Full {
	width: 740px;
	padding: 0px 3px 0px 3px;
	margin-top: 10px;
}

.Button_Bottom {
	width: 10em;
	Height: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

.Fieldset_AccuracyFormula {
	padding: 0px 1em 10px 1em;
	border: 1px groove;
	margin-top: 18px;
	text-align: center;
}

/*============================================
	フッタ
============================================*/

div#footer {
	height: 24px;
	text-align: center;
	clear: both;						/* 回り込みを解除する */
	background-color: #005ead;			/* フッタ部分の背景色 */
}

small {
	line-height: 24px;
	font-size: small;					/* フォントサイズを小さくする */
	color: white;
}

/*============================================
	その他
============================================*/

.noscript {
	font-size: large;
	font-weight: bold;
	color: white;
	background-color: #2b5464;
	text-align: left;
	padding: 8px 8px 8px 8px;
}
