@CHARSET "UTF-8";

/*====================================================================================================
 Author and Copyright
     Author: A*Design
     Copyright: A*Design&Co All Rights Reserved.(http://adesign.jp)
     Created: 2009-4-1
     Description: レイアウトの基本設定。
====================================================================================================*/

/*====================================================================================================
 Font size

  77% = 10px |   108% = 14px | 138.5% = 18px | 167% = 22px | 197% = 26px
  85% = 11px |   116% = 15px | 146.5% = 19px | 174% = 23px
  93% = 12px | 123.1% = 16px | 153.9% = 20px | 182% = 24px
 100% = 13px |   131% = 17px | 161.6% = 21px | 189% = 25px
====================================================================================================*/



/*====================================================================================================
 基本設定
====================================================================================================*/

body {
    font-size: 12pt;
    color: #000;
}

input {
    display: none;
}



/*====================================================================================================
 詳細
====================================================================================================*/

#show h1 {
    color: #080;
}

#show p {
    text-align: center;
    margin: 0 0 10px 0;
}

#show table#main {
    border-color: #333;
}

#show table#main th, #show table#main td {
    border-color: #333;
}
