@charset "utf-8";

/**
 * general elements
 */

/* em, strong */
em, strong {
	padding-left: 0.3em;
	padding-right: 0.3em;
}

/* blockquote, q, cite */
blockquote {
	padding: 15px 0px 1px 20px;
	background: transparent url(images/bg_blockquote.png) no-repeat;
}
q {
	padding-left: 0.3em;
	padding-right: 0.3em;
	color: #14234b; /* 紺青 konjou */
}
cite {
	margin-right: 0.4em;
}

/*code, var, samp, pre*/
code, var, samp {
	padding-left: 0.3em;
	padding-right: 0.3em;
	color: #14234b; /* 紺青 konjou */
	font-size: 100%;
}
pre {
	padding: 0.5em;
	border: 1px dotted #666;
	overflow: auto;
	font-size: 100%;
}
pre code, pre var, pre samp {
	padding: 0px;
}

/*keyboard*/
kbd {
	margin: auto 0.2em;
	padding: 0.1em 0.2em;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	font-size: 100%;
}

/* ins, del */
ins {
	margin: auto 0.3em;
	color: #000;
	text-decoration: none;
}
ins:before {
	content: url(images/bullet_pen_add.png);
	padding-right: 0.2em;
}
ins.blockins {
	display: block;
	padding-left: 15px;
	background: transparent url(images/bullet_pen_add.png) no-repeat;
}
ins.blockins:before {
	content:"";
	padding-right: 0px;
}
del {
	margin: auto 0.3em;
	color: #999;
}

/*abbreviation*/
abbr, acronym {
	border-bottom : 1px dotted; 
	cursor: help;
}

/* image */
img {
	border: none;
}

/* list */
dt {
	font-weight: bold;
}
ul, ol {
	padding-left: 12px;
	margin-left: 0.3em;
}

/* table */
table {
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
}
th, td {
	padding-left: 0.3em;
	padding-right: 0.3em;
	border: 1px solid #ccc;
}
th {
	background-color: #888;
	color: #f9fbf9; /* 乳白色 nyuhakushoku */
	font-weight: normal;
}


/**
 * Nucleus Classes
 */

/* leftbox, rightbox */
.leftbox, .rightbox {
	display: inline;
}
.leftbox img, .leftbox object {
	margin: 0.3em 1em 1em 0em;
	float: left;
}
.rightbox img, .rightbox object {
	margin: 0.3em 0em 1em 1em;
	float: right;
}
.clear {
	clear: both;
}

/* search highlight */
.highlight {
	background-color: #fdd9d9; /* 桜色 sakura iro */
}

/* list */
ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}


/**
 * Anchor
 */

a:link {
	color: #2b618f; /* 縹色 hanada iro */
}
a:visited {
	color: #6d9aba; /* 浅縹 asahanada */
}
a:hover {
	color: #cbba48; /* 芥子色 karashi iro */
}

/* header colors */
h1 a:link, h1 a:visited, .header a:link, .header a:visited {
	color: #ccc;
	text-decoration: none;
}
h1 a:hover, .header a:hover {
	color: #fff;
	text-decoration: underline;
}

/* .content h1 & <%title%> colors (index skin) */
.content h1 a:link, .content h1 a:visited, 
.item h3 a:link, .item h3 a:visited,
.item h2 a:link, .item h2 a:visited {
	color: #14234b; /* 紺青 konjou */
}
.content h1 a:hover, 
.item h3 a:hover, .item h2 a:hover {
	color: #cbba48; /* 芥子色 karashi iro */
}

/* navigation colors */
.categorylist a:link, .categorylist a:visited,
.navigation a:link, .navigation a:visited,
.itempage ul.itemnavi a:link, .itempage ul.itemnavi a:visited {
	color: #2b618f; /* 縹色 hanada iro */
}
.categorylist a:hover, .navigation a:hover, .itempage ul.itemnavi a:hover {
	color: #cbba48; /* 芥子色 karashi iro */
}
.pageup a:link, .pageup a:visited {
	color: #14234b; /* 紺青 konjou */
}
.pageup a:hover {
	color: #cbba48; /* 芥子色 karashi iro */
}

/* text-decoration settings */
.item h3 a:link, .item h3 a:visited,
.item h2 a:link, .item h2 a:visited,
.item .morelink a:link, .item .morelink a:visited,
.iteminfo a:link, .iteminfo a:visited, 
.categorylist a:link, .categorylist a:visited,
.navigation a:link, .navigation a:visited,
.footer a:link, .footer a:visited,
.itempage ul.itemnavi a:link, .itempage ul.itemnavi a:visited {
	text-decoration: none;
}
.item h3 a:hover, .item h2 a:hover, .iteminfo a:hover, .item .morelink a:hover,
.categorylist a:hover, .navigation a:hover, .footer a:hover, .itempage ul.itemnavi a:hover {
	text-decoration: underline;
}

