@charset "utf-8";
/* ====last update 2007/12/11 ==== */


/* =============================== */
/*  OHASHI Blog CSS for Wordpress  */
/*               author:T.NIkaidoh */
/* =============================== */


.Blogbox	{
	display: block;
	float: right;
	width: 437px;
	padding:0 8px 0 10px;
	background-image: url(../img/BlogContentsBack.png);
	background-repeat: repeat-y;
	background-position: left top;
	}

.Blogbox p	{
	font-size: 0.8em;
	margin-bottom: 1.2em;
	}	

div.Blogmenu	{
	display: block;
	float: left;
	width: 158px;
	margin:-3px 0 0 0;
	padding:0 0 0 12px;
}

.Blogmenu .profile {
	font-size: 0.6em;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #CCCCCC;
}
.Blogmenu h4 {
}


.profile dt,.profile dd	{
	margin: 0;
	padding: 0 0 6px 0;
}

.profile span	{
	font-weight: bold;
}

.return	{
	text-align: right;
	padding-bottom: 25px;
}

	
ul.archive	{
	font-size: 0.8em;
	margin: 12px 0;
}
		
.archive li	{
	background-image: url(../img/ListPoint.png);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	display: block;
	margin: 0 0 4px 3px;
	padding: 0 0 0 12px;
}


.archive .children li	{
	background-image: url(../img/ListPoint02.png);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	display: block;
	margin: 0 0 4px 3px;
	padding: 0 0 0 8px;
}


	
.Blogbox h4 {
	font-size: 0.9em;
	display: block;
	font-weight: bold;
	background-image: url(img/BlogTitlePoint.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin:0 0 0 10px;
	padding:8px 8px 8px 20px;
}

.BligTitle {
	border: 1px solid #CCCCCC;
	background-image: url(img/BlogTitleBack.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin:0 2px 0 5px;
}

.BlogText img {
	margin: 5px;
}

p.BlogData {
	text-align: right;
	font-weight: normal;
	font-size: 0.6em;
	padding: 5px 3px 0 0;
}

.BlogText {
	background-image: url(../img/BlogBottomline.png);
	background-repeat: repeat-x;
	padding: 0 0 10px 0;
	background-position: bottom;
	line-height: 180%;
}

.BlogText p{
	margin: 0 5px 1.4em 20px;
}
p.pagelink {
	text-align: center;
	font-size:0.6em;
}
p.pagelink span	{
	width: 200px;
	display: block;
	float: left;
	}


div#trackback .trackbackUrltitle{
	margin-bottom:5px;
}
div#trackback .trackbackUrl{
	background:#f2f2f2;
	padding:5px;
	margin-top:5px;
}


