@charset "utf-8";

body {
	margin:0;
	padding:5px;
	background:#ffffff;
	color:#555555;
	text-align:left;
	font-family:"Osaka", "MS Pゴシック", sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:1.2;
	}
h3 {
	border-left:solid 11px #cc99cc;
	padding-left:5px;
	font-size:10px;
	margin:5px 0 5px 0;
	}
p {
	font-size:10px;
	margin:3px;
	}
a {
	text-decoration:none;
	color:#0099cc;
	}
a:hover {
	color:#cc99cc;
	border-bottom:dotted 1px #cc99cc;
	}
.posted{
	font-size:9px;
	color:#555555;
	margin:0 0 0.5em 0;
	}
.posted a {
	color:#0099cc;
	border-bottom:dotted 1px #0099cc;
	padding-bottom:1px;
	}
.posted a:hover {text-decoration:none;}