@charset "EUC-JP";

/*検索画面のスタイル定義***********************************/

#SearchForm{
	margin-bottom:20px;
	background-color:#FFF7C2;
	border:1px solid #FBC32E;
	padding:10px;
}

#SearchForm h5{
}

#SearchForm th{
	padding:0px 5px;
	text-align:left;
}

#SearchButton{
	margin-bottom:10px;
	width:100px;
	height:30px;
}

/*
.Blog{
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}

.Blog .Title{
}

.Blog .Update{
	text-align:right;
	color:#999;
}

.Blog .Caption{
	padding-bottom:5px;
}
*/

.TrackBack{
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}

.TrackBack .Date{
	font-size:80%;
	color:#999;
}

.TrackBack .Blog{
	text-align:right;
}

.TrackBack .Entry{
	padding:5px 0px;
}

