/*top用カラーバリエーション*/
body.toppink{ 
             font-size: 9.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#ffffff; /*フォントカラー*/
             background-color:#ffd6e1; /*背景色*/
             scrollbar-base-color:#ffffff; /*スクロールバー色設定*/
             overflow: auto; /*スクロールバー表示*/
             background-image: url("material/top/stripe01.gif");
             background-repeat: repeat;
			 background-attachment:fixed; /*背景画像固定*/ }

td.toppink{
             text-align: center;
             font-size: 8.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#ffffff; /*フォントカラー*/
             line-height: 120%;
			 letter-spacing: -1pt; }


/*top用デフォルト（使用していない）*/
body.top{
             font-size: 9.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#fff1e6; /*フォントカラー*/
             background-color:#d0b99e; /*背景色*/
             scrollbar-base-color:#fff1e6; /*スクロールバー色設定*/
             overflow: auto; /*スクロールバー表示*/
			 background-attachment:fixed; /*背景画像固定*/  }			 

td.fukidashi{font-size: 9.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#834f63; /*フォントカラー*/
			 width:300px;
			 height:80px;
			 text-align: left; }

/*デフォルト*/
body{
             font-size: 9.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#fff1e6; /*フォントカラー*/
             background-color:#88796f; /*背景色*/
             scrollbar-base-color:#fff1e6; /*スクロールバー色設定*/
             overflow: auto; /*スクロールバー表示*/ }

td{
             text-align: center;
             font-size: 8.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#fff1e6; /*フォントカラー*/
             line-height: 120%;
			 letter-spacing: -1pt; }

td.top{
             text-align: center;
             font-size: 8.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#ffffff; /*フォントカラー*/
             line-height: 120%;
			 letter-spacing: -1pt;
			 vertical-align:middle; }

td.hasen{
             text-align: center;
             font-size: 8.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#fff1e6; /*フォントカラー*/
             line-height: 120%;
			 letter-spacing: 2pt; }			 

td.ribbon{
             background-color:#88796F; /*背景色*/ 
             background-image:url(material/ribbon.gif); /*背景*/
             background-repeat:repeat-x;/*背景固定*/
			 background-position:0% 50%;/*背景位置*/
			 width:100%; }

a          { text-decoration: none; color: #ffffff; }
a.:link    { color: #ffffff; /*通常*/ }
a.:visited { color: #ffffff; /*アクセス済*/ }
a.:active  { color: #ffffff; /*アクティブ*/ }
a.:hover   { color: #ffffff; /*ポイント*/ }


/*使用無し？*/
table.xxx {  background-color:#ffffff; /*背景色*/ 
             border:2px dotted #663333; /*枠線*/
			 padding:0; }

td.fukidashixx{font-size: 9.5pt; /*フォントサイズ*/
             font-family: MS Gothic; /*フォント*/ 
             color:#88796f; /*フォントカラー*/
			 width:300px;
			 height:80px;
			 text-align: left; }

td.xxx    {  font-size: 10pt; /*フォントサイズ*/
             font-family: MS PGothic; /*フォント*/ 
             color:#fff1e6; /*フォントカラー*/
             background-color:#88796F; /*背景色*/ 
             background-image:url(xxx01.jpg); /*背景*/
             background-repeat:no-repeat;/*背景固定*/
			 background-position:100% 100%;/*背景位置*/
             border:0px solid #663333; /*枠線*/
			 padding:0px;
			 width:100%; }
