/*--------------------------------------------------------------------------------
for "livedays.com"
--------------------------------------------------------------------------------*/
* {margin:0; padding:0; }
body {background-color:#000; color:#FFF; font-size:15px; }

/*リンク設定*/
a {text-decoration:underline; }
a:link    {color:#ADFF2F; }
a:visited {color:#BBFFFF; }
a:hover, a:active {color:#FFFF00; }


a span {display:none; visibility:hidden; }
li {list-style:none; }

#container {width:760px; height:542px; margin:10px auto 0 auto; position:relative; background:url(../parts/background.gif) no-repeat; }

#login {position:absolute; top:10px; right:10px; line-height:20px; }

#menu {position:absolute; top:34px; left:0; width:760px; }
#menu ul {width:100%; height:50px; }
#menu ul li {float:left; }
#menu ul li a {height:50px; display:block; }
li#menu1 a {width:169px; }
li#menu2 a {width:111px; }
li#menu3 a {width:112px; }
li#menu4 a {width:123px; }
li#menu5 a {width:105px; }
li#menu6 a {width:140px; }
li#menu1 a:hover {background:url(../parts/background.gif) 0 -542px no-repeat; }
li#menu2 a:hover {background:url(../parts/background.gif) -169px -542px no-repeat; }
li#menu3 a:hover {background:url(../parts/background.gif) -280px -542px no-repeat; }
li#menu4 a:hover {background:url(../parts/background.gif) -392px -542px no-repeat; }
li#menu5 a:hover {background:url(../parts/background.gif) -515px -542px no-repeat; }
li#menu6 a:hover {background:url(../parts/background.gif) -620px -542px no-repeat; }

#entry {width:248px; height:211px; position:absolute; top:185px; left:0; }
#entry a {width:238px; height:211px; display:block; }
#entry a:hover {background:url(../parts/background.gif) 0 -592px no-repeat; }

#iframe {width:475px; height:390px; padding:16px 20px 10px 20px; position:absolute; top:82px; left:225px; overflow-y:auto; overflow-x:hidden; }

#footer {position:absolute; bottom:0; right:0; font-size:12px; }


/*テーブル設定、他*/
.table  {margin:auto; border-collapse:collapse; }
.td1  {border:solid 1px #000000; padding:5px; background:#8C2300; }
.td2  {border:solid 1px #000000; padding:5px; background:#C63C0D; }
.td3  {border:solid 1px #000000; padding:5px; background:#B02D00; }
.cent {text-align:center; }
.rigt {text-align:right; }
.left {text-align:left; }
img   {border-width:0; }
.clear {clear:left; }
.inp1  {height:16px; }
