@charset "utf-8";
/* ------------------------------------------
Style Name: common2.css
Since:      2008-09-27
Modified:   2010-12-29
Auther:     Seiichi Kaneko
------------------------------------------*/
/* ------------------------------------------
	background
--------------------------------------------*/
html {
	background: url(./image/back.jpg) repeat;
}
body{
	background: transparent url(./image/bg-shadow.gif) repeat-y scroll 50%;
	text-align: center;
}
/* ------------------------------------------
	wireframe
--------------------------------------------*/
div#wrapper {
	margin: auto;
	width: 640px;
	text-align: left;
	background-color: #F7F7FA;
}
/* ------------------------------------------
	header
--------------------------------------------*/
div#header {
	height: 200px;
	background-color: #C7DDFF;
	background-image: url(../image/head01.jpg);
}
div#header p.description {
	margin: 0 0 0 50px;
	line-height: 1.2;
	color: #000;
	font-size: 95%;
}
/* ------------------------------------------
	content
--------------------------------------------*/
div#content {
	clear: both;
	padding: 10px 26px;
	background-color: #F7F7FA;
}

/* ------------------------------------------
	エントリー部分
------------------------------------------*/
#content h1,
#content h2.index_h1 {
	margin: 0.3em -10px 1em -10px;
	padding: 4px 10px;
	border-style: double;
	border-width: 3px 0;
	line-height: 1;
	background-repeat: repeat-x;
	font-size: 100%;
	font-weight: bold;
}
#content h2 {
	margin: 2em 0 1em;
	font-weight: bold;
	font-size: 90%;
	word-spacing: 0.4em;
}
#content h3 {
	margin: 0 0 0.5em;
	font-weight: bold;
	font-size: 90%;
}
#content p {
	margin: 0 0 1.5em;/*2008-04-30*/
	text-indent: 1em;
	line-height: 1.62;
	font-family: "Verdana","tahoma","MS UI Gothic","Osaka",sans-serif;/*2008-04-30*/
}
#content p.date{
	margin: 1em 0 0 0;
	text-align: right;
	color: #003366;
	font-size: 90%;
}
#content p.note{
	margin: 1em 3em;
	text-indent: -1em;
	color: #003366;
	font-size: 90%;
}
#content p.update{
	margin: 0 0 2em;
	text-indent: 0em;
	font-size: 90%;
}
#content blockquote {
	margin: 2em;
	padding: 0 1em;
}
#content blockquote p,
#content blockquote li {
	margin: 0;
	font-size: 95%;
	color: #990000;
	line-height: 1.4;
}
#content blockquote p {
	text-indent: 1em;
}
#content hr {
	margin-top: 2em;
}

/* ------------------------------------------
	common footer
------------------------------------------*/
div#footer {
	padding: 6px 10px 10px;
	border-top: none;
	color: white;
	background-image: url(http://silentsheep.net/image/footer_bg.png);
	background-color: #F3FCDE;
	clear: both;
}
#footer p {
	font-size: 70%;
	margin: 5px;
}
#footer a{
	color: #77A822;
	text-decoration: none;
}
#analytics {
	display: none;
}
/* --------- copyright --------------*/
address {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: right;
	font-size: 70%;
}

/* ------------------------------------------
	main_indexページ
--------------------------------------------*/
/*===========メインメニュー====================*/
#mainList {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	color: #000000;
/*	background-color: silver;*/
}

/*===========インデックスメニュー====================*/
dl#index_list {
	margin: 0.5em 0 1em 1em;
}
dl#index_list dt {
	margin: 0.1em 0 0;
	color: #857547;
	font-size: 90%;
}
dl#index_list dd {
	margin: 0 0 5px;
	padding: 0 0 5px 2em;
	border-bottom: 1px dotted #CCCCCC;
	color: #857547;
}
/*===========インデックスメニュー 2010/06/18 ====================*/
ul#index_list {
	margin: 10px 0 10px 10px;
	zoom: 100%;
	list-style: none outside none;
}
ul#index_list li {
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
/*	height: 90px;*/
	font-size: 90%;
	border-bottom: 1px dotted #857547;
}
ul#index_list li .image {
	float: left;
	width: 80px;
}
ul#index_list li .image img {
	display: block;
	margin:0 auto;
	text-align:left;
	vertical-align: bottom;
	height: 70px;
}
ul#index_list li .text {
	float: right;
	width: 285px;
}
ul#index_list li h3 {
	margin: 3px 0;
	font-size: 110%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3",sans-serif;
}
ul#index_list li p.date {
	margin: 0;
	font-size: 75%;
	color: #857547;
	text-align: left;
	text-indent: 0;
}
ul#index_list li p.excerpt {
	margin: 0 0 5px 15px;
	text-indent: 0;
	}
