/* 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: 760px;
	margin: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
hr#body_separator {
	clear: both;
	height: 1px;
	visibility: hidden;
}
/* [header] */
div.header {
	height: 125px;
}
div.header h1 {
	margin: 0px;
	padding: 40px 30px 5px 30px;
	text-align: right;
	font-size: 20px;
}
div.header h1 a {
	text-decoration: none;
}
div.header h1 a:hover {
	text-decoration: underline;
}
div.header p {
	margin: 0px;
	padding: 0px 30px;
	text-align: right;
	font-size: 10px;
}
/* [articles] */
div.contents {
	float: left;
	width: 575px;
	margin: 0px;
}
div.entry {
	margin: 0px 0px 15px 5px;
	padding-right: 10px;
}
div.entry div.entry_body {
	margin: 1em 10px 0 10px;
	line-height: 1.4;
}
div.entry div.entry_more {
	margin: 0 10px 1em 10px;
	line-height: 1.4;
}
/* [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 0px;
	padding: 0px;
	line-height: 1.4;
}
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 {
	padding: 0px;
	margin: 0px;
}
div.entry blockquote pre {
	margin: 0px;
	padding: 0px;
	width: 512px;
	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: 10px 0px 0px 8px;
	padding: 14px 0px 14px 40px;
	line-height: 1.0;
	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.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.0;
	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 10px;
	font-size: 14px;
}
div.comment dl,
div.trackback dl {
	margin-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
	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;
}
/* [navigation] */
div.navigation {
	margin-left: 585px;
}
* html div.navigation {
	margin-left: 585px;
}
div.navigation dl {
	width: 170px;
	padding: 10px 0px 0px 0px;
}
div.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.navigation ul a {
	text-decoration: none;
}
div.navigation dl dt {
	margin: 0px 8px;
	padding: 15px 0px 5px 20px;
	line-height: 1.0;
	font-size: 12px;
	font-weight: bold;
}
div.navigation dl dd {
	margin: 0px;
	padding: 0px 8px 5px 8px;
}
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.3;
}
/* [footer] */
div.footer {
	margin-bottom: 0px;
	padding-top: 40px;
	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.0;
	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","Verdana",sans-serif;
}
address {
	font-family: "Times","Times New Roman",serif!important;
}
pre, code, kbd {
	font-family: monospace;
}
div.navigation dl dt {
	font-family: "Trebuchet MS","Trebuchet","Verdana",sans-serif!important;
}
div.comment h3,
div.comment h4,
div.trackback h3,
div.trackback p.link {
	font-family: "Trebuchet MS","Trebuchet","Verdana",sans-serif!important;
}
div.comment dl.form dt {
	font-family: "Verdana",sans-serif!important;
}
/* [colors] */
body {
	color: #655;
	background-color: #fff;
}
a:link {
	color: #b66;
}
a:active {
	color: #c55;
}
a:visited {
	color: #c96;
}
a:hover {
	color: #c00;
	background-color: #eb9;
}
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: #930;
}
div.entry h2.title a:link,
div.entry h2.title a:active,
div.entry h2.title a:visited {
	color: #630
}
div.entry h2.title a:hover {
	color: #930;
}
div.entry ul.info {
	color: #630;
}
div.comment h3,
div.comment h4,
div.trackback h3 {
	color: #654;
}
div.comment dl dt,
div.trackback dl dt {
	color: #766;
}
div.comment dl.body dd,
div.trackback dl.body dd {
	color: #755;
}
div.comment dl dd.date,
div.trackback dl dd.info {
	color: #a99;
}
div.navigation dl dt {
	color: #c00;
}
div.footer address,
div.footer address a:link,
div.footer address a:active,
div.footer address a:visited,
div.footer address a:hover {
	color: #c99;
}
/* [colors for artcle elements] */
div.entry blockquote {
	color: #966;
	background-color: #fca;
}
div.entry q {
	color: #966;
}
div.entry p.note {
	color: #966;
}
div.entry table {
	color: #544;
	background-color: #f1c9a2;
}
div.entry table th,
div.entry table tr td {
	color: #445;
	background-color: #e6bf99;
}
div.entry table tr.even td
div.entry table tr.even th {
	background-color: #eac39c;
}
/* [borders] */
div.entry ul.status li.com {
	border-right: 1px dashed #b66;
}
div.entry table {
	border-right: 1px solid #a88;
	border-bottom: 1px solid #a88;
}
div.entry table td,
div.entry table th {
	border-top: 1px solid #a88;
	border-left: 1px solid #a88;
}
blockquote {
	border: 1px solid #a88;
}
ins {
	border-bottom: 1px dashed #766;
}
div.picture a img {
	border: 1px solid #c99;
}
div.footer address a {
	border-bottom: 1px solid #dcc;
}
/* [background-images] */
body {
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-image: url(http://www.sendai-c.ed.jp/~rokugo/65blog_k/template/sb-toohot-background.png);
}
div.header {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-image: url(http://www.sendai-c.ed.jp/~rokugo/65blog_k/template/sb-toohot-title.png);
}
div.body {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-image: url(http://www.sendai-c.ed.jp/~rokugo/65blog_k/template/sb-toohot-head.png);
}
div.entry h2.title {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-image: url(http://www.sendai-c.ed.jp/~rokugo/65blog_k/template/sb-toohot-sun.png);
}
div.navigation dl dt {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-image: url(http://www.sendai-c.ed.jp/~rokugo/65blog_k/template/sb-toohot-fire.png);
}
div.footer {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-image: url(http://www.sendai-c.ed.jp/~rokugo/65blog_k/template/sb-toohot-foot.png);
}
