@CHARSET "windows-31j";

/* 全体 */
* { margin: 0; padding: 0; }


body {
	background-image: url('../images/obi_bg.png');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #d9d8c3;
	font-size: 12px;
	width: 100%;
	height: 100%;
	font-family:		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#root_pane {
	text-align: left;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
head~/* */body #root_pane {
	height: auto;
	min-height: 100%;
}


#title_bar {
	width: 800px;
	height: 35px;
	background-image: url('../images/title_bar.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 45px;
	padding-top: 8px;
	padding-bottom: 0px;
	color: white;
	font-weight: normal;
	font-size: 20px;
}
head~/* */body #title_bar {
	padding-top: 4px;
}

#footer {
	width: 800px;
	height: 50px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: left;
	vertical-align: bottom;
}

div#explain{
	text-align:		center;
	padding-top: 5px;
	padding-bottom: 12px;
}


/* メッセージ用 */
div.loading {
	position: absolute;  /* 絶対位置で指定する */
	top: 50%;
	left: 50%;
	height: 50px;
	width: 530px;
	z-index: 90;
	margin-top: -25px;
	margin-left: -260px;
	/*
	background-image: url('../images/sample.gif');
	*/
	background-image: url('../images/waiting0.gif');
	background-repeat: no-repeat;
	background-position:center center;
	background-color:#DDDDDD;
	/*
	filter:alpha(style=0,opacity=80);
	*/
	vertical-align: middle; /* 垂直中央寄せ */
	text-align: center;     /* 水平中央寄せ */
	display:none;
}