ul#index_list li a {
	display: block;
	margin: 0;
	padding: 2px;
}

/*===========各リストページ・インデックスメニュー====================*/
dl#category_list {
	margin: 0.5em 0 1em 1em;
}
dl#category_list dt {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../image/arrows1.png) no-repeat left center;
	color: #857547;
}
dl#category_list dd {
	margin: 0 0 0.7em 3em;
	font-size: 90%;
}

/*===========右サイドメニュー====================*/
#sideNavi {
	float: right;
	margin-bottom: 1em;
	width: 180px;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
/*	background-color: lime;*/
}
ul#archive {
	margin: 1em 0 0;
	list-style: none;
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	font-size: 90%;
}
ul#archive li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
}
ul#archive a {
	display: block; /* ブロックレベル要素として表示 */
	padding: 3px 0 3px 15px;
	width: 160px !important; /* Windows Internet Explorer対策のためボックス幅を指定 */
	width /**/: 134px; /* Windows Internet Explorer 5用の値を指定*/
	color: #3333cc;
	text-decoration: none;
}
#archive li a:hover {
	width: 100%;
	color: #EC8602;
	background: #CC0000; /*一応、赤としているが各サイトに応じて変える*/
}
#archive li.here a {
	color: #000;
	font-weight: bold;
}

/* ------------------------------------------
	blogPages, webPage, listPage
------------------------------------------*/
body.mainIndex div#header p.site_name,
body.blogPage div#header p.site_name,
body.webPage div#header p.site_name,
body.listPage div#header p.site_name {
	padding: 20px 0 0 30px;
	color: #857547;
	text-decoration: none;
	font-family: Arial Black,Helvetica,sans-serif,Meiryo;
	font-size: 90%;
	font-weight: bold;
}
body.mainIndex div#header p.site_name a,
body.blogPage div#header p.site_name a,
body.webPage div#header p.site_name a,
body.listPage div#header p.site_name a {
	text-decoration: none;
}
body.mainIndex div#header h1,
body.blogPage div#header p.h1,
body.webPage div#header p.h1,
body.listPage div#header p.h1 {
	margin-bottom: 10px;
	padding: 0 0 0 40px;
	color: darkblue;
	font-size: 150%;
	font-family: Verdana,Arial,Arial Black,Helvetica,sans-serif;
	font-weight: bold;
}

body.mainIndex div#header h1 {
	padding: 0 0 0 40px;
	color: darkblue;
	font-family: Verdana,Arial,Arial Black,Helvetica,sans-serif;
	font-weight: bold;
}

body.blogPage div#header p.h1 > img,
body.webPage div#header p.h1 > img,
body.listPage div#header p.h1 > img {
	padding: 0;
}  
div#content p.topicPath {
	margin: 0 0 25px -10px;
	color: #696969;
	font-size: 85%;
	text-indent: 0;
}

