/*-----------------------------------------------*/
/*  Skin Stylesheet Rev1.0                       */
/*  Design by Thomas Arie Setiawan               */
/*  Custumed by Tomoaki Matsuyama                */
/*-----------------------------------------------*/

/*-----------------------------------------------*/
/*  General layout                               */
/*-----------------------------------------------*/
body {
	background: #f9ffff;
	font: small "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	line-height: 1.6em;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 20px 0 20px 0;
}

/* Links */
a:link, a:visited {
	color: #00008b;
	border-bottom: 1px dashed #00008b;
	text-decoration: none;
}
a:visited {
	color: #00008b;
}
a:active {
	color: #00008b;
}
a:hover {
	color: #162df3;
	border-bottom: 1px solid #162df3;
	text-decoration: none;
}

/* Miscelaneous general stuff */
code {
	color: #CC3300;
	font: 13px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}
pre {
	width: 462px;
	overflow: auto;
	border: 1px solid #EAE7D6;
	padding: 3px;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #333;
}
del {
	background: #FFFFCC;
	color: #ccc;
}
blockquote {
	background: url("img/bg-quote.gif") top left no-repeat;
	padding: 8px 0 0 25px;
	margin: 10px;
	font-size: 10px;
}
.doNotDisplay, .none, caption {
	display: none;
}
.underline {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0.1px;
	padding: 0;
	margin: 0;
}
.highlight {
	background: #FFF82A;
}

/*-----------------------------------------------*/
/* Page wrappers                                 */
/*-----------------------------------------------*/
#page-wrapper {
	text-align: left;
	width: 750px;
	padding: 0;
	margin: auto;
}
#content-wrapper {
	width: 750px;
	margin: 0;
	padding: 0;
	background: #FFF url(img/bg-sidebar.gif);
	border: #c0c0c0 1px solid;
}

/*-----------------------------------------------*/
/* Header                                        */
/*-----------------------------------------------*/
#header {
	padding: 0;
	margin: 0;
}
#header h1 {
	font: 11px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding: 3px 3px;
	text-align: right;
	margin: 0;
}
#header a:link, #header a:visited {
	color: #000099;
	border: none;
}
#header a:hover, #header a:active {
	color: #0000CC;
}

/* Header main navbar */
#top_container {
	height: 20px;
	background: #0000bd;
	padding: 0;
	margin: 0;
	width:752px;
}
#top_container ul {
	padding: 0;
	margin: 0;
}
#top_container ul li {
	list-style-type: none;
	display: block;
	float: left;
	font: 11px/20px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	text-align: center;
	padding: 0;
	margin: 0;
}
#top_container a {
	display: block;
	width: 106px;
	color: #fff;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #A8B090;
	border-bottom: none;
}
#top_container li#active {
	background: #000080;
	color: #fff;
	border-bottom: none;
}
#top_container a:hover {
	background: #000080;
	color: #fff;
	border-bottom: none;
}

/* Header links */
.top_links {
	background: #F3F3E9;
	font-size: 10px;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}
.top_links p {
	padding: 0;
	margin: 0;
}

