@charset "utf-8";

/*==============================================================================
    JETS-NEO cafe common design
        Authoer:       Yuzo AKAKURA <JIJI PRESS LTD.>
                       Yoshiyuki ONISHI <JIJI PRESS LTD.>
        Created:       2008-03-28
        Last Modified: 2008-06-17
==============================================================================*/

/*------------------------------------------------------------------------------
    1. Yahoo UI Library Fonts CSS
    2. Structure
    3. Text
    4. Hypertext
    5. lmage
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    1. Yahoo UI Library Fonts CSS
    
    Copyright (c) 2008, Yahoo! Inc. All rights reserved.
    Code licensed under the BSD License:
    http://developer.yahoo.net/yui/license.txt
    version: 2.5.1
------------------------------------------------------------------------------*/

body {
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

/*------------------------------------------------------------------------------
    2. Structure
------------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #663300;
  background-color: #ffffff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, sans-serif;
  text-align: center;
}


#footer {
  padding-top: 0.5em;
  border-top: solid 2px #663300;
  clear: both;
}

select {
	font-family: monospace;
}

/*------------------------------------------------------------------------------
    3. Text
------------------------------------------------------------------------------*/

#footer address {
  margin: 0;
  color: #666666;
  font-family: "Trebuchet MS", "Tahoma", sans-serif;
  font-style: normal;
  font-size: 93%;
  text-align: center;
}

.sysmsg {
  margin: 0.9em 0 2px 0;
  padding: 0.34em 0 0.34em 3px;
  color: #FF0000;
  background-color: #eeeeaa;
  font-weight: bold;
  font-size: 93%;
  text-align: left;
}

.stat {
  margin: 0.1em 0 0;
  font-size: 93%;
  text-align: right;
}

p.exit {
  text-align: center;
}



/*------------------------------------------------------------------------------
    4. Hypertext
------------------------------------------------------------------------------*/

a:link {
  color:#3333aa;
  text-decoration: underline;
}

a:visited {
  color:#3333aa;
  text-decoration:underline;
}

a:hover {
  color:#ff0000;
  text-decoration:none;
}

a:active {
  color:#aaaaaa;
  text-decoration:underline;
}

/*------------------------------------------------------------------------------
    5. Image
------------------------------------------------------------------------------*/

img {
  border: 0;
}
