@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

html { 
height:100%;
} 
body {
font-family: Verdana, Chicago, osaka, sans-serif, "ＭＳ Ｐゴシック";
font-size: 12px;
color: #666666;
line-height: 150%;
text-align: center;
height: 100%;
background: url('wall.gif') repeat fixed;
} 
img {
border : 0; 
}
br {
letter-spacing : normal; 
} 
ul {
list-style: none;
}
.tdftad a {
font-size:7px;  
color:#666666;
　}

/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a {
color : #666666; 
text-decoration : none; 
} 
a:hover{text-decoration:none;color:#ffffff; position:relative; cursor:crosshair; background:#666666;}/* 触れた時のリンク設定 */ 


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h1 {
font-size : 200%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
letter-spacing : 3px;
padding : 100px 20px 20px;
}
h2 {
font-size : 150%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
color : #000000; 
padding: 10px 0 0 0;
margin: 0 0 10px;
} 


/* -------------------------------------------- */ 
/* ページ全体
/* -------------------------------------------- */ 

#page {
margin:0px auto;
position:relative;
width : 501px; 
height: 100%;
min-height: 100%;
text-align : left;
background :#FFFAFA
} 

/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu{
padding: 0 20px;
background-color: #d7e19e;
}
#menu li {
display: inline;
margin : 0 3px ;
}


/* -------------------------------------------- */ 
/* コンテンツ
/* -------------------------------------------- */ 

#contents {
height : auto; 
padding:20px;
}



/* -------------------------------------------- */ 
/* ページトップ
/* -------------------------------------------- */ 

.pagetop{
text-align : right;
padding :0 0 10px;
}

/* スクロールバーの設定 */ 
html,body{ 
  scrollbar-arrow-color:#ffffff;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-base-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-face-color:#666666;
  scrollbar-highlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-track-color:#ffffff;
}