/*-----------------------------------------------*/
/* Main content                                  */
/*-----------------------------------------------*/
#main {
	width: 570px;
	float: right;
	margin: 0;
	padding: 0 0 30px 0;
	background: #fff;
}
/* ¥Ø¥Ã¥À¡¼ */
.bar-head {
	height: 80px;
	background: url("img/bg-header.jpg") top left no-repeat;
	padding: 0;
	margin: 0;
}
/* ËÜÊ¸Ãæ¤Î²Õ¾ò½ñ¤­ */
#main ul {
	padding: 0;
	margin: 0 0 0 10px;
}
#main li {
	margin: 2px 0 2px 0;
	list-style-type: none;
	padding-left: 13px;
	background: url(img/li_dot_main.gif) no-repeat;
}
/* ËÜÊ¸Ãæ¤Î±¦´ó¤» */
#main .rightbox {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
/* ËÜÊ¸Ãæ¤Îº¸´ó¤» */
#main .leftbox {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
/* ËÜÊ¸Ãæ¤Î²èÁü */
#main img {
	border-top:    1px solid #c3c3c3;
	border-left:   1px solid #c3c3c3;
	border-right:  1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	margin: 3px;
}
/* NES¥­¥ã¥Ã¥Á¥³¥Ô¡¼ */
#nes_catch img {
	text-align: center;
	border:0px;
}
/* NES¥ª¥ê¥¸¥Ê¥ë¾¦ÉÊPRÏÈ */
#nes_original {
	text-align: center;
}
/* ¥¢¥¤¥Æ¥à */
.content {
	padding: 0;
	margin: 20px 15px 40px 15px;
}
/* ¥¢¥¤¥Æ¥à¥­¥ã¥Ã¥Á¥³¥Ô¡¼ */
.content-catch {
	font-size: 14px;
	font-weight: bold;
	color: #50849F;
	background: url("img/bg_catchcopy.gif") left bottom no-repeat;
	border-bottom: 1px solid #80A4CF;
	padding: 3px 0 0 16px;
}
/* ¥Ñ¥ó¶ý¥Ê¥Ó¥²¡¼¥·¥ç¥ó */
#ItemNavi {
	text-align: left;
	margin-left: 10px;
}

/* ¥Ú¡¼¥¸¥Ê¥Ó¥²¡¼¥·¥ç¥ó */
#pageswitch {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
#pageswitch .pagenum-current {
	padding: 3px;
	margin: 1px;
	color: #ffffff;
	background-color: #0000cd;
	border: 1px solid #0000cd;
}
#pageswitch a:link, #pageswitch a:visited {
	padding: 3px;
	margin: 1px;
	background-color: #ffffff;
	border: 1px solid #0000cd;
}
#pageswitch a:active, #pageswitch a:hover {
	padding: 3px;
	margin: 1px;
	background-color: #dfdfdf;
	border: 1px solid #0000cd;
}
#pageswitch a:link.navi, #pageswitch a:visited.navi {
	padding: 2px;
	margin: 0px;
	background-color: #ffffff;
	border: 0px solid #0000cd;
}
#pageswitch a:active.navi, #pageswitch a:hover.navi {
	padding: 2px;
	margin: 0px;
	background-color: #ffffff;
	border: 0px solid #0000cd;
}
/* ¥á¥Ç¥£¥¢¥Õ¥¡¥¤¥ë¼ïÊÌ¥¢¥¤¥³¥ó */
/* PDF */
.file_pdf {
	padding: 3px 0 0 20px;
	background: url("../../nucleus/images/icon_pdf.gif") left top no-repeat;
	background-position: 1px;
}
/* Word */
.file_word {
	padding: 3px 0 0 20px;
	background: url("../../nucleus/images/icon_word.gif") left top no-repeat;
	background-position: 1px;
}
/* Excel */
.file_excel {
	padding: 3px 0 0 20px;
	background: url("../../nucleus/images/icon_excel.gif") left top no-repeat;
	background-position: 1px;
}
/* SWF */
.file_swf {
	padding: 3px 0 0 20px;
	background: url("../../nucleus/images/icon_swf.gif") left top no-repeat;
	background-position: 1px;
}
/* ZIP */
.file_zip {
	padding: 3px 0 0 20px;
	background: url("../../nucleus/images/icon_zip.gif") left top no-repeat;
	background-position: 1px;
}
/* ËÜÊ¸Ãæ¤Î¥¹¥Ú¥Ã¥¯¥Æ¡¼¥Ö¥ë */
.specTbl {
	font-size: 10px;
}
/* ¥¨¥é¡¼ */
.error {
	color: #ffffff;
	background-color: #FF0000;
	padding: 3px;
}
/* µ­»ö¥¿¥¤¥È¥ë */
.content-title {
	padding: 0;
	margin: 0;
}
.content-title h2 {
	font: bold 20px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #E87830;
	padding: 0 0 0px 5px;
	margin-bottom: 5px;
}
.content-title-similarity h2 {
	font: normal 14px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #999999;
	margin: 0 25px 0 25px;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #cccccc;
}

