
A:link	{ color: #990000; text-decoration: none; }
A:visited	{ color: #990000; text-decoration: none; }
A:active	{ color: #0000FF; text-decoration: underline; }
A:hover	{ color: #990000; text-decoration: underline; }

body {
	font-family: verdana, sans-serif;
	font-size: small;
	background-color: #ffffff;
	background-image:url(back.gif);
	color: #000000;
}

/*全体レイアウト*/

#container {
	background-color: #ffffff;
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#calendar {
	width:800px;
	clear:both;
	text-align:center;
	border:none;
	border-bottom: 1px solid #cccccc;
}

#title {
	width: 800;
	height:50;
	margin:0px;
	padding:4px;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#contents {
	width: 600px;
	float: right;
	margin: 0px;
	padding:0px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
}

#menu {
	width: 185px;
	float: left;
	margin: 0px;
	padding:0px;
	color: #666666;
	background-color: #ffffff;
}

#footer {
	width: 800;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top:1px solid #cccccc;
}

#footer .copyright {
	font-size: x-small;
	text-align: center;
	margin: 10px 0px;
	color: #999999;
}

#footer .gotop {
	text-align: right;
	margin-top: 10px;
}

h1 {
	color:#ffffff;
	font-size:24px;
	margin:0px;
	padding:0px;
	padding-left:12px;
}

h1.bbs {
	color: #666666;
	font-size: 20px;
	border-bottom: 1px #cccccc solid;
	padding: 6px;
}

#menu h2, #biblio h2 {
	font-size: small;
	margin-left:8px;
	margin-right:8px;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:16px;
	padding-bottom:3px;
	border-bottom:1px dotted #990000;
	background-image:url(menu.gif);
	background-repeat:no-repeat;
	background-position:3px center;
}

#contents h2 {
	color: #990000;
	border: 1px solid #990000;
	border-left: 5px solid #990000;
	background: #fff3f3;
	padding: 5px;
	font-size: 90%;
	margin-top:5px;
	margin-bottom: 5px;
	margin-right:8px;
	margin-left:8px;
}

#contents h3 {
	padding:3px;
	margin:20px;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: small;
	border:1px solid #990000;
	border-bottom:1px dotted #990000;
}

.itembody {
	font-size:small;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:24px;
	padding-right:16px;
	line-height:1.5em;
}

.iteminfo {
	font-size: x-small;
	text-align:right;
	margin-bottom:24px;
	margin-right:8px;
}

.iteminfo a {
	text-decoration: none;
}

h3.comment {
	font-size: medium;
}

.comments {
	margin:20px;
}

.comment {
	margin:0px 20px;
	padding:4px;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
}

.commentinfo {
	font-size: x-small;
	margin:20px;
	margin-top:0px;
	padding:4px;
	border:1px solid #990000;
	border-top:none;
}

.searchform {
	padding:0px;
	margin:0px;
	padding-left:24px;
	font-size:x-small;
}

input.formfield {
	width:140px;
}

input.formfield2 {
	width:450px;
}


.mailform {
	padding-left:12px;
}

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left:10px;
	font-size:normal;
}
ul.nobullets2 {
	list-style: none;
	margin-bottom: 20px;
	padding: 0px;
	margin-left:30px;
	font-size:normal;
}


.highlight {
	background-color: yellow;
}

/* thumbnail */

ul.thumbnail{
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	width:500px;
}
ul.thumbnail li{
	float:left;
	padding: 0px;
	margin: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	line-height:100%;
	}
ul.thumbnail li a{
	padding: 1px;
	display: block;
	border:1px solid #999999;
	width:auto;
	height:auto;
	}

ul.thumbnail li a:hover{
	border:1px solid #ff3333;
}

/* NP_Calendar */

.calendarhead {
	font-size:x-small;
	font-weight:bold;
	margin:2px;
	margin-top:6px;
	margin-bottom:0px;
	padding:3px;
	border:1px solid #cccccc;
}

.calendarbody {
	margin-bottom:4px;
}

.days, .today {
	width:21px;
	font-size:10px;
	margin:2px;
	padding:3px;
	border:1px solid #cccccc;
	background-image:url(cal-back.gif);
	background-position:center center;
}

.days a, .today a {
	font-weight:bolder;
}

/*NP_ShowBlogs*/

.pageswitch {
	text-align:right;
	padding:6px;
	margin:6px;
	border:1px dotted #cccccc;
	font-size:x-small;
}

/* NP_ContentList */

ul.catlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left:12px;
}

.catlist li {
	font-size:x-small;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
}

/*NP_LatestWriteBacks*/

ul.writebacks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.writebacks li {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	font-size:x-small;
	word-break:all;
}

/*NP_ItemNaviEX*/

.itemnavi {
	color:#666666;
	font-size:x-small;
	padding:6px;
	margin:6px;
	border:1px dotted #cccccc;
}

/*NP_TrackBack*/


#menu h3 {
	padding:0px;
	margin:0px;
	margin-bottom:4px;
	padding-left:24px;
	padding-right:8px;
	font-size:x-small;
	border:none;
}

#menu .commentinfo {
	font-size:x-small;
	border:none;
}

