@charset "EUC-JP"; 

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

/* [defaults] */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0px;
	font-weight: bold;
	font-style: normal;
}
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-size: 12px;
	font-style: normal;

}
em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: none;
}
q {
	font-style: normal;
	quotes: none;
}
a {
	text-decoration: none;
}
/* [blocks] */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #660033;
	background: url(http://strawberry-heart.org/template/bg.gif) #fff;
	font-size: 10px;
	letter-spacing: 1px;
}
a:link {
	color: #ff93b0;
}
a:active {
	color: #ff93b0;
}
a:visited {
	color: #ff93b0;
}
a:hover {
	color: #ffbbce;
}
div.wrapper {
	width: 820px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: left top repeat-x url(http://strawberry-heart.org/template/title_bg.gif);
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
div.body, 
div.header, 
div.footer {
	clear: both;
	margin: 0;
	padding: 0;
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
}
hr#body_separator {
	clear: both;
	height: 20px;
	visibility: hidden;
}
/* [header] */
div.header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	text-align: right;
	background: 700px bottom no-repeat url(http://strawberry-heart.org/template/ichigo.gif);
	color: #660033;
}
div.header h1#top {
	margin: 0;
	padding: 40px 0 10px 20px;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
}
div.header h1#top a {
	text-decoration: none;
}
div.header h1#top a:hover {
	text-decoration: underline;
}
h1#top,
h1#top a:link,
h1#top a:active,
h1#top a:visited,
h1#top a:hover {
	color: #ff668f;
}
div.header p {
	margin: 0px;
	padding: 0px 20px;
	text-align: left;
	font-size: 11px;
}
/* [articles] */
div.entry {
	margin-left: 10px;
	padding-right: 10px;
}
div.entry div.entry_body,
div.entry div.entry_more,
div.topmemo {
	margin: 0px 10px;
	font-size: 11px;
	clear: both;
}
div.entry_navi {
	margin: 10px 0 0 0;
	text-align: center;
	letter-spacing: 2px;
}
/* [elements in article] */
div.entry p,
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 0;
	padding: 0px;
	line-height: 1.6;
}
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 {
	clear: left;
}


div.entry li,
div.entry dd {
	margin-left: 2em;
}
div.entry blockquote {
	padding: 2px 10px;
	font-style: italic;
}
div.entry blockquote p {
	margin: 1em 0;
	padding: 0px;
	line-height: 1.6;
}
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: 11px;
}
div.entry q {
	font-style: none;
}
div.entry cite {
	font-style: normal;
}
div.entry ins {
	text-decoration: none;
}
div.entry del {
	text-decoration: line-through;
}
div.entry img.pict {
	padding: 5px;
	display: block;
	text-align: center;
}
div.entry img.pict1 {
	padding: 10px;
	float: left;
	display: block;
	text-align: left;
}
div.entry img.pict2 {
	padding: 10px;
	float: right;
	display: block;
	text-align: left;
}

div.topmemo img.pict1 {
	padding: 10px;
	float: left;
	display: block;
	text-align: left;
}

div.topmemo img.pict2 {
	padding: 10px;
	float: right;
	display: block;
	text-align: left;
}