.content-header {
	padding: 0;
	margin: 15px;
}
.content-header h2 {
	color: #133902;
	font: bold 14px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding: 0;
	margin: 0;
}
.content-title-archive h2 {
	border-top: 1px solid #c3c3c3;
	font: bold 18px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding-top: 2px;
	margin-bottom: 2px;
}

/* ¥¢¥¤¥Æ¥à¥¿¥¤¥È¥ë²¼¤Î¾ðÊóÂÓ */
.content-sub {
	font-size: 12px;
	padding: 2px 0 2px;
	border-top: 1px solid #c3c3c3;
	margin-bottom: 15px;
	text-align: right;
}
.content-date {
	padding: 3px 0 3px 20px;
	background: url("img/ico_date.gif") left center no-repeat;
}
.content-author {
	padding: 3px 0 3px 20px;
	background: url("img/ico_author.gif") left center no-repeat;
}

/* ¥¢¥¤¥Æ¥à²¼¤Î¾ðÊóÂÓ */
.content-botm {
	font-size: 11px;
	text-align: right;
	line-height: 16px;
	padding: 2px 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
}
.content-cat {
	padding: 3px 0 3px 20px;
	background: url("img/ico_folder_page.gif") left center no-repeat;
}
.content-edit {
	padding: 3px 0 3px 20px;
	background: url("img/ico_pencil.gif") left center no-repeat;
}
.content-date-archive {
	font: normal 10px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding-left: 20px;
	text-align: right;
}
.content-body-archive {
	font: normal 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding: 5px 5px 5px 20px;
}



.content h3 {
	font: bold 14px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background: url("img/line_dot.gif") bottom left repeat-x;
	padding: 5px 0 5px 0;

}
.content h4 {
	font: bold 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding: 5px 0 5px 0;
}
.content table {
	border-top: 1px solid #c3c3c3;
	padding: 0px;
}
.content th {
	text-decoration: bold;
	text-align: center;
	background: #f3f3f3;
	border-bottom: 1px solid #c3c3c3;
	padding:2px 5px 2px 5px;
}
.content td {
	border-bottom: 1px solid #c3c3c3;
	padding:2px 5px 2px 5px;
}
.readmore {
	text-align: right;
}
.entry .imgupload {
	float: left;
	border: none;
	border: 1px solid #333;
	margin: 20px 10px 0 0;
}

/* navigation at the bottom of the content */
.navi-pages {
	font-size: 11px;
	text-align: center;
	padding: 0px;
	margin: 3px 10px 3px 10px;
	border: 1px dotted #c0c0c0;
}
.navi_archive {
	padding: 3px 0 3px 20px;
	background: url("img/ico_database.gif") left center no-repeat;
}
.navi_prev {
	padding: 3px 0 3px 20px;
	background: url("img/ico_control_rewind_blue.gif") left center no-repeat;
}
.navi_next {
	padding: 3px 20px 3px 0;
	background: url("img/ico_control_fastforward_blue.gif") right center no-repeat;
}
/* Top content message box */
.message-box {
	background: #FBF8EF;
	font-size: 12px;
	padding: 10px;
	margin: 15px;
}
/* comments */
table#postcomment tr td {
	font: 11px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}
table#postcomment tr td p {
	margin: 4px 0 4px 0;
}
#comments, #comments-post, #trackbacks {
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 20px 15px 10px 15px;
}
#comments h4, #comments-post h4, #trackbacks h4 {
	color: #990000;
	font: bold 14px Verdana, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding: 0;
	margin: 0 0 20px 0;
}
.comment-item, .trackbacks-item {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f3f3f3;
	margin: 5px 0 20px 0;
}
.comment-text p, .comment-info p, .trackbacks-text p, .trackbacks-info p {
	padding: 0;
	margin: 0 0 8px 0;
}
.comment-info, .trackbacks-info {
	font-size: 10px;
	text-align: right;
}