.commentbody {
	padding:0px;
	margin:0px;
	margin-bottom:4px;
	padding-left:24px;
	padding-right:8px;
	font-size:x-small;
	line-height:1.5em;
}

/*NP_Related*/

div.related {
	color:#999999;
	font-size:x-small;
	padding:6px;
	margin:6px;
	margin-bottom:0px;
}

.related h4 {
	font-size:small;
	margin:6px;
	margin-bottom:0px;
	margin-top:4px;
	padding:6px;
	color: #999999;
	border:1px dotted #cccccc;
	border-bottom:none;
}



.related ul {
	list-style:none;
	font-size:x-small;
	padding:6px;
	margin:6px;
	margin-top:0px;
	border:1px dotted #cccccc;
	border-top:none;
}

/*NP_ArchiveIndex*/

.category-desc {
	border:1px dotted #990000;
	padding:3px;
	margin:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	color: #886666;
}

.archiveindex {
	font-size: small;
}

.archiveindex ul {
/* リストスタイル（クロテンなど）を消す */
	list-style: none;
	margin:20px;
	padding:0px;
	margin-top:8px;
	margin-bottom: 5px;
	border-top:1px solid #990000;
}
.archiveindex li {
/* 罫線を引く */
	border-bottom: 1px dotted #990000;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
}
.archiveindex li.stripe {
/* 偶数行に色を乗せる */
	background-color: #ffffcc;
}
.archiveindex li.more {
/* リストの最後を右寄せ */
	border-bottom: none;
	text-align: right;
}
.archiveindex li div.title {
/* 記事タイトルを左に配置 */
	float: left;
}
.archiveindex li div.detail {
/* 日付を右に配置 */
	white-space: nowrap;
	float: right;
}



/* ******************  bbs #topics  *************** */

table#topics {
	width: 600px;
	padding: 5px;
	margin: 0px 8px;
	/* border: 1px #000000 solid */
}

table#topics tr td {
	margin: 2px 4px;
	padding: 0px;
	/* border: #ff9900 solid 1px; */
}

table#topics tr th {
	background-color: #eeeeee;
	border: #666666 solid 1px;
	margin: 2px 4px;
	padding: 4px;
}

table#topics tr td a {
	color: #0000ff;
	text-decoration: underline;
	margin: 0px;
	padding: 5px;
	display: block;
}

table#topics tr td a:hover {
	background-color: #eeeecc;
}

table#topics tr td.date {
	font-size: 80%;
	text-align: center;
}

table#topics tr .number {
	text-align: center;
}

table#topics2 {
	width: 600px;
	padding: 0px;
	margin: 0px 8px;
	font-size: 90%;
	/* border: 1px #000000 solid */
}

table#topics2 tr td {
	margin: 1px 2px;
	padding: 0px;
	/* border: #ff9900 solid 1px; */
}

table#topics2 tr td a {
	color: #0000ff;
	text-decoration: underline;
	margin: 0px;
	padding: 2px;
	display: block;
}

table#topics2 tr td a:hover {
	background-color: #eeeecc;
}

table#topics2 tr td.date {
	font-size: 80%;
	text-align: center;
}

table#topics2 tr .number {
	text-align: center;
}


ul#messages {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 5px;
}

ul#messages > li {
	width: 590px;
	list-style-type: none;
	margin-bottom: 0px;
	border-top: 1px solid #000000;
	padding-left: 5px;
	padding-bottom: 11px;
	padding-top: 2px;
}

ul#messages > li > ul {
	padding-left: 10px;
	list-style-type: none;
}

ul#messages > li > h3 {
	margin-top: 10px;
	padding-left: 5px;
}

ul#messages > li > ul > li {
	margin-top: 10px;
}

ul#messages > li > div > p {
	margin-bottom: 0px;
	margin-top: 0px;
}

ul#messages li.deleted {
	background-color: #cccccc;
}

ul#messages li.deleted>div.text {
	display: none;
}

ul#messages > li > p.info {
	margin-bottom: 5px;
}

ul#messages > li > p > span.number {
	color: #ff0000;
	font-weight: bold;
}

ul#messages > li > p > span.name {
	font-weight: bold;
	margin-left: 0.5em;
}

ul#messages > li > p > span.date {
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	margin-left: 0.5em;
}

blockquote {
	margin: 10px 10px 10px 20px;
	border-left: #999999 solid 3px;
	padding-left: 0.4em;
	font-size: 85%;
	color: #3333ff;
	line-height: 110%;
}

blockquote p {
	margin: 0px;
}

form {
	margin-left: 10px;
	width: 590px;
}

form fieldset {
	margin-left: 0px;
	border: 1px #000000 dotted;
}

span.em1 {
	background-color: yellow;
	font-weight: bold;
}

span.em2 {
	background-color: cyan;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	margin-left:10px ;
}

ul{
	list-style-type: none;
}

#menu2 {
	width: 185px;
	float: right;
	margin: 0px;
	padding:0px;
	padding-top: 20px;
	color: #666666;
	background-color: #ffffff;
	word-break: break-all;
}

#menu2 ul {
	margin-left: 10px;
	margin-bottom: 20px;
	list-style-type: none;
}


div.spo p{
	padding: 0;
	margin: 0 0 0 25px;
}