/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
  
  修正+改良 by yasu 060727-
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	background-color: #f2f2f2;
	color: #999999;
	padding: 15px 0;
	margin: 0;
}
img
{
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	/* background: url(images/arrow.gif) left 5px no-repeat; */
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #555555;
	text-decoration: none;
}
a:hover, a:active
{
	color: #444444;
	text-decoration: underline;
}
#copyrights a:link, #copyrights a:visited
{
	color: #444444;
	text-decoration: none;
}
#copyrights a:hover, #copyrights a:active
{
	color: #444444;
	text-decoration: underline;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 802px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 802px;
	height: 120px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #e8e8e8;
	margin: auto;
	background-color: #ffffff;
}
#header h1
{
	/* small header image specific lines */
	font-size: 22px;
	text-align: right;
	padding-right: 5px;
}

#headmenu{
	width: 185px;
	height: 25px;
	margin-top: 55px;
	padding: 0px;
	border-bottom: 1px solid #e8e8e8;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 802px;
	background: #ffffff;
	border-width: 0 0px;
	border-style: solid;
	border-color: #e8e8e8;
	margin: auto;
}
#wrapper
{
	width: 802px;
	background-color: #ffffff;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 802px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 4px 0 0 0;
	margin-right: -204px;
}
.itemnavi
{
	text-align: center;
	font-size: 0.8em;
	margin: 10px 100px 0px 0px;;
}
.pageswitch
{
	font-size: 0.8em;
	text-align: center;
	margin: 10px 0px 10px 10px;;
}
.content
{
	padding: 0;
	margin: 5px 120px 30px 0px;

}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle1, .contenttitle h2
{
	clear: both;
	/* background: url(images/dot.gif) bottom repeat-x; */
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.4em;
	width: 150px;
	padding: 2px 0 2px 5px;
	margin: 10px 0px 0px 0px;
}

.contenttitle2 h2
{
	font-size: 1em;
	width: 150px;
	padding: 2px 0 2px 5px;
	margin: 0px 0px 10px 0px;

}

.contentbody
{
	display: block;
	font-size: 1em;
	text-align: center;
	padding: 10px 0 5px 10px;
	line-height: 1.8em;
}

.contentbodyk
{
	display: block;
	width: 500px;
	font-size: 1em;
	text-align: left;
	padding: 10px;
	margin: 20px auto;
	line-height: 1.5em;
	border: 1px solid #e8e8e8;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitem1
{
	font-size: 1.2em;
	padding: 0 5px;
	width: 100px;
	margin: 0px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.contentitem2
{
	padding: 0 5px;
	width: 100px;
	margin-bottom: 50px;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.comments{
	padding: 10px 80px;
}

.itemcomment
{
	padding: 5px 15px 10px 15px;
	border: 1px solid #e8e8e8;
	margin: 10px 150px 0 80px;
}
.itemcomment:hover
{
	border: 1px solid #e8e8e8;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	border: 1px solid #e8e8e8;
}
.id1:hover
{
	border: 1px solid #e8e8e8;
}
.itemcomment h3
{
	font-size: 12px;
}

.commentinfo{
	text-align: right;
	margin-bottom: 5px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 120px;
	padding: 10px 0 0 10px;
	text-align: right;
}
.sidebar
{
	color: #999999;
	margin: 0;
}


/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}

.sidebardl dt
{
	/* background: #E5E5E5 url(images/sidetitlebg.gif); */
	color: #777777;
	font-size: 12px;
	padding: 2px 5px;
	margin: 10px 0 5px 10px;
	border-bottom: 1px solid #e8e8e8;
}
.sidebardl dd
{
	/* background: #EEEEEE; */
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	/* background: #E7E7E7; */
	padding: 2px 10px;
	margin: 1px 0 0 0;

}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	/* background: url(images/arrow.gif) left center no-repeat; */
	padding: 0 0 0 10px;
}

.sidebartag
{
	margin: 0 8px 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 802px;
	background: #ffffff;
	text-align: center;
	padding: 30px 0 10px 0;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #e8e8e8;
	margin: 0 auto;
}

#copyrights
{
	color: #999999;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	display: block;
	margin: 5px 0;
}
.commentform, .mailform
{
	display: block;
	margin-top: 10px;
	margin-left: 60px;
	padding: 10px 20px;
    /* background: #EEEEEE; */
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display: block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.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;
}

/*-------------------------------------------------
  NP_ArchiveIndex
-------------------------------------------------*/

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

.archiveindex h2{
	font-size: 1.2em;
	padding: 0 5px;
	width: 100px;
	margin: 30px 0px 20px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.archiveindex {
	font-size: small;
}

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