/* prev/next item */
.itempage ul.itemnavi ul a:link {
	color: #2b618f; /* 縹色 hanada iro */
	text-decoration: underline;
}
.itempage ul.itemnavi ul a:visited {
	color: #6d9aba; /* 浅縹 asahanada */
	text-decoration: underline;
}
.itempage ul.itemnavi ul a:hover {
	color: #cbba48; /* 芥子色 karashi iro */
	text-decoration: underline;
}


/************************************************
  Layout
************************************************/

body {
	margin: 0px;
	margin-top: 1.8em;
	margin-bottom: 10px;
	padding: 0px;
	background: #220f09 url(images/background.jpg);
	color: #50504e;
	font-size: small;
}

/* font family */
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: "Century Schoolbook", Century, Didot, serif;
}
h4, h5, h6, .header, .navigation dt, .item .iteminfo ul, .pageup, .footer {
	font-family: "Century Schoolbook", Century, Didot, Arial, Helvetica, sans-serif;
}

/* hidden */
.skip, .header h2, .navigation h1 {
	display: block !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	position: absolute !important;
	left: -3000px !important;
}


/**
 * WIDTH
 */
h1, .header, .mainbody, .footer {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	min-width: 740px;
	
	/***************************************************
		[Design Hints]
		- - - - - - - - - - - - - - - - - - - - - - - -
		Main contents - MIN: 501-503px
		Sidebar contents - MIN: 183-185px
	****************************************************/
	
}
.footer {
	width: 90%;
	min-width: 711px;
}

/**
 * HEADER 
 */
h1 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	padding:  0px;
	color: #ccc;
	font-size: 180%;
}
.header {
	padding-bottom: 72px;
	background: transparent url(images/header.jpg) repeat-x 0% 100%;
}
.header ul {
	padding: 0.2em;
	margin: 0em 0em 1.4em 0em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	list-style-type: none;
	text-align: right;
	line-height: 1;
}
.header li {
	display: inline;
	font-weight: bold;
	margin: 0em 1em;
}

/**
 * MAINBODY
 */
.mainbody {
	padding: 0px 0px 1em 0px;
	background-color: #f9fbf9;/* 乳白色 nyuhakushoku */
}
.content {
	width: 68%;
	float: left;
	padding: 20px 2% 2em 2%;
	background-color: #f9fbf9; /* 乳白色 nyuhakushoku */
	line-height: 1.6;
}
.navigation {
	width: 25%;
	float: right;
	margin-top: 0em;
	padding: 20px 1% 2em 2%;
	background: #f9fbf9 url(images/side.png) no-repeat 60% 0%;
}
.pageup {
	clear: both;
	padding-top: 1em;
	border-top: 1px dotted #666;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

/**
 * FOOTER
 */
.footer {
	margin-top: -1px; /* for Netscape 7.0 - 7.1 */
	padding: 10px 2%;
	border-bottom: 8px solid #ccc;
	background-color: #f9fbf9; /* 乳白色 nyuhakushoku */;
	font-size: 90%;
	text-align: center;
	
	height: 4em;
	min-height: 43px;
	background: #f9fbf9 url(images/footer.png) no-repeat 0% 100%;
}
.footer p {
	margin: 0px;
}


/************************************************
  Content
************************************************/
.content p.description {
	margin-top: 0px;
	margin-bottom: 1em; /* for Opera 7 */
	padding-bottom: 5px;
	background: transparent url(images/line_g_800.png) no-repeat 50% 100%;
}

/**
 * headings 
 */
.content h1 {
	/* overwrite header's h1 */
	width: auto;
	min-width: 0px;
	margin: 0px;
	margin-bottom: 0.7em; /* 1 / 1.4 */
	padding: 0px;
	color: #220f09;
	font-size: 140%;
	line-height: 1.6;
	/* end */
	
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

h2 {
	margin: 0px;
	margin-top: 1.6em; /* same as line-height of content */
	margin-bottom: 0.8em; /* for Opera 7 */ /* 1 / 1.2 */
	padding-left: 25px;
	background: transparent url(images/bullet01_large.png) no-repeat 0% 50%;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	color: #220f09;
	font-size: 120%;
}
h2.postdate {
	margin: 0em 0.5em 0em 0em;
	padding: 0.1em;
	width: 4em;
	float: left;
	background: #220f09 url(images/background.jpg);
	border: none;
	border: 1px solid #7C796D;
	color: #ccc;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}
h3 {
	margin: 0px;
	margin-top: 1.6em; /* same as line-height of content */
	margin-bottom: 0.8em; /* for Opera 7 */ /* 1 / 1.2 */
	color: #14234b; /* 紺青 konjou */
	font-size: 120%;
}
.item h3, .item h2 {
	margin: 0px;
	padding: 0.1em 0em 0.2em 0em;
	font-size: 130%;
	line-height: 1.7;
}
.item h2 {
	padding-left: 25px;
	border: none;
	color: #14234b; /* 紺青 konjou */
}

h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h4, h5, h6 {
	color: #333;
}

/**
 * day 
 */
.day {
	padding-bottom: 0.5em;
}

/**
 * item 
 */
.item {
	margin: 0em 0em 2em 0em;
}

.item p, .item ul, .item ol, .item dl, .item blockquote, .item pre, 
.item table, .item form, .item .itembody {
	margin-top: 0em;
	margin-bottom: 1em;
}
.item p.morelink {
	margin-top: 1em;
	margin-left: 20px;
	display: list-item;
	list-style-image: url(images/bullet02.png);
	font-weight: bold;
}

.item .iteminfo {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 2px;
	background-color: #e0e0DC;
	font-size: 85%;
	text-align: right;
	line-height: 1.4;
}
.item .iteminfo p {
	margin-bottom: 0px;
	padding: 0.2em 8px 0em 8px;
	background-color: #edede9;
	border: 1px solid #f9fbf9;
	border-bottom: none;
}
.item .iteminfo ul {
	margin: 0px;
	padding: 0em 8px 0.1em 8px;
	list-style-type: none;
	background-color: #edede9;
	border: 1px solid #f9fbf9;
	border-top: none;
	font-weight: bold;
}
.item .iteminfo ul li {
	display: inline;
	margin: 0em 0em 0em 1em;
	padding: 0px;
}

/**
 * navi
 */
.navi {
/*	font-size: 90%;*/
	font-weight: bold;
}
.pageswitch {
	margin-bottom: 1.1em; /* 1 / 0.9 */
}


/************************************************
  Item page
************************************************/
/* iteminfo */
.itempage ul.iteminfo {
	margin: 0px;
	margin-bottom: 1.1em; /* 1 / 0.9 */
	padding: 0px 0px 2em 0px;
	list-style-type: none;
	background: transparent url(images/line_g_800.png) no-repeat 50% 100%;
	color: #333;
	font-size: 90%;
	line-height: 1.2;
	text-align: right;
}

/* itemnavi */
.itempage ul.itemnavi {
	clear: both;
	margin-top: 2em;
	margin-left: 0px;
	padding-top: 1em;
	padding-left: 1px;
	background: transparent url(images/line_g_800.png) no-repeat 50% 0%;
	font-size: 100%;
	font-weight: normal;
}
.itempage ul.itemnavi li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.itempage ul.itemnavi li ul {
	margin-top: 0.6em;
}
.itempage ul.itemnavi li li {
	list-style-image: url(images/bullet01.png);
}

/* itemextra */
.itempage .itemextra {
	margin-top: 2em;
}
.itempage .itemextra h3 {
	color: #333;
	font-size: 110%;
}

/**
 * Comments
 */
#comment .section {
	margin-left: 20px;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #ccc;
	line-height: 1.4;
}
#comment p { /* no comments */
	margin-left: 20px;
}
#comment .section p {
	margin-left: 0px;
}
#comment .section h3 {
	margin-top: 0em;
}

