@charset "utf-8";
/* CSS Document */

/* 左側
---------------------------------------------------- */
ul#top_lt{
	margin:0 0 10px 0;
	padding:0 10px 0 25px;
	line-height:180%;
	list-style-type:square
}

#left_box ul.left_lt01{
	width:561px;
	height:100px;
	margin:10px 0;
	padding:0;
	list-style:none;
	clear:both;
}
#left_box ul.left_lt01 li{
	float:left;
}

/* ブログヘッドライン
---------------------------------------------------- */
p#blog-head{
	height:20px;
	margin:0 0 3px 0;
	padding:4px 0 2px 28px;
	background-image:url(../img/icon_star.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	background-color:#fec;
}
p#blog-head a{
	margin:0 6px 0 0;
	font-weight:bold;
}
p#blog-head a:hover{color:#f90;}

/* test */
p#blog-head2{
	height:20px;
	margin:0 0 3px 0;
	padding:7px 0 2px 28px;
	background-image:url(../img/icon_star.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	background-color:#fec;
	font-size:16px;
}
p#blog-head2 a{
	margin:0 6px 0 0;
	font-weight:bold;
}
p#blog-head2 a:hover{color:#f90;}


ul#new-lt{
	width:560px;
	margin:0;
	padding:0 0 10px 0;
	list-style-type:none;
}
ul#new-lt li{
	margin:0;
	padding:3px 0 3px 15px;
	background-image:url(../img/icon_red.gif);
	background-position:0% 40%;
	background-repeat:no-repeat;
	line-height:160%;
}
ul#new-lt li a{
	margin:0 0 0 5px;
	text-decoration:none;
}
ul#new-lt li a:hover{text-decoration:underline;}

/* 士業ねっと！ブログヘッドライン
---------------------------------------------------- */
ul#sigyo-lt{
	width:560px;
	margin:0;
	padding:0 0 10px 0;
	list-style-type:none;
}
ul#sigyo-lt li{
	margin:0;
	padding:3px 0 3px 15px;
	background-image:url(../img/icon_blue.gif);
	background-position:0% 40%;
	background-repeat:no-repeat;
	line-height:160%;
}
ul#sigyo-lt li a{
	margin:0 0 0 5px;
	text-decoration:none;
}
ul#sigyo-lt li a:hover{text-decoration:underline;}

.bg_blog{
	background-color:#eee;
}