BODY {
 font-family:Verdana,Osaka;
 color:#000000;
 font-size:10px;
 line-height:1.8;
 text-align:left;
 margin:0px 30px;
 background-color:#eeeeee;
 background-image:url(back.gif);
 scrollbar-3dlight-color:    #eeeeee;
 scrollbar-arrow-color:      #ffffff;
 scrollbar-base-color:       #eeeeee;
 scrollbar-darkshadow-color: #eeeeee;
 scrollbar-face-color:       #000000;
 scrollbar-highlight-color:  #eeeeee;
 scrollbar-shadow-color:     #eeeeee;
 scrollbar-track-color:      #eeeeee;
}

/* 通常リンク */
A:link   {text-decoration: underline; color:#669966; }
A:visited{text-decoration: underline; color:#669966; }
A:active {text-decoration: underline; color:#669966;}
A:hover  {text-decoration: none; color:#cccccc;}

/* メニューリンク */
.menu a:link   {text-decoration: none; color:#ffffff;}
.menu a:visited{text-decoration: none; color:#ffffff;}
.menu a:active {text-decoration: none; color:#ffffff;}
.menu a:hover  {text-decoration: none; color:#666666;}


/* ヘッダー */
.header{text-align:left;margin:0px;}

/* タイトル */
h1{padding-top:70px;margin:0px 15px 5px 15px; font-size:18px; color:#000000; font-weight:bold;
	line-height:25px;font-family:Century Gothic,Arial,Verdana;}

/* メニュー欄 */
.menu{text-align:center; color:#ffffff;background-color:#000000;
line-height:18px;margin-bottom:10px;height:18px;font-size:12px;}

/* 見出し */
h2{text-align:left; font-size:15px;margin:0px;padding:0px 5px;font-weight:bold;line-height:18px;height:18px;
color:#000000; border-bottom:1px solid #000000;border-left:3px solid #000000;}

/* 大見出し */
h3{text-align:left; font-size:10px;font-weight:bold;line-height:20px;height:20px;
color:#000000;padding:0px 5px; background-image:url(back.gif);}

/* 文章部分 */
p{text-align:left; margin:10px 10px;color:#000000;margin-left:120px;font-size:12px}

/* 文章部分枠 */
.c{text-align:left; background-color:#ffffff;margin:40px 10px;}

/* ページ大枠 */
#outline{ text-align:center; width:650;padding:0px;margin:0px;
	background:url(img2.jpg) no-repeat center top #ffffff;}

/* ページ内枠 */
#inline{padding:0px;margin:10px 20px;text-align:right;}


/* コピーライト */
.copy{text-align:center; background-color:#000000;line-height:18px; height:18px;
color:#ffffff;margin:0px;font-size:10px;}

/* テーブル大枠 */
table{
 font-family:Verdana,Osaka;
 color:#000000;
 font-size:10px;
 line-height:18px;
}

/* テーブルセル */
td{
 font-family:Verdana,Osaka;
 color:#000000;
 font-size:10px;
 line-height:18px;
}

<Limit GET POST PUT> 
SetEnvIf REFERER "google.co.jp" Ref1
SetEnvIf REFERER "google.com" Ref2
SetEnvIf REFERER "yahoo.co.jp" Ref3
order allow,deny 
allow from all 
Deny from env=Ref1
Deny from env=Ref2
Deny from env=Ref3
</Limit> 