/* 本体のレイアウト */
body { margin-top:0px; text-align:center;
	background:white url("../image/background.bmp"); }
										/* 表示エリアの設定 */
#wrap { width:780px; text-align:left; margin:0 auto;
	background:white url("../image/right_block.gif") repeat-y right; }
#inner { margin:0 10px; }				/* 左右の余白設定 */
										/* フッター部分の設定 */
#footer { background:url("../image/bottom_block.gif") bottom repeat-x;
		text-align:center; }
#footer a { font-size:10pt; color:blue; }
#footer font { font-size:10pt; }
.clear { clear:both; }
.clear hr { display:none; }

/* ヘッダエリア内の表示設定 */
										/* ヘッダー内の社名ロゴ表示エリア */
#logo { float:left; height:100px; background:yellow; }
										/* ヘッダー内グローバルメニュー表示エリア */
#menu_bar { float:right; width:530px; padding-top:18px;
	background:url("../image/rogo_right.gif") right top no-repeat; text-align:right; }

/* グローバルメニュー用設定 */
#menu { width:530px; }					/* メニューバーの枠になるブロック */
										/* 横並びリスト作成用の設定 */
#gmenu { float:left; text-align:center; width:530PX; margin:0;
	background:url("../image/button_haikei.gif"); }
#gmenu li { float:left; }
										/* 各メニューブロックの設定 */
#gmenu li a { display:block; width:106px; height:32px; float:left; }
#gmenu li a img { border:0; }
#gmenu li a:hover { background:none; }	/* オンマウス時の設定 */
#gmenu li a:hover img { width:0; height:0; }
#gmenu li a.here:hover img { width:106px; height:32px; }

/*テーブル内文字サイズの指定*/
td { font-size:100%; color:#1a1a1a; }