/*-----------------------------------------------*/
/* Side bar                                      */
/*-----------------------------------------------*/
#sidebar {
	width: 180px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: url("img/bg-sidebar.jpg") top left no-repeat;
}
.sidebar-wrapper {
	margin: 10px;
}
.box-h {

}
.box-c {

}
#sidebar .box-1 {
	margin: 0 0 20px 0;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #c0c0C0
}
#sidebar h4 {
	color: #000000;
	font: normal 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding: 3px 0 3px 0px;
	text-align: center;
	margin: 0 0 3px 0;
	border: 1px solid #c0c0c0;
}
#sidebar ul {
	padding: 0;
	margin: 0 0 0 10px;
}
#sidebar li {
	margin: 2px 0 2px 0;
	list-style-type: none;
	padding-left: 13px;
	background: url(img/li_dot_side.gif) left top no-repeat;
}
#sidebar .current {
	list-style-type: none;
	padding-left: 13px;
	background: url(img/li_dot_side_current.gif) left top no-repeat;
}
#sidebar .h-about {
	padding: 3px 0 3px 40px;
	background: url(img/ico_neslogo.gif) no-repeat;
}
#sidebar .h-search {
	padding: 3px 0 3px 20px;
	background: url(img/ico_magnifier.gif) no-repeat;
}
#sidebar .h-categories {
	padding: 3px 0 3px 20px;
	background: url(img/ico_folder_page.gif) no-repeat;
}
#sidebar .h-archives {
	padding: 3px 0 3px 20px;
	background: url(img/ico_date_magnify.gif) no-repeat;
}
#sidebar .h-recents {
	padding: 3px 0 3px 20px;
	background: url(img/ico_date_add.gif) no-repeat;
}
#sidebar .h-link {
	padding: 3px 0 3px 20px;
	background: url(img/ico_link.gif) no-repeat;
}
#sidebar .h-login {
	padding: 3px 0 3px 20px;
	background: url(img/ico_textfield_key.gif) no-repeat;
}
/*-----------------------------------------------*/
/*  Footer                                       */
/*-----------------------------------------------*/
#footer {
	background: #e6ffff;
	font-size: 10px;
	padding: 0;
	margin: 0;
	border-bottom: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	width:750px;
	text-align:center;
}
.footer-i {
	padding: 5px;
	margin: 0px;
}
.footer-i div {
	padding: 0;
	margin: 0;
}
.footer_rss {
	padding: 3px 0 3px 20px;
	background: url(img/ico_feed.gif) left center no-repeat;
}

/*-----------------------------------------------*/
/*  Forms                                        */
/*-----------------------------------------------*/
#sidebar form {
	margin: 0px;
}
.searchform {
	text-align: center;
}
textarea.text, input.formfield {
	font: 11px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}
input.formfield {
	width: 130px;
}
input.formbutton {
	background: #f0f0f0;
	color: #000;
	font: 11px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	border: #c0c0c0 1px solid;
	margin: 3px;
}

/*-----------------------------------------------*/
/*  Miscelaneous                                 */
/*-----------------------------------------------*/
.trackbacks-text h5 {
	font: bold 11px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #993300;
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------*/
/* NP_ArchiveIndex                                 */
/*-------------------------------------------------*/
div.archiveindex {
	margin: 0;
	padding: 10px;
}
.archiveindex table {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}
.archiveindex th {
	font-size: 12px;
	text-decoration: bold;
	background: white url("img/archives.png") left center no-repeat;
	text-align: left;
	margin: 0;
	padding: 5px 5px 2px 18px;
}
.archiveindex tr {
	background: url('images/bg_stripe45_2.gif');
	margin: 0;
	padding: 0;
}
.archiveindex tr.stripe {
	background: #eaeff2;
}
.archiveindex tr.more {
	background: none;
	font-size: 10px;
}
.archiveindex td {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding:1px 5px 1px 5px;
	vertical-align: top;
}
.archiveindex td.detail {
	white-space: nowrap;
	text-align: right;
}
.archiveindex td span.title {
	padding-left: 16px;
	background: url(img/ico_item.gif) left no-repeat;
}
.archiveindex td span.title-up {
	padding-left: 16px;
	background: url(img/ico_update.gif) left no-repeat;
}
.archiveindex td span.catdesc {
	padding-left: 16px;
	background: url(img/ico_comment.gif) left no-repeat;
	color: gray;
}
.archiveindex td span.nomore {
	color: #ccc;
}

