@charset "utf-8";

body{
background-color: #ffffff;}

/****************BG陰****************/
div#bg-shadow{
background-image: none;
background-color: #ffffff;}

/****************BG枠****************/
div#bg-frame{
float: left;
background-image: none;
background-color: #ffffff;}

/****************ヘッダエリア****************/
div#head-area{
border-bottom: 1px solid #535aa8;}

/****************ボディエリア****************/
div#body-area{
float: left;
border: 3px solid #535aa8;}

/****************メインエリア****************/
div#main-area{
clear: both;
padding-bottom: 15px;}

	/*前のページへ・先頭へボタン*/
	div#main-area div#main-contents div.page-move-button-area{
	display: none;}

/****************読み上げ用非表示テキスト****************/
div.reader{
visibility: hidden;}

/****************ヘッダメニュー****************/
div#menu-area{
height: 1px;
visibility: hidden;
overflow: hidden;}

/****************フッタ****************/
div#foot-area{
display: none;}