/* ------------------------------------------
	ページトップへ戻る
------------------------------------------*/
div#content p.toTop {
	margin: 0 5px 5px;
	text-align: right;
	font-size: 80%;
}
div#content p.toTop a {
	padding: 10px 0 10px 15px;
	background: url(http://silentsheep.net/image/arrow_to_top.gif) no-repeat left center;
}
/* ------------------------------------------
	関連エントリ、コメント、トラックバック表示
------------------------------------------*/
div#subContent {
/*	padding: 10px 26px;	*/
	background-color: #F7F7FA;
	font-size: 85%;
}
#submenu1 {
	width: 360px;
	float: left;
}
#submenu2 {
	width: 220px;
	float: right;
}
div#subContent h3 {
	padding: 1px 0 1px 10px;
	color: #636363;
	font-weight: bold;
	border-bottom: 1px dotted;
	background-color: #EFECEB;
}
div#subContent p {
/*	text-indent: 0;	*/
}
#tb_com p {
	margin: 0;
	text-indent: 0;
}
#tb_com p.excerpt {
	margin: 0 0 0 2em;
}
#tb_com p.posted {
	margin: 15px 10px 10px 5px;
	padding: 3px 0 0 25px;
	background: transparent url(./image/comment.gif) no-repeat 2px center;
	border-bottom: solid 1px #6F6F6F;
}
#tb_com div.comment_body {
	margin: 0 0 0 30px;
}
#content .error{
	font-size: 90%;
	font-weight: bold;
	color: red;
	border: solid 1px red;
	padding: 5px;
	text-align: center;
}
#related ul.related li {
	margin-left: 0;
	padding-left: 18px;
	list-style-type: none;
	background: url(image/arrow_page.gif) no-repeat left center;
	line-height: 2;
}
/* ------------------------------------------
	コメントプレビュー表示
------------------------------------------*/
#preview  {
	margin: 1em 30px;
	font-size: 90%;
}
div#preview p {
	text-indent: 0;
	margin: 0 0 1em 0;
}
#preview p.posted {
	margin: 2em 0 1em 0;
	padding: 3px 4px 0px 26px;
	background: transparent url(./image/comment.gif) scroll no-repeat 0 center;
	border-bottom: solid 1px #6F6F6F;
}
#preview div.comment_body {
	margin: 0 0 30px 20px;
	border-bottom: 1px dashed #000;
}
/* ------------------------------------------
	コメント完了表示
------------------------------------------*/
div#content p.smile {
	margin: 1.5em 0 0.5em 1.5em;
	padding: 20px 0 0 30px;
	background: transparent url('./image/smile.png') scroll no-repeat 0 0;
}
/* ------------------------------------------
	テキスト位置、サイズ
--------------------------------------------*/
.lt {
	text-align: left;
}
.ct {
	text-align: center;
}
.rt {
	text-align: right;
}
.s1 {
	font-size: 90%;
}
.s2 {
	font-size: 80%;
}
/* ------------------------------------------
	マージン、インデント調整
--------------------------------------------*/
.m1 {
	margin: 0 1em;
}
.m2 {
	margin: 0 2em;
}
#content .ml3 {
	margin-left: 3em;
}
#content .ti0 {
	text-indent: 0em;
}
/* ------------------------------------------
	画像枠、画像キャプション他
--------------------------------------------*/
.image_rt {
	float: right;
	padding: 0 10px;
	clear: both;
}
.image_lt {
	float: left;
	padding: 0 10px;
	clear: both;
}
.thumb {
	border: 1px solid #CCC;
}
/*-------------画像キャプション-------------*/
.img-caption {
	padding: 8px 0;
	line-height: 1.2;
	text-align: center;
	color: #FF6600;
	font-size: 85%;
}
/*---------------画像幅---------------------*/
.w180{
	width: 180px;
}
.w240{
	width: 240px;
}
.w320{
	width: 320px;
}
.w360{
	width: 360px;
}
/*--------------画像にシャドウ------------------*/
.shadow {
/*	float: right;*/
	display: block;
	padding: 8px;
	width: 328px;
	height: 248px;
	border: 0px solid;
	background: url(./image/shadow.png) top left;
}
.shadowContainer {
	clear: both;
	float: right;
	margin: 10px 0 5px 10px !important;
	margin: 10px 0 -5px 5px;
	background: url(./image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(./image/shadow.gif) no-repeat bottom right;
}
.shadowContainer img {
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px !important;
	margin: -6px 6px 3px -6px;
	padding: 4px;
	border: 1px solid #A9A9A9;
	background-color: #FFF;
}
.float_rt {
	clear: both;
	display: inline;
	float: right;
	margin: 0 0 0 26px !important;
	margin: 0 0 0 8px;
}
.float_lt {
	clear: both;
	display: inline;
	float: left;
	margin: 0 10px 0 0 !important;
	margin: 0 10px 0 0;
}
/* Hides from IE-mac \*/
* html .shadowContainer {height: 1%;}
* html .rt {height: 1%;}
/* End hide from IE-mac */

/*--------------画像にシャドウ２------------------*/
.shadow2 {
	background-image: url(./image/shadow_001.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 10px 10px 0;
	padding: 0px;
	position: relative;
	float: left;
	border: none;
}
.shadow2 img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: -5px 5px 5px -5px;
	position: relative;
}
/* ------------------------------------------
	画像をポラロイド風＋シャドウ
------------------------------------------*/
div.polaroid {
	background: url("./image/shadow-frame.png") no-repeat scroll 0 0 transparent;
	margin: 0 0 15px 0;
	padding: 15px 0 0 15px;
}
div.polaroid div.pola-shadow {
	background: url("./image/shadow-frame.png") no-repeat scroll 100% 100% transparent;
/*	margin: -9px -6px -4px -9px; original */
	margin: -12px -6px -4px -12px;
	overflow: hidden;
	padding: 6px 0 0 6px;
}
* html div.polaroid {
	background: url("./image/pola-shadow.gif") repeat scroll 0 0 transparent;
	margin: 15px;
	padding: 11px 8px 10px 11px;
}
* html div.polaroid div.pola-shadow {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #DDDDDD #CCCCCC #BBBBBB;
	border-style: solid;
	border-width: 1px;
	margin: -9px -6px -15px -9px;
	padding: 9px 0 0 9px;
}
* html div.polaroid img {
	border-color: #DDDDDD #CCCCCC #BBBBBB;
	border-style: solid;
	border-width: 1px;
	margin-left: 1px;
}
* html div.polaroid div.img-caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.image_ct {
	margin-left: auto !important;
	margin-right: auto !important;
}
div.polaroid div.img-caption {
	margin-bottom: 10px;
	padding: 10px 14px 10px 0;
}
/* ------------------------------------------
	回り込み解除
------------------------------------------*/
br {
	clear: both;
}

/* ------------------------------------------
	リンク先にアイコン表示
--------------------------------------------*/
a.link {
	background: url(image/double_arrow.png) left 7px no-repeat;
	display: inline-block;
	margin-left: 10px;
	padding-left: 3px;
}
.img-caption a.link {
	background: url(image/double_arrow.png) left 3px no-repeat;
	padding-left: 14px;
}
ul.link {
	margin-left: 2em;
	list-style-image: url(image/double_arrow.png);
}
li.link {
	list-style-image: url(image/double_arrow.png);
}
ul.blue-bullet {
	margin-left: 2em;
	list-style-image: url(image/blue-bullet.gif);
}
dl.link dt {
	padding-left: 30px;
/*	padding-bottom: 0px;*/
	background: url(image/double_arrow.png) 10px center no-repeat;
}
dl.link dd {
	margin: 0 40px 10px 35px;
	font-size: 95%;
}
/* ------------------------------------------
	ページ番号
	Credits: Dynamic Drive CSS Library 
	URL: http://www.dynamicdrive.com/style/
--------------------------------------------*/
.pagination {
	margin: 3em 0;
	padding: 2px;
	font-size: 85%;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	margin: 0;
	padding-bottom: 1px;
	display: inline;
	list-style-type: none;
}
.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}
.pagination li.currentpage {
	padding: 0 5px;
	border: 1px solid navy;
	color: #FFF;
	background-color: #2e6ab1;
	font-weight: bold;
}
.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}
.pagination li.nextpage {
	font-weight: bold;
}
* html .pagination li.currentpage, * html .pagination li.disablepage{ 
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}