div.amazon-item-box {
	display: block;
	padding: 0;
	border: 1px solid  #999;
	margin: 8px;
	-moz-border-radius: 10px;
}
div.amazon-item-image {
	display: block;
	padding: 10px;
	float: left;
}
div.amazon-item-info {
	display: block;
	margin: 15px auto auto 10px;
	padding: 0 8px 0 10px;
	float:left;
	line-height: 110%;
}
/* [special elements in article] */
div.entry h2.title {
	margin: 20px -10px 0px 0px;
	padding: 8px 0px 30px 45px;
	line-height: 1.0;
	font-size: 12px;
	letter-spacing: 2px;
	background: left top no-repeat url(http://strawberry-heart.org/template/entrytitle_bg.gif);
}
div.entry h2.title a {
	text-decoration: none;
}
h2.title,
h2.title a:link,
h2.title a:active,
h2.title a:visited {
	color:#660033;
}
h2.title a:hover {
	color: #ff668f;
}
div.entry ul.info,
div.entry ul.status {
	margin: 0px;
	padding: 10px;
	text-align: right;
	list-style: none;
	font-size: 11px;
}
div.entry ul.info {
	position: relative;
	top: -20px;
}
div.entry ul.status {
	margin: 0px;
	padding: 0px 11px;
}
div.entry ul.info li,
div.entry ul.status li {
	margin: 0px;
	display: inline;
}
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;
}
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: 8px 0px 0px 20px;
	font-size: 12px;
	letter-spacing: 2px;
}
h3#comments,
h3#trackback {
	margin: 20px -10px 0px 10px;
	padding: 8px 0px 30px 45px;
	line-height: 1.0;
	font-size: 12px;
	letter-spacing: 2px;
	background: left top no-repeat url(http://strawberry-heart.org/template/entrytitle_bg.gif);
}
div.comment dl,
div.trackback dl {
	margin-left: 20px;
	padding: 10px 20px 0 10px;
	line-height: 1.4;
}
div.comment dl.body,
div.trackback dl.body {
	margin-left: 20px;
	padding: 10px 20px 0 10px;
	line-height: 1.4;
	border-bottom: dashed 1px #ffbbce;
	font-size: 11px;
}
div.comment dt,
div.trackback dt {
	padding: 0 0 10px 10px;
}
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;
}
div.comment dl.body dt,
div.trackback dl.body dt {
}
div.trackback p.link {
	margin: 0px 10px 0px 10px;
	padding-right: 10px;
	text-align: right;
}
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;
}
input, textarea {
	border: 1px solid #ffbbce;
	margin: 1px;
	font: 12px Osaka,Verdana,Sans-serif;
	color: #660033;
	background: #fff;
}
/* [calendar] */
div.calendar {
	clear: both;
	padding: 10px 0px;
	text-align: center;
	background: center repeat-x url(http://strawberry-heart.org/template/calender.gif);
	letter-spacing: 1px;
}
div.calendar a {
	font-weight: bold;
	text-decoration: none;
}
/* [footer] */
div.footer {
	padding: 30px 0 10px 10px;
	background: left top repeat-x url(http://strawberry-heart.org/template/bottom_br.gif);
	color: #660033;
}
div.footer ul {
	margin: 2px 15px;
}
div.footer ul li {
	margin:0 5px 0 0;
	display: inline;
	font-size: 10px;
	letter-spacing: 2px;
}
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.0;
}
div.footer address a {
	text-decoration: none;
}
/* [navigation] */
div.navigation dl {
	width: 200px;
	padding: 0px;
}
div.navigation dl {
	padding-top: 10px;
}
div.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 10px;
}
div.navigation ul a {
	text-decoration: none;
}
div.navigation dl dt {
	margin: 0px;
	padding: 9px 5px;
	line-height: 1.0;
	font-size: 12px;
	font-weight: bold;
	color: #ff668f;
}
div.navigation dl dd {
	margin: 0px;
	padding: 0px 0px 5px 0;
	color: #660033;
}
div.navigation dl.recommend dd.img {
	text-align: center;
}
div.navigation dl.recommend dd a {
	text-decoration: none;
}
div.navigation dl dd ul li {
	padding: 2px 0px;
}
div.navigation dl dd ul li ul {
	margin-left: -10px;
}
div.navigation dl dd ul li ul li {
	list-style-type:none;
	padding: 1px 0px 1px 20px;
	background:url(http://strawberry-heart.org/template/icon.gif) no-repeat;
}
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.3;
}
ul.tree li.lst {
	list-style-type:none;
	padding: 0px 0px 0px 20px;
	background:url(http://strawberry-heart.org/template/icon.gif) no-repeat;
}

div#twitter_div {
	width: 175px;
	margin-right: 10px;
	overflow: hidden;
	}

#twitter-link {
	padding-top: 10px;
	font-weight: bold;
	display: block;
	text-align: right;
	}

div#twitter_div {
	font-size: 10px;
	}

div#twitter_div li {
	padding: 2px 0;
	line-height: 110%;
	}

div#twitter_div li span {
	color: #660033;
	}

dd#booklist,
#musiclist {
	padding-left: 5px;
	}

dd#otherlist,
#musiclist {
	padding-left: 5px;
	}

#qrlist {
	padding-left: 15px;
	}

#bplist {
	padding: 0 0 0 10px;
	line-height: 170%;
	}

