body {
	margin-left : 47px;
	font-size : small;
	text : #333333;
}

h1, h2, h3, h4, h5, h6, p, ul, dl {
	margin : 0px;
	padding : 0px;
}

h2 {
	margin-bottom : 1em;
	width : 202px;
	height : 25px;
	background-image : url(/blog/blog_img/nihonbashi/kobore.gif);
	background-repeat : no-repeat;
	background-position : left;
}

h3 {
	font-size : small;
	font-weight : bold;
	color : #660000;
}

p {
	line-height : 1.5em;
}


/****** ヘッダー ******/
div#header {
	width : 506px;
	height : 98px; /* 画像サイズ */
	padding-right : 36px; /* 画像サイズ */
	background : url(/blog/blog_img/nihonbashi/taito.gif) no-repeat top right;
}


/****** コンテンツ ******/
div#linkBar {
	margin-top : 3em;
	text-align : center;
}

div#linkBar ul.ulInline li a {
	font-size : x-small;
	color : #006699;
}


/****** エントリー ******/
div.entry {
	margin-bottom : 10px;
	border-bottom : 1px solid #808080;
	padding-bottom : 10px;
}

/* 日付 */
div.entryDate {
	margin-bottom : 6px;
	border-left : 12px solid #999999;
	padding : 2px;
	background-color : #DDDDDD;
}

div.entryBody {
}

/* コメント・トラックバックＵＲＬ */
div.res {
	text-align : right;
}

div.res div {
	display : inline;
	position : relative;
	padding : 6px;
	background-color : #FDF4CA;
}

div.res ul.ulInline {
}

/****** ページャー ******/
div#pager {
	position : relative;
	border-bottom : 1px solid #808080;
	padding-bottom : 10px;
	font-size : x-small;
}

/* 前のページ｜１｜２｜３｜次のページ */
div#pager a {
	/*text-decoration : none;*/
	color : #000000;
}

/* TOPへ戻るリンク */
div#pager a.toTop {
	position : absolute;
	right : 0;
	color : #0000ff;
	text-decoration : underline;
}

/****** フッター ******/
div#footer {
	margin-top : 1em;
	border-top : 2px solid #B3B3B3;
}

div#footer a.backToHome {
	float : left;
	display : block;
	width : 171px;
	height : 17px;
	background : url(/blog/blog_img/common/home.gif) no-repeat top left;
	text-decoration : none;
	text-indent : -9999px;
}

div#footer a#copyright {
	float : right;
	display : block;
	width : 267px;
	height : 17px;
	background : url(/blog/blog_img/common/copy.gif) no-repeat top left;
	text-decoration : none;
	text-indent : -9999px;
}


/****** 汎用クラス ******/
ul.ulInline {
	display : inline;
	border-left : 1px solid #000000;
	white-space : nowrap;
	
}

ul.ulInline li {
	display : inline;
	border-right : 1px solid #000000;
	padding : 0px 0.5em;
}