/* $Id: styles.css,v 1.8 2005/06/18 17:56:01 tohokuaiki Exp $ */
div.blogEntry    { margin: 5px 0px 15px; padding: 10px }
div.blogDate  { font-style: normal; font-weight: bold; margin-top: 10px; margin-bottom: 10px }
div.blogTitle       { color: #ff4500; font-weight: bold; font-size: 130%; background: url(images/titlebg.gif) no-repeat; padding: 6px 6px 6px 50px }
div.blogTitle a     { color: navy; text-decoration: none }
div.blogCategory   { font-weight: normal; font-size: 80%; text-align: right; margin-bottom: 10px; margin-left: 0px; padding: 3px 0px 3px 10px }
div.blogShoulder   { font-weight: normal; font-size: 80%; text-align: right; vertical-align: top; margin-bottom: 0px; padding-top: 0px; padding-right: 10px; padding-left: 10px }
div.blogContents     { line-height: 120%; background-color: white; margin: 0px 0px 10px; padding: 10px }
div.blogContents:first-letter  { }
div.blogFooter  { font-size: 80%; text-align: right; margin-top: 10px; margin-left: 0px; padding: 3px }
div.blogTrackbackAnounce  { font-size: 80%; text-align: right; margin: 10px 10px 0px }
.blogShowTrackbackURL {margin-top: 10px; margin-left: 0px; font-size: 80%; text-align: right; text-decoration: underline;}
.blogTrackbackTransmit {color: #888888;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
    line-height:180%;
	border-bottom: 1px solid #888888;
	border-left: 6px solid #888888;	
	text-align: left;
	font-weight: bold;	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 30px;
	padding-left: 15px;
}
.blogTrackbackRecieved {color: #888888;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
    line-height:180%;
	border-bottom: 1px solid #888888;
	border-left: 6px solid #888888;	
	text-align: left;
	font-weight: bold;	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 30px;
	padding-left: 15px;
}
.blogTrackbackURL { text-align: right; font-size:80%; margin-right:15px;}
.blogTrackbackTitle  { margin-top: 10px; margin-left: 30px }
.blogTrackbackDescription  { color: #666666; font-size: 12px; line-height: 14px; margin-top: 10px; margin-right: 10px; margin-left: 50px; padding: 4px 10px; border: 1px; border-bottom-color: #990000; border-bottom-style: dotted; border-left-color: #990000; border-left-style: none; border-right-color: #990000; border-right-style: none; border-top-color: #990000 }
.blogindicate { text-align: right; margin-top: 2px; margin-bottom: 2px }
.blogTrackbackBlogname {margin-right: 15px; margin-top: 4px; margin-bottom: 4px; text-align: right ;}
.blogTrackbackCreated  { font-weight: normal; font-size: 80%; text-align: right; vertical-align: top; margin-top: 4px; margin-right: 15px; margin-bottom: 8px }
blogHeader {margin: 0px; border: 0px; padding: 4px;}

/* calendar and archives */

#weblog-calendar {
	empty-cells: show;
	font-size: 100%;
	margin: 0 auto;
	width: 132px;	/* change if you like:  pixels = column with * 7 + cellspacing */
					/* sample 14*7+6=104 or 18*7+6=132 or 22*7+6=160 */
/*	background-color:#fff;*/
}

#weblog-calendar a {
	text-decoration: none;
}

#weblog-calendar a:hover {
	background: transparent;
	color: #c00;
}

#weblog-calendar caption {
	color: #000;
	font: 100% Tahoma, Arial, Serif;	/* Font-size critical if you change box width */
	margin: 0;
	padding: 0;
	text-align: center;
}

#weblog-calendar #to-this { padding: 0 5px; }
#weblog-calendar #to-next a,
#weblog-calendar #to-prev a,
#weblog-calendar #to-this a {
}

#weblog-calendar #to-next a:hover,
#weblog-calendar #to-prev a:hover,
#weblog-calendar #to-this a:hover {
	color: #c00;
}

#weblog-calendar th   { color: #000; font-weight: normal; font-size: 90%; text-align: center; text-transform: uppercase; vertical-align: middle; width: 18px; height: 18px }

#weblog-calendar td {
	color: #000;
	font: normal 100% Tahoma, Arial, Serif;	/* Font-size critical if you change box width */
	text-align: center;
	vertical-align: middle;
	width: 18px;				/* Critical if you change box width */
	height: 18px;				/* Critical if you change box width */
/*  background-color:#fff;*/
}

#weblog-calendar .today {
	border: 1px solid #000;
}

#weblog-calendar tr.weblog-header  { }
#weblog-calendar tr.weblog-week  { }
#weblog-calendar th.sunday,
#weblog-calendar td.sunday {
/*	color: #xxx;
	background-color: #xxx */
}
#weblog-calendar th.saturday,
#weblog-calendar td.saturday {
/*	color: #xxx;
	background-color: #xxx */
}
#weblog-calendar td.prevmonth,
#weblog-calendar td.nextmonth {
	color: #fff;				/* hides if the same color used as background */
}


/* nansyu */
.mdTitle  { color: white; font-weight: bold; font-size: 120%; text-decoration: none; background-image: url(images/ctitle2.gif); text-align: left; margin: 10px 5px 5px 0px; padding: 6px 5px 5px 15px; border-top: 1px solid #543f32; border-bottom: 1px solid #543f32 }
.mdTitle a { color: black; text-decoration: none; vertical-align: middle }
