@charset "Shift_Jis";


/* 自由に消して足して書き換えてください。 */


/***** ページの設定 ******/
body,td{                                                           /* ページ全体の設定01 */
   color:#333333;                                                  /* 文字色の設定*/
   font-family:Verdana,Chicago,osaka,"Century Gothic",sans-serif;  /* 文字の種類 */
   line-height:150%;                                               /* 行間の設定 */
   font-size:60%;                                                  /* 文字の大きさ */
   }

body{                       /* ページ全体の設定02 */
   background-color: #eee;  /* 背景色の設定 */

   /* スクロールバーの設定。IEのみで反映されます。 */
   scrollbar-face-color      :#000;
   scrollbar-track-color     :#eee;
   scrollbar-arrow-color     :#eee;
   scrollbar-3dlight-color   :#eee;
   scrollbar-highlight-color :#eee;
   scrollbar-shadow-color    :#eee;
   scrollbar-darkshadow-color:#eee;
}

p{margin:3px 0 20px;}   /* p要素の設定 */



/***** リンクの設定 ******/
a:link   {color:#333;}      /* リンク色 */
a:visited{color:#333;}      /* 既読リンク色 */
a:hover  {color:#ccc;}      /* カーソルがリンクの上に来た時の色 */
a{text-decoration: none;}   /* リンクの下線を消す */



/***** h要素の設定 ******/
h1{                             /* h1要素の設定 */
   margin:30px 0 3px;           /* マージン */
   padding:0;                   /* パディング */
   font-size:100%;              /* 文字サイズ */
   text-decoration:underline;   /* 文字に下線を出す */
   }



/***** メニュー（menu.html）の設定 ******/
#menu{                                   /* ページ全体の設定 */
   margin:0;padding:0;                   /* マージン・パディング */
   background-image:url(img/nega.gif);   /* 背景画像 */
   background-repeat:repeat-y;           /* 背景画像を繰り返さない */
   overflow:hidden;                      /* スクロールさせない */
   }

#menu table{                 /* テーブルの設定 */
   width:100%;height:100%;   /* 幅・高さ */
   margin:0 0 0 18px;        /* マージン */
   padding:0;                /* パディング */
   background-color:#000;    /* 背景色 */
   line-height:120%;         /* 行間 */
   }

#menu td{                    /* セルの設定 */
   color:#cccc99;            /* 文字色 */
   vertical-align:bottom;    /* 文字を下揃え */
   }

#menu h1{                  /* h1要素 */
   text-decoration:none;   /* 下線を消す */
   }

#menu ul{                /* メニュー01 */
   margin:15px 0 40px;   /* マージン */
   padding:0;            /* パディング */
   }
#menu li{                /* メニュー02 */
   margin:0;padding:0;   /* マージン・パディング */
   list-style:none;      /* リストスタイル */
   font-size:60%;
   }

#menu a:link   {color:#cc9;}      /* リンク色 */
#menu a:visited{color:#cc9;}      /* 既読リンク色 */
#menu a:hover  {color:#666;}      /* カーソルがリンクの上に来た時の色 */
#menu a{text-decoration: none;}   /* リンクの下線を消す */



/***** 左ページ（photo.html）の設定 ******/
#left{                   /* ページ全体の設定 */
   margin:0;padding:0;   /* マージン・パディング */
   overflow:hidden;      /* スクロールさせない */
   }

#left table{      /* テーブルの設定 */
   width:100%;    /* 幅 */
   height:100%;   /* 高さ */
   }

#left #photo{                            /* 写真表示部分 */
   width:166px;                          /* 横幅 */
   background-image:url(img/top.jpg);    /* 背景画像 */
   }

#left .nega{                             /* ネガ部分 */
   width:18px;                           /* 横幅 */
   background-image:url(img/nega.gif);   /* 背景画像 */
   }
/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 1px;
	 width: 180px;
	 background-color: #000;
	 border: 1px dashed #333;
}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 3px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #999;
}

.img-shadow {
float:left;
background: url(http://・・・・shadowAlpha.png) no-repeat bottom right !important;
background: url(http://・・・・shadow.gif) no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}


.img-shadow img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
} 

