@charset "euc-jp";
body {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;	
	background-color: #333333;
	color: #cccc99;
	line-height: 1.5;
	margin: 0; 
	padding: 0;

	}
input, textarea, td{
	font-family: osaka, verdana, arial, sans-serif;
	font-size: 10pt;	
	}
div, h1, h2, h3, form, input, ul, li{
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	}
img {
	border: none;
}
a {
	color: #00ffff;
	}
a:hover {
	color: #5f9ea0;
	}
a:visited {
	}
a:active {
	}

/* 
	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 */

.header {
	position:relative;
	height: 140px;
	background-image:url(../img/top/top_bg.gif);
	background-position:0% 0%;
	background-repeat:repeat-x;
	}
.contents {
	position: relative;
	width: 460px;
	}

/* definitions applying to the logo */
.logo {
	position: absolute;
	text-decoration:none;
	top: 90px;
	left: 0px;
}
.righttop{
	position: absolute;
	text-decoration:none;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 140px;
	background-image:url(../img/top/right_top_bg.gif);
	background-position:100% 0%;
	background-repeat:no-repeat;
	}
.buttonblock{
	position:absolute;
	top:140px;
	right:0px;
	width: 320px;
	height: 60px;
	background-image: url(../img/top/body_bg.gif); 
	background-repeat: repeat-y;
	background-position: 100% 0%;
	}
.bg{
	position:absolute;
	top:150px;
	right:0px;
	width: 100%;
	background-image: url(../img/top/body_bg.gif); 
	background-repeat: repeat-y;
	background-position: 100% 0%;
	}
.menu {
	position: absolute;
	top: 70px;
	right: 10px;
	width: 210px;
	line-height:1.1;
	text-align: left;	
}
.menu img{
	margin: 2px 0;
	}
.loginblock {
	font-size: 9px;
	text-align: right;	
}
.thumblock {
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 5;
	}
.thumblock a:hover{
	background-color: transparent;
	}
.thumblock a img{  
 	border-color: #333; 
	border-style: solid; 
	border-width: 1px;
	vertical-align:top;
	float:left;
	margin:0;
	padding:0;
	}	
/*
	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 {
	display:none;
}

.menu h2 {
	font-size: 1.0em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #5f9ea0;
	line-height: 1;
}
.menu ul {
	padding: 0.5em 0 1em 0;
}
.menu a {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
	background-color: #666;
}
.contents h2 {
	text-align: left;
	font-size: 0.7em;
	color: #5f9ea0;
	padding: 0 2px 0 0;
	margin: 0 20px 5px 20px;
}
.titlelist{
	margin: 10px 20px 0px 20px;
	line-height: 1;
	}
/* 
	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 {
	font-size: 1em;
	margin: 10px 0 0 20px;
	font-weight: bold;
}
h3.worksitem {
	font-size: 1.8em;
	margin: 10px 0 0 20px;
	font-weight: bold;
	text-align:center;
}

.itembody, .searchoption{	
	padding: 5px 10px 0px 20px;	
}

.iteminfo {	
	font-size: 0.7em;
	padding: 0px 10px 15px 20px;
	clear: both;
}

.iteminfo a {
	font-weight: bolder;
	text-decoration: none;
}
.iteminfo a:hover {

}

.itembody img,  .leftbox img, .rightbox img{
	padding: 0;
	margin: 0 0 5px 0;
	background-color: #eee;
	border: solid 1px #333;
	}

/*
	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 */
h3.comment {
	font-size: 0.8em;
	padding: 0px 0px 0px 20px;
}

.commentbody {
	padding: 0px 0px 0px 20px;
}

.commentinfo {	
	font-size: 0.7em;
	color: gray;
}
.commentform, .commentinfo {	
	padding: 0 0px 30px 20px;
}


/*
	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 {
	font-size: 0.8em;
}
.leftbox {
	float: left;
	margin: 0 5px 0 0;
}
.rightbox {
	float: right;
	margin: 0 0 0 5px;
}

.quote{
	margin-left:15px;
	padding-left:3px;
	border-left-style:solid;
	border-left-width:2px;
	}
.error{
	color:#FF0000;
	font-size:1.5em;
	font-weight:bold;
	}
/*
	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
*/

noscript img {
	display: none;
}
.skip {
	display: none;
}

.menu ul {
	list-style: none;
}

.highlight {
	background-color: yellow;
}
.pageswitch {
	font-size: 0.8em;
	padding: 0 0 0 20px;
	}	
.pageswitch a{
	text-decoration: none;
	}
/* form */
form input, form textarea {
	border-color: #333;
	border-style: dotted;
	border-width: 1px;
	font-size: 12px; 
	color: #000;
	line-height: 15px;
	}
form input.button {
	background-color: #999;
	color: #fff;
	}

.formfield, .linkform{
	border: solid 1px #cccccc;
	background-color: #333333;
	font-size: 10pt;
	color:  #cccc99;
	height: 1.1em;
	}
.linkform {
	width: 150px;
	}
.commentform  textarea.formfield {
	width:450px;
	height: 150px;
	display:block;
	}
.commentform  input.formfield {
	display:block;
	}
.commentform  label {
	
	}
.menu input.formfield {
	width:80px;
	}
.formbutton {
	font-size:1em;
	background-color: #666;
	color:#fff;
	border: solid 1px #999;
	padding: 1px 5px 1px 5px;
	line-height: 1em;
	}
.loginform input.formfield{
	font-size:9px;
	line-height: 9px;
	width: 50px;
	vertical-align: middle;
	}
.loginform input.formbutton{
	font-size:9px;
	padding: 1px 3px 1px 3px;
	line-height: 10px;
	vertical-align: middle;
	}
#nucleus_lf_shared{
	vertical-align: middle;
	}