/* ------------------------------------------
	サイト内検索１（MT4デフォルト）
--------------------------------------------*/
div#search form {
	margin: 0;
	border: none;
}
div#search form fieldset {
	padding: 0.1em 0;
	border: none;
	background-color: transparent;
}
div#search form legend {
	display: none;
}
div#search form input {
	margin: 0 3px 0 10px;
}
div#search form input.inputField {
/*	margint: 0 3px 0 10px;*/
	padding: 4px;
	width: 140px;
	color: #333333;
}
input, textarea {
	margin: 0 0 5px 0;
	padding: 2px 0.2em;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3",sans-serif;
}
/* ------------------------------------------
	サイト内検索２（AjaxSiteSearch）
--------------------------------------------*/
div#AjaxSearch fieldset {
	padding: 0 0 10px 10px;
	border: none;
}
div#AjaxSearch legend {
	display: none;
}
div#AjaxSearch fieldset p {
	padding-top: 13px;
	margin: 0;
	background: url("image/search.png") no-repeat scroll 176px 14px;
	text-indent: 0;
}
div#AjaxSearch input {
	vertical-align: middle;
}
div#AjaxSearch input#search_box {
	margin-right: 5px;
	width: 160px;
}
/* ------------ result -------------- */
div.result h2 {
	margin-bottom: 1em;
	font-size: 1.4em;
}
div.result dl {
	margin-left: 10px;
}

div.result dl dt {
	margin-bottom: 0.5em;
}
div.result dl dd {
	margin: 0 0 1em 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
	font-size: 85%;
}
div.result img.searching {
	margin-right: 5px;
	vertical-align: middle;
}
div.result p.search_back {
	padding: 1em 0 1em 16px;
	background: url(/img/icon_arrow.gif) no-repeat left center;
}
div.result span.keywords {
	background: #FF6;
}
/* ------------------------------------------
	アクセスランキング（AccessRanking）
--------------------------------------------*/
div#pagerank_viewer {
	margin: 0 0 20px 0;
	float: right;
	width: 100%;
