/* コンテンツレイアウト */
#mainWrap { width:500; float:left; }	/* メインスペース */
#sideWrap { width:250px; float:right; }	/* 更新履歴表示スペース */

/* トップ画面見出し設定 */
										/* ヘッダー部分の設定 */
#header { height:400px; background:url("../image/top.jpg") bottom; no-repeat; }
#header h1 { color:white; font-family:Gergia, "ＭＳ 明朝", serif;
		padding-left:15px; padding-top:10px; }
#header h4 { width:570px; color:white; position:relative; top:110px; left:325px;
		padding-top:5px; padding-bottom:5px; padding-left:10px; }

/* 更新履歴レイアウト */
.rireki { width:250px; height:420px; background:#fff8f8; text-align:center; overflow:auto; }
.rireki table { font-size:smaller; width:230px; }
td.date { vertical-align:top; }
td.naiyou { padding-left:20px; }

/* メインスペース内メニュー設定 */
										/* 横並びリストの設定 */
.tmenu { list-style:none; margin-left:0; }
.tmenu li { display:block; float:left; }
.tmenu li a { display:block; width:250px; height:126px; float:left;
		text-decoration:none; color:black }
.tmenu li a h4 { font-size:0.8em; position:relative; top:36px; left:10px; 
		text-decoration:none; }
										/* 通常時の設定 */
.tmenu li a.kai { background:url("../image/top_kaisha_off.jpg") no-repeat; }
.tmenu li a.jig { background:url("../image/top_jigyou_off.jpg") no-repeat; }
.tmenu li a.sai { background:url("../image/top_saiyou_off.jpg") no-repeat; }
.tmenu li a.sho { background:url("../image/top_shozai_off.jpg") no-repeat; }

.tmenu li a:hover { color:white; }		/* オンマウス時の設定 */
.tmenu li a.kai:hover { background:url("../image/top_kaisha_on.jpg") no-repeat; }
.tmenu li a.jig:hover { background:url("../image/top_jigyou_on.jpg") no-repeat; }
.tmenu li a.sai:hover { background:url("../image/top_saiyou_on.jpg") no-repeat; }
.tmenu li a.sho:hover { background:url("../image/top_shozai_on.jpg") no-repeat; }

