body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: small;	
	color: #333333;
}
.topimage {
	margin: 0px;
	padding: 0px;
	height: 130px;
	background-color: #FFFFFF;
	background-image: url(./top.jpg);
	background-repeat: no-repeat;
	background-position: 165px;
}

/* 
	The definitions below determine how the page looks.
	
	There are 3 main div-elements, which are all positioned absolute
	(relative to the upper left corner of the screen):
	
	.contents: contains the main contents of the page.
	.menu: sidebar with menu
	.logo: logo to be displayed above the sidebar

*/

/* definitions applying to the contents block */
.contents {
   margin-left: 200px; 
   width: 550px; 
   background-color: #fff;
   padding-bottom: 10px;
   background-image:url("./toma_30.jpg");
   background-attachment:fixed;
}
.main {
	padding: 50px 15px 10px 15px;
	width: 480px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-color: #FFFFFF;
}
/* added by R.Hashimoto .main_top 2006/05/17 */
.main_top {
	padding: 50px 15px 10px 15px;
	width: 480px;
	margin-top: 50px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-color: #FFFFFF;
}
.counter {
	position: absolute;
	top: 140px;
	left: 10px;
	text-align: center;
}
.left_box {
	background-color: #ccffcc;
	margin: 0px;
	padding: 5px;
	position: absolute;
	top: 220px;
	left: 0px;
	width: 150px;
	font-size: small;
}
.right_box {
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	position: absolute;
	top: 140px;
	left: 640px;
	width: 150px;
}

a.menu:link {
	font-size: small;
	color: #ff6600;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	display: block;
	text-decoration: none;
	background-image: url(menu_bg1.gif);
	background-repeat: repeat;
	border: 1px solid #ff6600;
}
a.menu:visited {
	font-size: small;
	color: #ff6600;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	display: block;
	text-decoration: none;
	background-image: url(menu_bg1.gif);
	background-repeat: repeat;
	border: 1px solid #ff6600;
}
a.menu:hover {
	font-size: small;
	color: #ff3300;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	display: block;
	text-decoration: none;
	background-image: url(menu_bg2.gif);
	background-repeat: repeat;
	border: 1px solid #ff3300;
}

select.archive{
	font-size: small;
}

/*
	Definitions for headers in the menu (.menu h2), page titles (h1) 
	and dateheads (.contents h2):
	- page titles are centered (within the .contents div)
	- menu headers (h2) use a small font
	- dateheads use a large font and are in a box
*/

h1 {
	text-align: center;
	font-size: x-large;
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 150px;
	left: 170px;
	width: 480px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #339933;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}

.menu h2 {
	color: #FFFFFF;
	background-color: #ffcc33;
	margin: 10px 0px 0px 0px;
	padding: 6px 4px;
	font-size: small;
}

.contents h2 {
	color: mediumseagreen;
	background-color: mintcream;
	border: 1px dotted lightblue;

	font-size: large;
	padding: 5px; 
	margin-bottom: 5px;
}


/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
	background-image: url("./sikaku4.gif");
	font-size: medium;
	color: #006633;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}

.itembody {	
	margin: 5px 10px 5px 10px;	
}

.iteminfo {	
	font-size: x-small;
	color: #333333;
	margin-left: 10px;	
	clear:all;
	padding-top: 5px;
	padding-bottom: 10px;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h2.comment {
	background-image: url("./sikaku4.gif");
	font-size: medium;
	color: #006633;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}
h3.comment {
	font-size: medium;
	color: #006633;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.commentbody {
	margin: 5px 10px 5px 10px;	
	text-align: justify;
}

.commentinfo {	
	margin-left: 10px;	
	font-size: x-small;
	color: gray;
}

h5 {
	color: #FFFFFF;
	background-color: #cc6600;
	margin: 10px 0px 0px 0px;
	padding: 6px 4px;
	font-size: small;
}
.left_f2 {
	background-color: #ffffcc;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #cc6600;
	border-bottom-color: #cc6600;
	border-left-color: #cc6600;
	padding: 5px;
	line-height: 120%;
	margin: 0px;
	font-size: small;
}
h6 {
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	background-color: #009999;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: small;
}
.f7 {
	text align: left;
	font-size: small;
	color: #333333;
	background-color: #ffffcc;
	margin: 0px 0px 20px 0px;
	padding: 10px 5px 0px 10px;
	border: 1px solid #99ff99;
}

/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.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;	
}

/*
	Some general rules:
	- images never have a border (even 
when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/
h2.search {
	background-color: #FFFFFF;
	font-size: medium;
	color: #003399;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #3366cc;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin : 2px 2px 2px 2px;
	padding: 0px 0px 10px 5px;
}
.highlight {
	background-color: yellow;
}

.syndicate{
	text-align: center;
}
.powered{
	text-align: center;
}
