﻿@charset "UTF-8";

/* layout  ------------------------------*/

h2{	
	}

.contentsBlock h3{
	color:#FFFFFF;
	line-height:130%;
	font-weight:bold;
	background:url(/category/blog/images/ttl_bg.gif) repeat-x 0 0 #013468;
	padding:5px 6px 4px 6px;
	margin-bottom:10px;
}

/* 新着エントリー ------------------------------*/
#newestList{}

#newestList dl{
	background:url(/category/blog/images/line_dot_gray.gif) repeat-x left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}

#newestList dt,
#newestList dd{
	float:left;
	line-height:150%;
}

#newestList dt.date{
	width:100px;
	padding-left:10px;
	margin-right:15px;
	background:url(/category/blog/images/arrow_s_green.gif) no-repeat 0 5px;
}

#newestList dd.siteTtl{
	width:166px;
	font-weight:bold;
	margin-right:15px;
}

#newestList dd.entryTtl{
	width:360px;
}

/* ブログ一覧 ------------------------------*/
#blogList{}

#blogList .block{
	background:url(/category/blog/images/line_dot_blue.gif) repeat-x left bottom;
	margin-bottom:10px;
}

#blogList h4{
	float:left;
	width:185px;
	line-height:150%;
	font-weight:bold;
	margin-right:15px;
	padding-left:15px;
	background:url(/category/blog/images/arrow_m_blue.gif) no-repeat 0 2px;
}

	#blogList h4 a:link,
	#blogList h4 a:visited{
		text-decoration:underline;
	}

	#blogList h4 a:hover{
		text-decoration:none;
	}

#blogList dl{
	float:left;
	width:460px;
}

#blogList dt,
#blogList dd{
	line-height:150%;
}

#blogList dt{
	font-weight:bold;
	background:url(/category/blog/images/line_dot_gray.gif) repeat-x left bottom;
	padding-bottom:5px;
}

	#blogList dt a:link,
	#blogList dt a:visited{
		color:#333333;
	}

	#blogList dt a:hover{
		color:#0099ff;
	}

	#blogList dl.anaBlog dd img,
	#blogList dt img{
		vertical-align:middle;
		margin-left:5px;
	}

#blogList dd{
	padding:5px 0 10px 0;
}

#blogList dl.anaBlog{
}

#blogList dl.anaBlog dt,
#blogList dl.anaBlog dd{
	float:left;
}

#blogList dl.anaBlog dt{
	width:70px;
	margin-right:15px;
	padding:0 10px;
	background:url(/category/blog/images/arrow_s_green.gif) no-repeat 0 5px!important;
}

#blogList dl.anaBlog dd{
	width:355px;
	padding:0;
	margin-bottom:5px;
}





