@charset "utf-8";
body {
	background: #FFF;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 50px;
}
#wrapper {
	border: none;
	margin-left: 50mm;
}
#header {
	background: #FFF
}
#header h1 {
	position: absolute;
	top: 5px;
	left: 0px;
}

#shell {
	margin-left: -212px;
}

.categoryheader {
	margin-left: 212px;
	padding-bottom: 30px;
	
}

.entrybody p {
	padding: 0px;
}

#contents .entrybody h3 {
	color: #000;
	border-bottom: 1px dotted #000;
	padding: 0 0 2px 0;
	background: none;
	height: auto;
}
#contents .entrybody h3 a:link,#contents .entrybody h3 a:visited {
	color: #000;
	text-decoration: none;
}


.headerlink,
.headersearch,
#sidebar,
.pagetop,
#footerlink,
#fontchange,
#bread,
#footer ul {
	display: none;
}
#contents {
	padding: 0 0 10px 0;
	float: left;
	margin-left: 212px;
}

#footer {
	background: #FFF;
	color: #000;
	border-top: 1px dotted #333;
	padding: 10px;
	width: 600px;
	font-size: 10px;
}