/* style.css */

p,h1,h2,h3,h4,h5,td,strong{
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0px;
	text-decoration:none;
	line-height:130%;
	margin:0px;
}

span,div.memo{
	font-size:10px;
}

a.wall_link:link{
	font-weight:bold;
	color:#8080ff;
}

a.wall_link:visited{
	font-weight:bold;
	color:#8080ff;
}

a.wall_link:active{
	font-weight:bold;
	color:#ff8080;
}

a.wall_link:hover{
	font-weight:bold;
	color:#ff8080;
}

a.no_color:link{
	color:#000000;
}

a.no_color:visited{
	color:#000000;
}

a.no_color:active{
	color:#000000;
}

a.no_color:hover{
	color:#000000;
}

#slice_hide .hslise_img{
	display:none;
}
