/** KEIKO NARAHASHI STYLESHEET **/

/*	GENERAL */
body{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #333333
	}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #E8E8E8;
}
a:active {
	text-decoration: none;
}

/* HEADER */
span.topmenu{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
	}

/* CONTENT */
#content{
	padding: 60px 0px 0px 0px;/**/
	}
#content div{
	position: relative;
	}
#content div a{
	text-decoration: none;
	}
h2.pheader{
	color: #000;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	margin-right: 160px;
	text-decoration: none;	
	}
.postcredit{
	display: block;
	padding: 10px 0px;
	color: #000;
	}
.pdate{
	display: block;
	padding: 0px;
	color: #666666;
	font-style: italic;
	width: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	}
.pbreak{
	display: block;
	margin: auto;
	}
.pnav{
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
	color: #000;
	}
.comdisplay{
	display: block;
	}
.comdisplay textarea{
	width: 100%;
	}
.cEnter form div{
	clear: both;
	margin-bottom: 5px;
	}
.cEnter form span.label{
	display: block;
	float: left;
	width: 200px;
	margin-right: 5px;
	}
.darker{
	color: #000;
	}

/* SIDEBAR */
h3.sheader{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #000;
	}
#cats, #weblinks, #shows{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	list-style: none;
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
#cats li, #weblinks li, #shows li{
	padding: 1px 0px;
	}
span.nolist{
	display: block;
	padding-bottom: 15px;
	}
.nolist a{
	text-decoration: underline;
	}
.spacer{
	display: block;
	height: 35px;
	}