/*	width: 200px;*/
/*	border:5px solid #4c597f;*/
}
ul#page_rank {
	margin: 5px 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
/*	background-color: #eee;*/
/*	border: 1px solid #414e74;*/
}
ul#page_rank li {
	margin: 0 0 0 10px;
}
ul#page_rank a,
ul#page_rank a:link,
ul#page_rank a:visited,
ul#page_rank a:active,
ul#page_rank a:hover {
/*	color: #303;*/
	text-decoration: none;
}
ul#page_rank li a {
	padding: 3px 0 3px 5px;
	height: 100%;
	line-height: 1.3;
	display: block;
	border-bottom: 1px solid #E8E8E8;
}
ul#page_rank li a span.right {
	padding: 0 0 0 5px;
	float: right;
}
ul#page_rank li a span.desc {
/*	display: block;*/
	line-height: 1;
	font-weight: bold;
}
ul#page_rank li a:hover {
	height: 100%;
	background-color: #EEE;
	border: 1px solid #dedede;
}
div#pagerank_viewer div.rank_info {
/*	margin: 15px 0 20px;*/
	font-size: 80%;
	text-align: right;
}
/*-------目次ページリスト、ランキング---------*/
#sideNavi li.here,
#sideNavi li a:hover,
#pagerank_viewer li.here,
#pagerank_viewer li a:hover {
	color: #EC8602;
}

/* ------------------------------------------
	フレーズランキング（PhraseRanking）
--------------------------------------------*/
div#phrase_ranking a.link {
	background-position: left center;
	padding-left: 13px;
	font-size: 90%;
}
div#phrase_ranking img {
	vertical-align: middle;
}

/* -----	トップページ・アーカイブページ用	-------------*/
body.mainIndex div#pagerank_viewer,
body.listPage div#pagerank_viewer {
/*	width: 175px;*/
/*	font-size: 80%;*/
}
div#sideNavi h2,
div#sideNavi h3 {
	margin: 20px 0 5px 0;
	color: ;/*個別ブログCSSで設定*/
	font-size: 90%;
	line-height: 1;
	text-indent: 10px;
}
/* -----	エントリページ用	-------------*/
body.blogPage ul#page_rank {
	width: 220px;
	font-size: 90%;
}
/*---------------- highslide -------------------*/
.highslide {
	cursor: url(http://silentsheep.net/highslide/graphics/zoomin.cur), pointer;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(http://silentsheep.net/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-full-expand {
	background: url(http://silentsheep.net/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
/*	border: 1px solid gray;*/
}
.highslide:hover img {
	filter: alpha(opacity=50); /* ie */
	-moz-opacity: 0.5; /* Mozilla */
	opacity: 0.5; /* w3c */
	background-color:#CCC;
}
.highslide-wrapper,
.rounded-white {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	color: #FF6600;
	padding: 5px;
	background-color: white;
}
a.highslide-credits {
	padding: 0 2px;
	color: silver;
	text-decoration: none;
	font-size: 5px;
}
a.highslide-credits i {
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-dimming {
	background: black;
	position: absolute;
	filter: alpha(opacity=15); /* ie */
	-moz-opacity: 0.15; /* Mozilla */
	opacity: 0.15; /* w3c */
}
/* ------------------------------------------
	Recent Entry & Random Entry  2010/06/19
--------------------------------------------*/
#recentEntry table {
	border: none;
	background-color: none;
	border-collapse: separate;
}
#recentEntry th,
#recentEntry td {
	border: none;
	background-color: none transparent;
	font-size: 100%;
}
table.image-list {
	width: 350px;
	margin: 10px auto;
	border: none;
}
table.image-list tr td,
table.image-list tr td table tr td {
	border: none;
	background: none;
	padding : 0;
}
table.image-list tr td {
	width : 110px;
	vertical-align : top;
	border: none;
}
table.image-list tr td table {
	margin-bottom : 10px;
}
td.image-list-item {
	margin : 0;
	padding : 0;
	text-align : center;
	vertical-align : bottom;
}
td.image-list-item img {
	height: 70px;
	border: 1px solid #CCC;
	padding: 2px;
}
div#recentEntry p {
	margin: 2px 0;
	text-align: center;
	color: #686868;
	line-height: 1.2;
	font-size: 95%;
}
td.image-list-item a,
td.image-list-item a:link,
td.image-list-item a:visited {
	color: #686868;
	text-decoration: none;
}

