h2.title {
	position:relative;
	z-index: -1;
}
h2.title p {
	position:absolute;
	font-size:12px;
	top:35px;
	left:42px;
}

#blog {
	background:#ffffff url(../image/cont_bg.jpg) no-repeat 0 0;
	width:900px;
	margin:0 auto;
	padding:70px 0 0 0;
}

#blog h2.pagetitle {
	color:1396DA;
	font-weight:bold;
	border-bottom:2px solid #1396DA;
	padding-top:10px;
	margin-bottom:20px;
}

#blog .navigation {
	margin-bottom:10px;
}

#page-nav {
	width:878px;
	border:1px solid #999999;
	background:#eeeeee;
	margin:0 0 10px 10px;
	padding:10px 0 5px 0;
}
#page-nav ul li {
	display:inline;
	border-right:1px solid #999999;
	padding:5px 7px 5px 5px;
}

#main-cont {
	float:left;
	width:642px;
	margin:0 0 10px 10px;
	padding:0;
}
*html #main-cont {
	margin-left:5px;
}

#blog .blog-btm {
	background:url(../image/cont_bg.jpg) no-repeat 0 bottom;
	padding-bottom:70px;
}

#blog .entry {
	width:642px;
	background:url(../image/entry_bg_top.jpg) no-repeat 0 0;
	margin:0 0 20px 0;
	padding:0;
}

#blog .entry .entry-header {
	width:591px;
	padding:10px 0 0 25px;
}
#blog .entry .entry-header p {
	text-align:right;
}
#blog .entry .entry-header p span.date {
	margin-left:10px;
}
#blog .entry h3 {
	margin-bottom:10px;
}
#blog .entry .entry-header h3.entry-title {
	background:url(../image/entry-title.gif) no-repeat 0 0;
	width:591px;
	height:42px;
	padding:0.6em 0 0 30px;
	font-size:125%;
}
#blog .entry .entry-body {
	width:591px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:0 24px 0 25px;
}
*html #blog .entry .entry-body {
	padding-bottom:0px;
}

#blog .entry .entry-body p {
	line-height:150%;
	margin-bottom:0.7em;
}
#blog .entry .entry-bg-bottom {
	width:642px;
	background:url(../image/entry_bg_btm.gif) no-repeat 0 bottom;
	padding-bottom:10px;
}


#blog .entry .entry-column {
	padding-bottom:20px;
}

#blog .entry .entry-comment {
}
#blog .entry .entry-comment ol {
	list-style:decimal;
	padding-bottom:20px;
}
#blog .entry .entry-comment ol li {
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:0 0 0 20px;
}
#blog .entry .entry-form table.comment {
	width:100%;
	border:1px solid #999999;
	background:#eeeeee;
	margin-bottom:10px;
}
#blog .entry .entry-form table.comment tr td {
	padding:10px 0 0 10px;
	text-align:left;
	color:#C53566;
}
#blog .entry .entry-form table.comment tr td textarea {
	margin-bottom:10px;
	width:450px;
}
#blog .entry .entry-form table.comment tr td input#submit {
	margin-bottom:10px;
}

/* sidebar */
#sidebar {
	float:right;
	width:218px;
	margin:0 10px 10px 0;
}
*html #sidebar {
	margin-right:5px;
}

#sidebar .side-cont {
	margin-bottom:20px;
}
#sidebar .side-cont h3 {
	margin-bottom:10px;
}
#sidebar .side-cont table#wp-calendar {
	width:100%;
	text-align:center;
	border:0;
}
#sidebar .side-cont table#wp-calendar th {
	width:31px;
	border:0;
}
#sidebar .side-cont table#wp-calendar th.sat {
	color:#0066FF;
}
#sidebar .side-cont table#wp-calendar th.sun {
	color:#FF3300;
}
#sidebar .side-cont table#wp-calendar td {
	border:0;
	height:20px;
}
#sidebar .side-cont table#wp-calendar td a {
	display:block;
	width:17px;
	height:17px;
	margin:0 auto;
	background:url(../image/calendar_blue.gif) no-repeat center 0;
	color:#FFFFFF;
}
#sidebar .side-cont table#wp-calendar td#today {
	background:url(../image/calendar_orange.gif) no-repeat center 0;
	color:#FFFFFF;
}
#sidebar .side-cont table#wp-calendar td#prev a,
#sidebar .side-cont table#wp-calendar td#next a {
	display:block;
	height:17px;
	margin:0 auto;
	background:none;
	color:#000000;
}
#sidebar .side-cont ul li {
	background:url(../image/side_list_dot.gif) no-repeat 0 0.3em;
	padding:0 0 0 15px;
	margin-bottom:5px;
}


#sidebar .side-cont h3.other {
  background:url(../image/ttl_widget.gif) no-repeat ;
	height:33px;
	color:#FFFFFF;
	font-size:120%;
	margin-bottom:0px;
	padding-left:10px;

}
