a:hover, a:active, a:focus {color: #ff0000; position: relative; top: 2px; left: 2px; }
body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}
tr,td { font-size: 11pt; }
#mid{ font-size:9pt; }
#small{ font-size:9pt; }
#kanri{ color:#000000; } /* 管理人コメントの色 */
#log{ width:; border-style:; border-color:#FF9900; }
#log-0{ background-color:#FFCC66; } /* ランキング順位 */
#log-1{ background-color:#FFFFFF; } /* タイトル */
#log-2{ background-color:#CCCCCC; } /* カテゴリ */
#log-3{ background-color:#FFFFFF; } /* 紹介文 */
#log-4{ background-color:#FFFFFF; } /* 管理人コメント */
#title-bar{ background-color:#FFFFFF; color:#FFFFFF; font-size:8pt; } /* タイトルバー */
#mid-bar{ background-color:#FFFFCC; } /* 中段バー */

p{ line-height:1.4em; }
#font10{ font-size:9pt; }
table.border { border: 1px solid #999999; }
table.no { border: 0px;}
form {margin: 0px;}

.search {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #828282;
}
.form {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 19px;
	width: 158px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A7A7A7;
	border-bottom-color: #A7A7A7;
	background-color:#FFFFFF;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #828282;
	text-decoration: none;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #6B6B6B;
	text-decoration: none;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 19px;
	width: 167px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A7A7A7;
	border-bottom-color: #A7A7A7;
	background-color:#FFFFFF;
}
.form_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 10px;
	height: 19px;
	width: 90px;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #828282;
}
.text_2 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 10px;
	color: #828282;
}

/*** ajatb.css - Ajax trackback component (stylesheet) ***/

.ajaxtb {
	font-style: normal;
	font-weight: normal;
	background: #99FF99;
    border-top: 1px solid #339933;
    border-left: 1px solid #339933;
    border-bottom: 1px solid #339933;
	margin: 1em 0 1em 2em;
	padding: 8px;
}

.ajaxtb li {
	margin: 0 0 0.3em 0;
	padding: 0;
	list-style: none;
	line-height: 1.0em;
}

/*** title ***/

.ajaxtb li .ajaxtb_title {
	display: block;
	font-size: 90%;
}
.ajaxtb li .ajaxtb_title a {
	text-decoration: none;
}

/*** date and blogname ***/

.ajaxtb li .ajaxtb_date {
	display: inline;
	color: #336633;
	font-size: 90%;
}

.ajaxtb li .ajaxtb_blog_name:before {
	content: " from ";
}

.ajaxtb li .ajaxtb_blog_name {
	margin: 0 0 0 0.3em;
	color: #336633;
	font-size: 90%;
}

/*** excerpt ***/

.ajaxtb li .ajaxtb_excerpt {
	display: block;
	color: #333333;
	font-size: 80%;
}

