/* style.css */
/* == written by Takuya Otani <takuya.otani@gmail.com> === */
/* == Copyright (C) 2004 SimpleBoxes/SerendipityNZ Ltd. == */

/* [defaults] */
* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0px;
	font-weight: bold;
	font-style: normal;
	font-family: sans-serif;
}
p, dl, ul, ol, blockquote, form, pre {
	font-weight: normal;
	font-style: normal;
}
th, dt {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: normal;
}
img {
	border: none;
}
q {
	font-style: normal;
	quotes: none;
}
a {
	text-decoration: underline;
}
/* [blocks] */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div.body, div.header, div.footer {
	clear: both;
	width: 780px;
	margin: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.header {
	margin-top: 10px;
}
hr#body_separator {
	clear: both;
	height: 20px;
	visibility: hidden;
}
/* [header] */
div.header {
	height: 100px;
	text-align: left;
}
div.header h1 {
	margin: 0px;
	padding: 15px 25px 8px;
	font-size: 18px;
}
div.header h1 a {
	text-decoration: none;
}
div.header h1 a:hover {
	text-decoration: underline;
}
div.header p {
	margin: 0px;
	padding: 0px 30px;
	font-size: 10px;
}
/* [articles] */
div.contents {
	float: left;
	width: 590px;
	margin: 0px;
}
div.entry {
	margin-left: 10px;
	padding-right: 10px;
}
div.entry div.entry_body,
div.entry div.entry_more {
	margin: 0px 10px;
	line-height: 1.4em;
}
/* [elements in article] */
div.entry p {
	margin: 1em 0px;
	padding: 0px;
	line-height: 1.4em;
}
div.entry ul,
div.entry ol,
div.entry dl,
div.entry table,
div.entry blockquote,
div.entry h1,
div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6,
div.entry pre {
	margin: 1em 0px;
	padding: 0px;
	line-height: 1.4em;
	clear: left;
}
div.entry li,
div.entry dd {
	margin-left: 2em;
}
div.entry blockquote {
	padding: 2px 10px;
	font-style: italic;
}
div.entry blockquote p {
	padding: 0px;
	margin: 0px;
}
div.entry blockquote pre {
	margin: 0px;
	padding: 0px;
	width: 530px;
	overflow: auto;
}
div.entry table th {
	margin: 0px;
	padding: 5px;
	text-align: center;
}
div.entry table td {
	margin: 0px;
	padding: 2px;
}
div.entry p.note {
	font-size: 90%;
}
div.entry q {
	quotes: "";
	font-style: italic;
}
div.entry cite {
	font-style: normal;
}
div.entry ins {
	text-decoration: none;
}
div.entry del {
	text-decoration: line-through;
}
div.entry img.pict {
	display: block;
	text-align: center;
	margin: auto;
}
div.entry div.amazon {
	text-align: center;
}
div.entry div.amazon div.amazon_text {
	text-align: left;
}
/* [special elements in article] */
div.entry h2.title {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 22px 38px;
	line-height: 1.0em;
	font-size: 14px;
}
div.entry h2.title a {
	text-decoration: none;
}
div.entry ul.info,
div.entry ul.status {
	margin: 0px;
	text-align: right;
	font-size: 11px;
	list-style: none;
}
div.entry ul.info {
	position: relative;
	top: -20px;
	margin-left: 38px;
}
div.entry ul.status {
	margin: 0px;
	padding: 0px 10px;
}
div.entry ul.info li,
div.entry ul.status li {
	margin: 0px;
	display: inline;
}
div.entry ul.info li {
	line-height: 1.0em;
	padding-left: 0.5em;
}
div.entry ul.status li.com {
	padding-right: 5px;
	margin-right: 5px;
}
div.entry ul.info a,
div.entry ul.status a {
	text-decoration: none;
}
div.entry ul.info a:hover,
div.entry ul.status a:hover {
	text-decoration: underline;
}
/* [page navi] */
div.page {
	padding: 10px 0px;
	text-align: center;
	font-size: 11px;
}
div.page a {
	text-decoration: none;
}
/* [comments/trackbacks] */
div.trackback {
	margin-top: 20px;
}
div.comment h3,
div.comment h4,
div.trackback h3 {
	margin: 0px 10px 5px 10px;
	padding: 15px 0px 0px 0px;
	font-size: 14px;
}
div.comment dl,
div.trackback dl {
	margin-left: 20px;
	padding-right: 20px;
	line-height: 1.4em;
	font-size: 90%;
}
div.comment dl dd,
div.trackback dl dd {
	margin-left: 15px;
	padding: 0px;
}
div.comment dl dd.date,
div.trackback dl dd.info
{
	text-align: right;
	font-size: 90%;
}
div.comment dl.body dt,
div.trackback dl.body dt {
}
div.trackback p.link {
	margin: 0px 0px 0px 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 90%;
}
div.comment form dl dt {
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
div.comment form dl dt label#labelsubmit {
	display: none;
}
div.comment form dl dd {
	margin: 0px 0px 0px 8.5em;
	padding: 0px;
}
/* [calendar] */
div.calendar {
	clear: both;
	padding: 10px 0px;
	font-size: 11px;
	text-align: center;
}
div.calendar a {
	font-weight: bold;
	text-decoration: none;
}
/* [navigation] */
div.navigation {
	margin-left: 600px;
	padding-top: 10px;
}
* html div.navigation {
	margin-left: 595px;
}
div.navigation dl {
	width: 170px;
	padding: 0px;
}
div.navigation dl {
	padding-top: 10px;
}
div.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.navigation ul a {
	text-decoration: none;
}
div.navigation dl dt {
	margin: 0px;
	padding: 12px 5px 9px 28px;
	line-height: 1.0em;
	font-size: 12px;
	font-weight: bold;
}
div.navigation dl dd {
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
div.navigation dl.recommend dd.imag {
	text-align: center;
}
div.navigation dl.recommend dd a {
	text-decoration: none;
}
div.navigation dl dd ul li {
	padding: 2px 0px;
	font-size: 11px;
}
div.navigation dl dd ul li ul li {
	padding-left: 1em;
}
div.navigation dl.extra dt {
	display: none;
}
div.navigation dl.extra dd {
	margin-top: 1em;
}
div.navigation dl.extra ul li,
div.navigation dl.search dd {
	padding: 3px 0px;
	text-align: center;
	line-height: 1.3em;
}
/* [footer] */
div.footer {
	margin-bottom: 0px;
	width: 780px;
}
div.footer address {
	font-weight: bold;
	font-style: italic;
}
div.footer address,
div.footer p#link2top {
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.0em;
	font-size: 11px;
}
div.footer address a {
	text-decoration: none;
}
/* [fonts] */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, td, th, address, blockquote {
/* except MacIE ?*/
	font-family: "Lucida Grande", sans-serif!important;
/* end for MacIE */
}
h1, h2, h3, h4, h5, h6, th, dt, strong {
	font-family: "Hiragino Kaku Gothic Std",sans-serif;
}
address {
	font-family: "Times","Times New Roman",serif!important;
}
div.header h1,
div.calendar {
	font-family: "Times","Times New Roman","Hiragino Mincho Std","MS PMincho",serif!important;
}
div.calendar a,
div.calendar span.calendar_month {
	font-family: "Verdana",sans-serif!important;
}
pre, code, kbd {
	font-family: monospace;
}
div.navigation dl dt {
	font-family: "Arial","Trebuchet MS","Trebuchet",sans-serif!important;
}
div.comment h3,
div.comment h4,
div.trackback h3,
div.trackback p.link {
	font-family: "Trebuchet MS","Trebuchet",sans-serif!important;
}
div.comment dl.form dt {
	font-family: "Verdana",sans-serif!important;
}
/* [colors] */
body {
	color: #654;
	background-color: #ffe;
}
a:link {
	color: #930;
}
a:active {
	color: #930;
}
a:visited {
	color: #833;
}
a:hover {
	color: #d00;
}
div.header h1,
div.header h1 a:link,
div.header h1 a:active,
div.header h1 a:visited,
div.header h1 a:hover {
	color: #630;
}
div.header p {
	color: #cf6f0e;
}
div.entry h2.title,
div.entry h2.title a:link,
div.entry h2.title a:active,
div.entry h2.title a:visited {
	color: #c60
}
div.entry h2.title a:hover {
	color: #c33;
}
div.entry ul.info {
	color: #cf6f0e;
}
div.comment h3,
div.comment h4,
div.trackback h3 {
	color: #654;
}
div.comment dl dt,
div.trackback dl dt {
	color: #765;
}
div.comment dl.body dd,
div.trackback dl.body dd {
	color: #754;
}
div.comment dl dd.date,
div.trackback dl dd.info {
	color: #a98;
}
div.navigation dl dt {
	color: #c30;
}
div.footer address,
div.footer address a:link,
div.footer address a:active,
div.footer address a:visited,
div.footer address a:hover {
	color: #c98;
}
/* [colors for artcle elements] */
div.entry blockquote {
	color: #964;
	background-color: #fffde6;
}
div.entry q {
	color: #964;
}
div.entry p.note {
	color: #964;
}
div.entry table {
	color: #543;
	background-color: #fffeea;
}
div.entry table th,
div.entry table tr td {
	color: #543;
	background-color: #fffeea;
}
div.entry table tr.even td
div.entry table tr.even th {
	background-color: #fffee8;
}
/* [borders] */
div.entry ul.info {
	border-top: 1px solid #de9c53;
}
div.entry ul.status li.com {
	border-right: 1px solid #fd9;
}
div.entry table {
	border-right: 1px solid #f7c7e8;
	border-bottom: 1px solid #f7c7e8;
}
div.entry table td,
div.entry table th {
	border-top: 1px solid #f7c7e8;
	border-left: 1px solid #f7c7e8;
}
blockquote {
	border: 1px solid #efcea1;
}
ins {
	border-bottom: 1px dashed #fd9;
}
div.picture a img {
	border: 1px solid #fd9;
}
div.footer address a {
	border-bottom: 1px solid #dca;
}
/* [background-images] */
div.header {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-image: url(/~jiyunomori/centerblog2/template/sb-crunch-spoon.png);
}
div.entry h2.title {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-image: url(/~jiyunomori/centerblog2/template/sb-crunch-cake.png);
}
div.navigation dl dt {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url(/~jiyunomori/centerblog2/template/sb-crunch-strawberry.png);
}

/* [for lightbox] */
#lightbox {
	padding: 10px;
	background-color: #eee;
}
#overlay {
	text-align: left;
	background-color: #ccc;
}
#lightboxCaption {
	padding: 5px 0px;
	color: #333;
	background-color: #eee;
	text-align: center;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(/~jiyunomori/centerblog2/template/sb-crunch-overlay.png);
}
* html #lightboxOverallView {
	background-color: #000;
	background-image: url(/~jiyunomori/centerblog2/template/sb-crunch-blank.gif);
	filter: Alpha(opacity=50);
}
