body
	{
		background-color: lightyellow;
		font-family: monospace;
	}

A:hover
	 { 
	 	color: red; 
		border-bottom: 1px solid red;
	}

A
	 { 
		text-decoration: none;
	}

h1
	{ 
		font-style: italic;
		font-size: 2em;
	}

h2
	{ 
		color: blue; 
		font-size: 1em;
	}


.memo
	{ 
		font-size	: 0.75em;
		text-indent	: 0.75em; 
	}

.minilist 
	{ 
		font-size	: 0.75em;
	}

dt.tag
	{ 
		font-size: 1.25em;
		margin-left	: 1em;
		line-height	: 1.5em;
		background-color: wheat;
	}

dt.list
	{ 
		margin-left	: 1em;
		line-height	: 2em;
	}


dd
	{ 
		line-height	: 1.5em;
		font-size	: 0.9em;
	}

address
	{ 
		font-size	: 0.75em;
	}

.news
	{ 
		font-size	: 0.9em;
		margin-right	: 5em;
		margin-left	: 5em;
		line-height	: 1em;
	}

.tophr
	{ 
		font-size	: 0.75em;
		text-indent	: 0.75em; 
	}

UL.indentonec
	{ 
		font-size	: 0.8em;
		margin-left	: -2.4em;
		list-style-type	: none;
		text-indent	: -0.8em; 
	}

div.float
	{ 
  float		: right ;
  background-color: lemonchiffon ;
  width		: 200px ;
  font-size	: small ;
  line-height	: 1.5em ;
	}

p.bloglist
	{ 
  line-height	: 1.1em ;
	}

img.thum {
  padding:3px;
  border:1px solid sandybrown ;
  }

P.pics_k {
  float		: left ;
  padding	: 2px ;
  border	: 1px solid white ;
  background-color: lemonchiffon ;
  width		: 220px ;
  height	: 250px ;
  font-size	: x-small ;
  line-height	: 1em ;
  text-align	: center ;
  }



/*styles for RSS Feed : ZOO!*/

.rss_box {/*全体を囲う要素*/
     margin: 10px 5%;
     padding: 4px 8px;
     width: 480px;
     background-color: #ffffff;
     border: 1px solid #7485CA;
}

.rss_title {/*サイトのタイトル*/
    background-color: #f5f5dc;
    font: normal normal bold 100%/1.0 verdana , arial, sans-serif, "Osaka";
    margin: 10px;
    padding: 5px;
}
.rss_title a {
    background-color: transparent;
    font: normal normal bold 100%/1.0 verdana , arial, sans-serif, "Osaka";
    margin: 1px;
}
.rss_desc {/*サイトの概要*/
    font: normal normal normal 80%/1.0 verdana , arial, sans-serif, "Osaka";
    margin: 5px 0;
    padding: 0px 2px;
    letter-spacing: 1px;
}
ul.rss_items {/*記事全体を囲う要素*/
    margin: 3px;
    padding: 0px;
}

li.rss_item {/*個別の記事を囲う要素*/
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0px 8px 1px;
    /*この画像ファイルは出来ればDLしてから使ってください*/
    list-style: none url(http://zoo.s60.xrea.com/image/filemark.gif) inside;
}

.rss_item a:link,
.rss_item a:visited,
.rss_item a:active {
    margin-left: 3px;
    text-decoration: none;
    border-bottom: 1px solid #ededed;
    color: #88b;
}

.rss_item a:hover {
    margin-left: 3px;
    text-decoration: none;
    color: #e0861e;
    border-bottom: 1px dotted #e0861e;
}

.rss_date {/*日付*/
    margin-left: 5px;
    font-size: 11px;
    font-weight : normal;
    color: #F60;
}

.rss_itemdesc {/*記事の概要*/
    margin-top: 5px;
    margin-left: 40px;
    padding-left: 5px;
    font: normal normal normal 90%/1.0 verdana , arial, sans-serif, "Osaka";
    border-left: 1px solid #708090;
}

div.srch {/*写真の検索結果*/
	float: left;
	width: 200px;
	margin: 10px;
	font-size: small;
}

