body,p{
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFCC;
}

ul{
list-style:none;
width:580px;
margin:0px;
padding:0px;

}





li{
	list-style:none;
	font-size:13px;
	line-height:240%;
	padding-left:5px;
	text-align:left;
	margin:0px;
	background-image: url(../images/blog_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;


}

a:link{
text-decoration:none;
color:#000000;
}

a:visited{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:underline;
color:red;
}
strong {
	font-weight: bold;
	color: #330000;
}
