@charset "UTF-8"; 
/* CSS Document */

#blog dl a:link{color:#333333; text-decoration:none;}
#blog dl a:visited{color:#333333; text-decoration:none;}
#blog dl a:hover{color:#333333; text-decoration:underline;}
#blog dl a:active{color:#333333; text-decoration:none;}

#blog{
margin-bottom:20px;
}

#blog img{
margin:0;
}

#blog dl{
background:url(../../images/dotline.gif) bottom left no-repeat;
padding:7px 0;
}

#blog dt{
color:#666666;
float:left;
width:70px;
}

#blog dd{
float:right;
width:470px;
}

#blog dd.new a{
padding-right:25px;
background:url(../../images/ic_new.gif) center right no-repeat;
}

#blog_entry{
}

#blog_entry .title{
padding:4px 10px;
background-color:#EBEBEB;
margin-bottom:10px;
}

#blog_entry .date{
font-size:10px;
text-align:right;
margin-bottom:10px;
}

#blog_entry .entry{
margin-bottom:20px;
}

#blog_archive{
padding:10px;
border:1px solid #CCCCCC;
margin-bottom:20px;
background:url(../images/subtit_blog_archive.gif) top center no-repeat;
padding-top:30px;
}

#blog_archive img{
vertical-align:top;
margin-bottom:10px;
}





#blog_category{
padding:10px;
border:1px solid #CCCCCC;
margin-bottom:20px;
background:url(../images/subtit_blog_category.gif) top center no-repeat;
padding-top:30px;
}

#blog_category img{
vertical-align:top;
margin-bottom:10px;
}


/* 新着分類 */

.news-box-l {
	float: left;
	width: 265px;
	border: 2px solid #DCCAC8;
	margin-bottom: 10px;
	line-height: 1.4em;
	background-image: url(http://www.mediva.co.jp/komatsu-blog/images/st_01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.news-box-r {
	float: right;
	width: 265px;
	border: 2px solid #DCCAC8;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
	background-image: url(http://www.mediva.co.jp/komatsu-blog/images/st_02.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.news-box-l dl, .news-box-r dl {
	padding-left: 5px;
}

.news-box-l dt, .news-box-r dt {
	color: #000000;
	padding-top: 5px;
}

.news-box-l dd, .news-box-r dd {
}

.news-box-l a:link, .news-box-r a:link {
	color: #000066;
	text-decoration: none;
}

.news-box-l a:visited, .news-box-r a:visited {
	text-decoration: none;
	color:#000066;
}

.news-box-l a:hover, .news-box-r a:hover {
	text-decoration: underline;
	color:#000000;
}

.news-box-l a:active, .news-box-r a:active {
	text-decoration: none;
	color:#000066;
}

div.linec {
	height: 10px;
	clear: both;
	background-image: url(http://www.mediva.co.jp/komatsu-blog/images/line_clear.gif);
	background-repeat: repeat-x;
	background-position: center;
}

div.linec hr {
  display: none;
}

