
ul.m-blog {
	background:url("../images/line01.png") repeat-x scroll 0 bottom transparent;
	clear:both;
	margin-bottom:30px;
	padding-bottom:10px;
}

ul.m-blog a,
ul.new-blog a {
	text-decoration: none;
}

ul.m-blog li p {
	margin: 0;
	line-height: 1.0em;
}

ul.m-blog li p.name {
	color: #FFFFFF;
	font-weight: bold;
	width: 80px;
}

ul.m-blog li p.title {
	color: #F37979;
	font-size: 93%;
	margin-top: 3px;
}

ul.m-blog li img {
	border: 4px double #ffffff;
	width:68px;
	margin: 0 auto;
}

ul.m-blog li {
	float: left;
	width: 90px;
	margin-bottom: 15px;
}

ul.new-blog p {
	float: left;
	font-size: 116%;
}

ul.new-blog p.date {
	width: 150px;
	color: #ffffff;
}

ul.new-blog p.name a {
	color: #ffffff;
}

ul.new-blog p.name {
	font-weight: bold;
	width: 130px;
}

ul.new-blog p.entry-title a {
	color: #FAE8E8;
}

/* clear-fix */
ul.m-blog:after,
ul.new-blog li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* @end index-page */

div.blog-info {
	background-color: #ffffff;
	border: 4px double #8C8681;
	padding: 15px;
	position: relative;
}

div.blog-info p.thum {
	margin: 0;
}

div.blog-info p.thum img {
	border: 4px ridge #8C8681;
}

div.blog-info h3 {
	background-color: #E4E4E4;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 145px;
	padding-top: 40px;
	width: 470px;
	height: 68px;
	font-size: 131%;
}

div.blog-info h3 a:link {
	color: #4B423B;
	text-decoration: none;
}

dl.blog-detail {
	margin-top: 30px;
}

dl.blog-detail dt {
	background-color: #F7F7F7;
	padding: 5px;
	font-size: 116%;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}

dl.blog-detail a {
	text-decoration: none;
}

dl.blog-detail dt a {
	color: #F37979  !important;
}

dl.blog-detail dt span {
	position: absolute;
	top: 5px;
	right: 5px;
}

dl.blog-detail dd {
	position: relative;
}

dl.blog-detail dd p {
	position: relative;
	left: 585px;
}

dl.blog-detail dd p a {
	color: #F37979 !important;
}

