body {
	margin: 0;
	color: black;
	background-color: white;
	background-image: url(../images/bbsgr.png);
	background-repeat: repeat-y;
	background-position: right;
}

a { color: #066; }
A:link { color: #066; }
A:visited { color : #CE3921; }
A:active { color : #FF0000; }
a:hover { color: #FF0000; }

/*----- HEAD -----*/
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

/* banner */
#banner {
	padding:15px;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	background:transparent;
	text-decoration:none;
}

h1 {
	color: #CE3921;
	font-weight: bold;
	font-size: 2.5em;
	font-family: "Times New Roman", "ＭＳ Ｐゴシック", "Times Roman", "Times", sans-serif;
	background-image: url(http://cwww.pos.to/logos.png);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0em 0em 0.25em 0em;
	padding: 0.25em 0em 8px 0em;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #CE3921;
	border-left-width: 1em;
	border-bottom-width: 2px;

	background-position: 1em;
}

head:first-child+body h1 {
	background-position: 0;
}

/* description bits */
.description {
	margin-top:5px;
	color:#999999;
	background:transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:x-small;
	font-weight:bold;
	text-transform:none;
	letter-spacing:normal;
}

/* left content grobal bits */
#content {
	float:left;
	clear:left;
	width:75%;
}

/* menu (previous and next entry link) bits */
#menu {
	margin:15px 0;
	font-style: italic;
	text-align: center;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	text-decoration:none;
}

/*----- STORY -----*/
/* Blog Main */
.blog {
	margin-left:15px;
	font-family:Verdana, Arial, sans-serif;
	font-size: 90%;
}

/* entry bits */
.blogbody {
	padding: 5px 0px 0px;
	margin-bottom: 5px;
  	line-height: 150%;
}

.blogbody p {
	margin:10px 0;
	line-height:140%;
}

.blogbody blockquote {
	margin:10px 0;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:5px solid #cccccc;
	color:#333;
	background-color:#eee;
}

.blogbody blockquote p.quote-title {
	margin:10px;
	font-weight:bold;
}

.blogbody blockquote p {
	margin:10px;
}


/* thread title */
div.thread span.threadtitle {
	display: block;
	margin-left: 0;
	padding: 0;
	width: 66%;
	text-align: left;
	float: left;
	border: 1px solid white;
	background-color: #fc0;
	font-weight: bold;
}

/* post time */
div.thread span.posttime {
	display: block;
	margin-left: 65%;
	padding: 0;
	text-align: right;
	border: 1px solid white;
	background-color: #fc0;
	color: #039;
	font-size: x-small;
}

/* thread main */
.blogbodymain {
	padding: 0px 10px 10px;
	padding-left: 2em;
}

.posted {
	margin:15px 2em 10px;
	color:#999;
	background-color: transparent;
	font-size: 90%;
	text-align: right;
}

/*----- FOOT -----*/
/* right content grobal bits */
#links {
	margin-left:77%;
	margin-right:1%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	background-color: #e3ddd5;
	font-size: 80%;
	padding: 0.25em;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

#links a,
#links a:link,
#links a:visited,
#links a:active,
#links a:hover {
	text-decoration:none;
}

/* general side bits */
.sidetitle {
	margin:10px 10px 0 10px;
	background-color:transparent;
	text-transform:uppercase;

	font-weight: bold;
	font-style: normal;
	color: #039;
	padding: 1pt;
}

.side {
	margin:0 10px 10px 10px;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;

	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

.side form {
	margin:0;
	padding:0;
}

.side ul {
	margin:0;
	padding:0;
	list-style-type:square;
}

.side ul li {
	margin:0 0 0 18px;
	padding:0;
}

/* syndicate bits */
.syndicate {
	margin:10px 10px 0 10px;
	background-color:transparent;
	text-transform:uppercase;

	font-weight: bold;
	font-style: normal;
	color: #039;
	padding: 1pt;

	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

/* powered bits */
.powered {
	margin:10px 0;
	font-size:x-small;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.2em;
}

/*----- Writeback -----*/
#contentwriteback {
	margin: 0px 12%;
	width:75%;
}

em {
	color:#ff9900;
	background-color:transparent;
	font-weight:bold;
	font-style:normal;
}

input, textarea {
	font-family:verdana, arial, sans-serif;
	font-size:100%;
}

textarea#body {
	font-family:"ＭＳ ゴシック", "Courier New", monospace;
}

/* comments bits */
.comments-body {
	margin:15px 10px;
/*	font-size:small; */
	font-weight:normal;
	line-height:140%;
	border-top: 1px solid #666;
}

.comments-body p {
	padding: 0em 10px 1em;
	padding-left: 2em;
}

.comments-post {
	color:#039;
	background-color:transparent;
	font-size: 100%;
	text-align: left;
}

.comments-post span.posttime {
	font-size: x-small;
}

.comments-ret-button {
	margin: 15px 10px 5px;
	padding: 10px;
	border-top: 1px solid #666;
	text-align: center;
}

/* trackback bits */
.trackback-body {
	margin:15px 10px;
	font-size:small;
	font-weight:normal;
	line-height:140%;
}

.trackback-url {
	margin: 5px 10px 10px;
	padding:5px;
	color:#999999;
	background-color:transparent;
	font-size:small;
	font-weight:normal;
	border:1px dashed #999999;
}

.trackback-post {
	margin:15px 0 30px 0;
	color:#999;
	background-color:transparent;
	font-size:x-small;
}

/*----- NewEntry -----*/
/* bbs form */
form.bbs {
	background-color: #fffff8;
	text-align: center;
	margin-left:15px;
	padding:15px;
	font-size: 90%;
	border: 1px solid #888;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

/* << PREV */
div.pagelink-prev {
	text-align: left;
	font-weight: bold;
	margin: 5px 0px 0px;
}

/* NEXT >> */
div.pagelink-next {
	text-align: right;
	font-weight: bold;
	margin: 0px 0px 5px;
	border-top: 1px solid #666;
}

/* Headline */
div.headlines ul {
	margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
	padding-left: 0em;
}

div.headlines ul li {
	list-style-type: none;
}

div.headlines A:link {
	color: #066;
}

.headlines_date {
	margin:5px 10px 5px 10px;
	background-color:transparent;
	text-transform:uppercase;

	font-style: normal;
	text-decoration: underline;
	color: black;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0em;
}

