/*-- Header --*/
#blogHeader {
	width: 790px;
	height: 38px;
	padding: 7px 15px 10px 25px;
	background: url(../images/header.jpg) no-repeat;
	text-align: left;
}

*html #blogHeader {
	position: absolute;
}

*html #contents {
	top: 55px;
}




/*-- Left Contents --*/

#leftContents {
	width: 220px;
	float: left;
	margin: 0 15px 0 0;
}

.leftContentsBlock {
	width: 220px;
	margin: 0 0 10px;
}

.blockHeader {
	width: 220px;
	height: 8px;
	background: url(../../images/background/left_contents_header.jpg) no-repeat;
}

.blockHeader img {
	visibility: hidden;
}

.blockBody {
	width: 194px;
	padding: 0 13px;
	background: url(../../images/background/left_contents_body.jpg) repeat-y;
}

.blockFooter {
	width: 220px;
	height: 9px;
	background: url(../../images/background/left_contents_footer.jpg) no-repeat;
}

.blockFooter img {
	visibility: hidden;
}

#blogCalendar  {
	font-size: 115%;
	font-weight: bold;
}

#blogCalendarLayout {
	width: 195px;
	border-collapse: collapse;
	font-weight: normal;
}

#blogCalendarLayout th{
	font-size: 95%;
	padding: 1px;
}

#blogCalendarLayout td{
	padding: 1px 2px;
	text-align: center;
}

#blogCalendarLayout a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.lane1 {
	color: #ff0000;
}

.lane7 {
	color: #0000ff;
}

#onDay {
	color: #333333;
	background: #ff0000;
}

.entryDay {
	background: #ffcc00;
}

td#blogCalendarBack {
	padding: 0 2px 0 14px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	background: url(../images/blogback_arrow.gif) 0 3px no-repeat;
}

td#blogCalendarNext {
	padding: 0 14px 0 2px;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	background: url(../images/blognext_arrow.gif) 100% 2px no-repeat;
}

.blogItemList dt {
	font-size: 115%;
	font-weight: bold;
}

.blogItemList dd {
	margin: 0 0 0 10px;
}

.blogItemList dd ul {
	list-style: none;
	margin: 0;
}

.blogItemList dd li {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 13px;
	background: url(../images/bloglist_arrow.gif) 0 4px no-repeat;
}

.blogItemList dd li a {
	color: #ff3300;
}

.blogItemList dd li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

p.title {
	font-weight: bold;
}

p.body {
	margin: 0 0 0 10px;
}





/*-- Right Contents --*/

#blogTitle {
	border-left: 6px solid #ff0000;

}

#blogTitle h1 {
	font-size: 180%;
	padding: 0 0 0 5px;
}

#blogTitle h1 a {
	text-decoration: none;
}

#blogTitle h2 {
	font-size: 120%;
	padding: 4px 0 0 5px;
}

/*-blogBlock-*/

#blogBlock:after {
	display: block;
	content: "";
	clear: both;
}

p.blogEnteredDay {
	padding: 5px 0;
	font-size: 110%;
	font-weight: bold;
	clear: both;
}

#blogBlock h2 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 150%;
	border-bottom: 2px dashed #ff0000;
}

#blogBlock img {
	margin: 0 10px 10px 0;
	float: left;
}

#blogBlock a {
	color: #ff6600;
	text-decoration: underline;
}

#blogBlock a:hover {
	color: #ff0000;
	text-decoration: underline;
}

div.blogOption {
	clear: both;
	margin-top: 0;
	margin-bottom: 30px;
}


p.blogOption {
	clear: both;
}

p.blogOption  a {
	color: #ff6600;
	text-decoration: none;
}

p.blogOption a:hover {
	color: #ff0000;
	text-decoration: underline;
}

p.blogTimeStamp {
	font-size: 95%;
	padding: 10px 0 0;
}

p.blogCategory {
	font-size: 95%;
	margin: 0 15px 0 0;
	float: left;
}

p.blogComment {
	margin: 0 15px 0 0;
	float: left;
}

p.blogTrackback {
	margin: 0 15px 0 0 ;
	float: left;
}

p.blogLink {
	margin: 0;
}

#Comment {
	margin: 10px 0 10px 0;
}

#Trackback {
	margin: 10px 0 10px 0;
}

#Trackback2 {
	margin: 10px 0 10px 0;
}

#blogPageGuide {
	width: 100%;
	margin: 15px 0;
	clear: both;
}

#blogPageGuide:after {
	display: block;
	content: "";
	clear: both;
}

#blogEntryBack {
	font-size: 110%;
	float: left;
}

#blogEntryNext {
	font-size: 110%;
	float: right;
}

span.b {
	font-weight: bold;
}

span.i {
	font-style: italic;
}

span.u {
	text-decoration: underline; 
}

span.s {
	text-decoration: line-through;
}





/*-- Footer Layout --*/

#footer {
	width: 790px;
	height: 30px;
	clear: both;
	padding: 22px 15px 0;
	text-align: left;
	background: url(../images/footer.jpg) no-repeat;
}

*html #footer {
	margin-top: 65px;
}

p.copyright {
	margin: 0 10px 0 0;
	padding: 0;
	clear: both;
	text-align: right;
}