#postcomment .commentform {
	margin-left: 20px;
}
#postcomment .commentform br {
	display: none;
}
#postcomment .formfield {
	display: block;
}
#postcomment .formbutton {
	vertical-align: bottom;
}

/************************************************
  Archive list page
************************************************/
.archivelistpage .content .categories {
	width: 25%;
	margin: 0px;
	padding: 0.5em;
	border: 4px double #ccc;
	float: left;
}
.archivelistpage .content .categories ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.archivelistpage .content .categories ul ul {
	margin-left: 1em;
}
.archivelistpage .content .categories p {
	margin: 0em;
}
.archivelistpage #archives {
	margin-left: 32%;
}
.archivelistpage #archives h2 {
	border: none;
	margin-bottom: 0px;
}
.archivelistpage #archives .archivelist {
	margin-top: 0px;
	padding-top: 1.5em;
	background: transparent url(images/line_g_800.png) no-repeat 50% 0%;
}

/************************************************
  Navigation
************************************************/
.navigation dl {
	margin-top: 0px;
}
.navigation dd dl {
	margin-top: 1em;
}

.navigation dt {
	margin-top: 1.6em;
	margin-bottom: 1em;
	color: #14234b; /* 紺青 konjou */
	line-height: 1.2;
	font-size: 110%;
	font-weight: bold;
}
.navigation dd dt {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 100%;
	color: #50504e;
}
.navigation dd {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.4;
}
.navigation dd dd {
	margin-left: 1em;
}

.navigation ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-image: url(images/bullet01.png);
}
.navigation ul ul {
	list-style-image: url(images/bullet02.png);
}

/************************************************
  Form
************************************************/
input.formfield, .formbutton {
	line-height: normal !important; /* for Netscape */
	margin-bottom: 0.2em;
}

.searchform br, .navigation .loginform br {
	display: none;
}
.searchform .formfield, .loginform .formfield {
	width: 150px;
}
.navigation .loginform .formfield, .navigation .loginform .formbutton {
	display: block;
}

