@charset "euc-jp";
body {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;	
	background-color: #fff;
	color: #003761;
	line-height: 1.5;
	margin: 120px 0 0 100px; 
	padding: 0 0 0 0;
	background-image: url(../img/top/logo_bg.gif); 
	background-repeat: repeat-x;
	background-position: 0% 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, a:visited {
	color: Midnightblue;
	}
a:hover {
	color: #fff;
	background-color: #666;
	}
a:visited {
	}
a:active {
	}
.logoimg a:hover {
	background-color: transparent;
	}


/* 
	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 {
	position: relative;
	padding: 0;
	width: 500px; 
	z-index: 1;
	}
.contentsShop {
	position: relative;
	padding: 0;
	width: 550px; 
	z-index: 1;
	}
/* definitions applying to the logo */
.logo {
	display: none;
	}
.logoimg {
	}	
.menu {
	position: absolute;
	top: 70px;
	left: 50px;
	text-align: left;	
}
.menu img{
	margin: 2px 0;
	}
.loginblock {
	position: absolute;
	top: 0;
	right: 25px;
	color: #999;
	text-align: right;
	font-size:0.8em;
}

/*
	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.catname {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-left: 0
	
}

.menu h2 {
	font-size: 1.0em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #aaa;
	line-height: 1;
}
.menu a {
	text-decoration: none;
	color: #003761;
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #003761;
}
.contents h2 {
	font-size: 0.8em;
	color:#66CCFF;
	padding: 0 2px 0 0;
	margin: 0 0 5px 0;
}

/* 
	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 0;
	font-weight: bold;
}

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

.iteminfo {	
	font-size: 0.8em;
	padding: 10px 0 30px 0;
	clear: both;
}

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

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

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

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

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


/*
	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;
}
/*
	shop
*/
td.centercolumn, td#rightcolumn{
	padding:10px;
	}
td#rightcolumn{
	width:150px;
	font-size:1em;
	}

/*
	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: 1em;
	padding: 0;
	color:#66CCFF;
	font-weight:bold;
	margin-bottom:10px;
	}	
.pageswitch a{
	text-decoration: none;
	color:#66CCFF;
	}
/* form */

.formfield, .linkform{
	border: solid 1px #999;
	background-color: #fff;
	font-size: 10pt; 
	color: #666;
	height: 1.1em;
	}
.linkform {
	width: 150px;
	}
.commentform  textarea.formfield {
	width:310px;
	height: 150px;
	font-family:Osaka, Helvetica, Arial, sans-serif;
	}
.menu input.formfield {
	width:80px;
	font-family:Osaka, Helvetica, Arial, sans-serif;
	}
.formbutton {
	font-size:1em;
	background-color: #666;
	color:#fff;
	border: solid 1px #999;
	padding: 1px 5px 1px 5px;
	line-height: 1em
	}
.loginform input.formfield{
	vertical-align: middle;
	}

#nucleus_lf_shared{
	vertical-align: middle;
	}
