@charset "Shift_Jis";

/* 全体 */

*{margin:0; padding:0; background-color:transparent; border:0; text-decoration:none; 
 font:normal normal normal 100%/180% Verdana,Chicago,"ＭＳ Ｐゴシック",Osaka,sans-serif;
 text-align:left;  }

body{color:#666; font-size:80%; text-align:center; background:#fff;}


/* リンク */ 

a:link,a:active{color:#1e50a2;}
a:visited{color:#7285a3;}
a:hover{color:#e1af5d;}


/* 見出し */

h1{display:inline;}
h2{color:#000; font-size:1.3em; margin:30px 20px;}


/* ブロック要素 */ 

.all{width:520px; margin:10px auto;}

.botton,.pan{text-align:right;}

.botton{margin:-10px 0 60px;}
.botton input{width:55px; font-size:0.8em; text-align:center; color:#aaa; border:solid #ddd 1px; margin-right:3px;}

.txt{margin-bottom:150px;}

.footer,address,#pan{text-align:right;}

.footer,#pan{padding:20px 0;}


/* インライン要素 */

em{font-weight:bold;}

p{margin-bottom:1em; text-align:right; font-size:75%; color:#aaa;}

/* 隠しリンク*/

a.hid:link { color:#666; } /* class="hoehoe"が付いたリンクの未訪問時 */
a.hid:active { color:#000000; } /* class="hoehoe"が付いたリンクのクリック時 */
a.hid:hover { color:#cccccc; } /* class="hoehoe"が付いたリンクのオンマウス時 */
