@charset "UTF-8";
/* CSS Document */

.lists li, #blogList li {
	background-image: url(img/blog_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 7px 0.2em;
	padding-left: 20px;
	font-size: 10px;
	line-height: 140%;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}
.lists li a:link, .lists li a:visited,
#blogList li a:link, #blogList li a:visited {
	color:#052054;
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}
.lists li a:hover,
#blogList li a:hover {
	color:#052054;
	text-decoration: underline;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}
/*blog-RSS用にサイズ変更*/
/*元はblog_list.html 専用*/
/*------------------------------*/
body#blogList {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
	width:360px;/*元295px*//*医健の広場に合わせる為topは450*/
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#news a,
#blog a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 360px;/*元316px*//*医健の広場に合わせる為topは480*/
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