/* amazon */
#recomlist {
	text-align:center;
}
#recomlist p {
	text-align:left;
	padding: 0 0 0 10px;
}
div.amazon {
	text-align:center;
	margin:1em 0 0;
}
img.amazon_pict {
	padding:10px;
}
div.amazon_text {
	text-align:left;
}
div.amazon_text strong {
	background:url(http://strawberry-heart.org/template/icon.gif) left center no-repeat;
	padding:0 0 0 15px;
	font-weight:normal;
}
div.amazon-item-box ul li {
	list-style:none;
}
/* [calendar] */
div.navigation table.calendar {
	width: 200px;
}
div.navigation table.calendar td {
	padding: 2px 0px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
	line-height: 1.0;
}
div.navigation table.calendar td.weekday {
	width: 27px;
}
div.navigation table.calendar td.calendar_month {
	padding: 0px 0px 4px 0px;
	font-weight: bold;
}
div.navigation table.calendar td.calendar_month a {
	text-decoration: none;
}
div.navigation table.calendar td.cell {
	padding: 1px 0px;
}
div.navigation table.calendar td.cell a {
	font-weight: bold;
	text-decoration: none;
}
div.navigation table.calendar td.cell span.today {
	font-weight: bold;
}
/* [fonts] */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, td, th, address, blockquote {
	/* except MacIE \*/
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
	/* end for MacIE */
}
h1, h2, h3, h4, h5, h6, th, dt, strong {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
}
pre, code, kbd {
	font-family: "ＭＳ ゴシック","MS Gothic","Osaka−等幅",monospace!important;
}
div.navigation table.calendar td.weekday {
	font-family: Verdana, monospace!important;
}
address {
	font-family: Verdana, "ＭＳ Ｐゴシック",'メイリオ',Meiryo, Osaka, sans-serif!important;
}
div.header h1,
div.calendar {
	font-family: Verdana, "ＭＳ Ｐゴシック",'メイリオ',Meiryo, Osaka, sans-serif!important;
}
div.calendar a,
div.calendar span.calendar_month {
	font-family: Verdana, sans-serif!important;
}
div.navigation dl dt {
	font-family: Verdana, "ＭＳ Ｐゴシック",'メイリオ',Meiryo, Osaka, sans-serif!important;
}
div.comment h3,
div.comment h4,
div.trackback h3,
div.trackback p.link {
	font-family: Verdana, "ＭＳ Ｐゴシック",'メイリオ',Meiryo, Osaka, sans-serif!important;
}
div.comment dl.form dt {
	font-family: Verdana, "ＭＳ Ｐゴシック",'メイリオ',Meiryo, Osaka, sans-serif!important;
}
h1 a {
	font-family: Verdana,sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
}
/* [layout] */
div.contents {
	float: left;
	width: 600px;
	margin: 0px;
}
div.navigation {
	margin-left: 610px;
}
* html div.navigation {
	margin-left: 615px;
}
/* [colors] */
div.entry ul.info {
	color: #660033;
}
div.entry blockquote,
div.entry q {
	color: #660033;
}
div.entry blockquote {
	background-color: #ffbbce;
}
div.entry blockquote {
	border: 1px solid #ff668f;
}
div.entry p.note {
	color: #e40000;
}
div.entry table {
	color: #660033;
}
div.entry table {
	background-color: #ff93b0;
}
div.entry table td {
	background-color: #ffcdda;
}
div.entry table th {
	background-color: #ffcdda;
}
div.entry table {
	border-right: 1px solid #660033;
	border-bottom: 1px solid #660033;
}
div.entry table td,
div.entry table th {
	border-top: 1px solid #660033;
	border-left: 1px solid #660033;
}
div.comment h3,
div.trackback h3 {
	color: #660033;
}
div.comment h4, {
	color: #ff668f;
}
div.comment dl dt,
div.trackback dl dt {
	color: #660033;
}
div.comment dl.body dd,
div.trackback dl.body dd {
	color: #660033;
}
div.comment dl dd.date,
div.trackback dl dd.info {
	color: #660033;
}

/*--------lightbox--------*/
#lightbox {
	background-color: #ffeef7;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #ffeef7;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(lightbox/blank.gif);
}
/* --------------------------------------------------------------
	PAGE NAVIGATION
-------------------------------------------------------------- */
div.page {
	margin:1em auto;
	color:#660033;
	font-size:11px;
	text-align: center;
}

div.page a {
	margin:0 0.1em;
	border:1px solid #ff93b0;
	background:#fff;
	padding:0.1em 0.3em;
}

div.page a:hover {
	border:1px solid #ff93b0;
	color:#fff;
	background: #ff93b0;
}

div.page span {
	margin:0 0.1em;
	border:1px solid #ff93b0;
	background:#ffcdda;
	padding:0.1em 0.3em;
}
p#link2top {
	font-size: 11px;
	text-align: center;
}

h1 span {
	display: none;
}

/* --------------------------------------------------------------
	ちょっと一言
-------------------------------------------------------------- */
.topmemo{
	margin-left: 10px;
	padding-right: 10px;
}
.topmemo h2{
	margin: 20px -10px 0px 0px;
	padding: 8px 0px 30px 45px;
	line-height: 1.0;
	font-size: 12px;
	letter-spacing: 2px;
	background: left top no-repeat url(http://strawberry-heart.org/template/entrytitle_bg.gif);
}.topmemo p{
	margin: 1em 10px;
	padding: 0px;
	line-height: 1.6;
}
.topmemo pre{
	margin: 1em 0;
	padding: 0px;
	line-height: 1.6;
	font-family: Verdana, "ＭＳ Ｐゴシック",'メイリオ',Meiryo, Osaka, sans-serif!important;
}

