@import "A-1.css";
/*
FAMLog用上書きテンプレート
*/


/*
日記タイトルの設定
*/
h1 {
	width:540px;
	height:60px;
	background:transparent url(famlog_logo.gif) no-repeat;
	margin:0;
	padding:0;
	text-indent:-100em;
}

/*
ツッコミした人の情報
*/
div.commentator, div.commentshort p {
	border-left:none;
}

div.day span.canchor {
	display:inline;
	background: transparent url(gray2_canchor.gif) no-repeat bottom right;
	padding: 12px 12px 0px 0px;
	color: #fff;
	font-size: 1px;
}

span.commentator {
	padding-left:0.5em;
}



/*
サイドバー関連
*/
div.sidebar {
	margin:60px 0 0 20px; /* ロゴの高さと同じだけとる */
}

div.sidebar form input { /* 検索フォーム */
	margin-right:5px;
}