@charset "UTF-8";

/* Copyright 2005 stick. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* [Global Settings] */
body {
	color: #333;
	line-height:150%;
	background: #fff url(http://www.magadha.net/horyu/template/bg_mikugreen.jpg) repeat-x fixed;
}

h3 {
	margin: 1em 0;
	font-size: 120%;
}
p {
	margin: 0 0 1em;
}
img {
	border-width: 0;
}
a {
	color: #c33;
	text-decoration: none;
}
a:active,
a:hover {
	color: #f63;
	text-shadow: 0 0 5px #f90;
}
div {
	text-align: left;
}
span {
	display: inline;
}
ruby {
	line-height: 100%;
}
rt {
	line-height: 50%;
}
table {
	border-width: 0;
}
ul {
	list-style: none;
}
strong {
	background-color: #cfc;
}
del {
	text-decoration: line-through;
	color: #999;
}
cite {
	font-style: italic;
}
.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper {
	margin: 0 auto;
	padding-bottom: 1em;
	width: 720px !important;
	background-color: #fff;
}
div#header {
	width: 720px !important;
	height: 170px;
	margin: 0 0 1.5em;
	background: transparent url(http://www.magadha.net/horyu/template/body_bg_clouds.jpg) no-repeat;
}
div#contents {
	width: 505px !important;
	float: left;
	background-color: #fff;
}
div#pagenavi {
	margin: 1.5em 0;
	text-align: center;
	color: #999;
	font-size: 90%;
}
div#footer {
	width: 720px;
	height: 30px;
	margin: 3em 0 0;
	text-align: center;
	background: transparent url(http://www.magadha.net/horyu/template/footer_bg.jpg) no-repeat;
	background-position: center bottom;
}
/* [Header] */
div#title {
	width: 515px;
	float: left;
	padding: 67px 0 0;
}
div#title h1 {
	display: block;
	width: 155px;
	height: 82px;
	float: left;
	margin: 0 20px 0 20px;
	border-width: 0;
}
p#title_description {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 18px;
	color: #066;
}
p#title_verse {
	margin: 13px 0 0;
	padding: 0 0 0 5px;
}
dl#search {
	width: 202px;
	float: right;
	padding: 75px 0 0;
	text-align: center;
}
dl#search dt {
	width: 202px;
	height: 20px;
	background: transparent url(http://www.magadha.net/horyu/template/search_header.jpg) no-repeat;
	background-position: center center;
}
dl#search dd input.form {
	width: 130px;
	background-color: #eee;
	border: 1px solid #ccc;
}
dl#search dd input.button {
	margin: 10px 0 0;
}
/* [Entry] */
div.entry {
	margin: 2em 0 2em 10px;
	width: 490px !important;
	background-color: #fff;

}
div.entry h2 {
	margin: 0 0 6px;
	border-width: 1px 1px 1px 15px;
	border-style: solid;
	border-color: #096;
	padding: 6px 5px 6px 10px;
	font-size: 120%;
}
div.entry h2 a {
	color: #063;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #f63;
}
div.entry h3 {
	margin: 1.5em 0;
	border-width: 0 0 0 8px;
	border-style: solid;
	border-color: #999;
	padding: 0 0 0 8px;
}
div.entry h4 {
	margin: 1.2em 0;
	font-weight: bold;
}
div.entry_author {
	margin: 0 0 1.5em;
	font-size: 90%;
	text-align: right;
	color: #666;
}
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	margin: 1.5em 1em;
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #cdb;
	color: #333;
	background-color: #FCFFF3;
}
div.entry ul{
	list-style-type: disc;
	margin: 1em 0;
	padding: 0 0 0 2em;
}
div.entry ol{
	list-style-type: decimal;
	margin: 1em 0;
	padding: 0 0 0 2em;
}
div.entry table {
	margin: 1em 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
div.entry table th {
	padding: 0.2em;
	border-bottom: 1px solid #D0E821;
	border-right: 1px solid #ddd;
}
div.entry table td {
	padding: 0.2em;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
}
div.entry dl {
	margin: 1em 0;
}
div.entry dl dt {
	font-weight: bold;
}
div.entry dl dd {
	padding: 0 0 0.7em 2em;
}
div.social {
	clear: both;
	margin: 0 1.5em 0 0;
	padding: 0;
	text-align: right;
}
div.social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.social ul li {
	display: inline;
	margin: 0 0 0 2px;
}
div.entry_state {
	margin: 0 1.5em 0 0;
	font-size: 90%;
	padding: 0;
	text-align: right;
	color: #666;
}
div.entry_state ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.entry_state ul li {
	display: inline;
	margin: 0 0 0 2px;
	padding: 1px 5px;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px;
	background-color: #eee;
}

/* [Comment] */
div#comments {
	margin: 2em 0 2em 10px;
	width: 485px;
}
div#comments h3 {
	margin: 0 0 1em;
	padding: 0 0 2px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	font-weight: bold;
	color: #666;
}
div#comments dl.comment_body {
	margin: 0 0 2em;
}
div#comments dl.comment_body dt {
	margin: 0 0 5px;
	padding: 0 0 2px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #DBE6BF;
	color: #999;
}
div#comments dl.comment_body dd {
	margin: 0 0 1em;
}
div#comments h4 {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #9c9;
	padding: 2px 0 2px 10px;
}
dl#comment_form {
	width: 480px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 1em 0 0.5em;
	background-color: #fff;
}
dl#comment_form dt {
	margin: 0 0 0 20px;
}
dl#comment_form dd {
	margin: 0 0 15px 20px;
}
dl#comment_form dd label {
	margin: 0;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd textarea {
	width: 455px;
	border: 1px solid #ccc;
	background-color: #eee;
}
/* [Trackback] */
div#trackback {
	margin: 2em 0 2em 10px;
	width: 485px;
}
div#trackback h3 {
	margin: 0 0 1em;
	padding: 0 0 2px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	font-weight: bold;
	color: #666;
}
p.tb_note {
	margin: 0 0 5px 8px;
	font-size: 12px;
	line-height: 17px;
	color: #696;
}
p.tb_link {
	margin: 0 0 1.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #9c3;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color: #690;
}
div#trackback dl.tb_body {
	margin: 1em 0;
}
div#trackback dl.tb_body dt {
	margin: 0 0 5px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #DBE6BF;
	padding: 0 0 2px;
	color: #999;
}
div#trackback dl.tb_body dd {
	margin: 0 0 1em;
}
/* [Profile] */
div#profile {
	margin: 3em 0 3em 5px;
	width: 490px;
}
div#profile h2 {
	margin: 0 0 6px;
	border-width: 1px 1px 1px 15px;
	border-style: solid;
	border-color: #096;
	padding: 6px 5px 6px 10px;
	font-size: 120%;
}
div.profile_body {
	margin: 0 0 1.5em;
}
div.profile_body ul{
	list-style-type: disc;
	margin: 1em 0;
	padding: 0 0 0 2em;
}
/* [Navigation] */
div#navigation {
	width: 202px !important;
	float: right;
	font-size: 12px;
	background-color: #fff;
}
div#navigation dl {
	margin: 0 0 30px;
}
div#navigation dt {
	width: 200px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 3px 0 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
	color: #530;
	background: transparent url(http://www.magadha.net/horyu/template/navi_dt.gif) no-repeat;
}
div#navigation ul {
	padding: 0 0 0 15px;
	list-style-position: outside;
	list-style-image: url(http://www.magadha.net/horyu/template/pn_ul_arrow_2.gif);
}
dt#readmename {
	display: none;
}
dd#readmelist {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #6c9;
	padding: 0 0 10px;
	line-height: 130%;
	text-align: center;
}
dt#featuresname {
	display: none;
}
dd#featureslist ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
}
dd#featureslist li {
	margin: 0 0 15px;
	line-height: 130%;
	text-align: center;
}
dd#featureslist li.f_li_box {
	margin: 0 10px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #6c9;
	padding: 5px 0;
}
dt#widgetsname {
	display: none;
}
dd#widgetslist ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
}
dd#widgetslist li {
	margin: 0 0 15px;
	text-align: center;
}
dd#bookslist li {
	margin: 0 0 8px;
	line-height: 130%;
}
dd#bookslist li img {
	vertical-align: text-top;
}
.amazon_pict, {
	text-align:center;
}
.amazon_text {
	text-align:center;
	margin-bottom:0.5em;
}
/* ++++ Calendar ++++ */
dl#calendar table {
	width: 200px;
}
dl#calendar table th,
dl#calendar table td {
	height: 16px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
}
dl#calendar table td.weekday {
	font-size: 8px;
}
/* ++++ Extra ++++ */
dl#extra {
	margin: 10px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #6c9;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
dl#extra img {
	margin: 5px 0;
	vertical-align: text-top;
}
p#link2top {
	padding: 0 0 10px 10px;
	background: transparent url(http://www.magadha.net/horyu/template/pn_pagetop_arrow.gif) no-repeat;
}
/* [Footer] */
div#footer address {
	font-style: normal;
	font-size: 12px;
	line-height: 1em;
	color: #666;
}


/* [Typography] */
/* defunctioned by Horyu ..............................
div#pagenavi,
div#title p,
div.entry_author,
div.entry_state,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
.............................. defunctioned by Horyu */

dd#profilelist ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	text-align: center;
}

div#profile h3 {
	margin: 1.2em 0;
}


/* Horyu */
.internal {
	display: none;
}
.reg_c {
	text-align: center;
}
.reg_r {
	text-align: right;
}
.flat {
	margin-bottom: 0em;
}
.flat_r {
	margin-bottom: 0em;
	text-align: right;
}
.set_c {
	text-align: center;
	margin: 1.5em 0;
}
.set_r {
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
}
.set_l {
	margin: 0.5em 1em 0.5em 0;
	float: left;
}
div.imgcap480 {
	width: 480px;
	margin: 1.5em 0 1.5em 5px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap320_r {
	width: 320px;
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap320_l {
	width: 320px;
	margin: 0.5em 1em 0.5em 0;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap280_r {
	width: 280px;
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap280_l {
	width: 280px;
	margin: 0.5em 1em 0.5em 0;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap240_r {
	width: 240px;
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap240_l {
	width: 240px;
	margin: 0.5em 1em 0.5em 0;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap220_r {
	width: 220px;
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap220_l {
	width: 220px;
	margin: 0.5em 1em 0.5em 0;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap180_r {
	width: 180px;
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap165_r {
	width: 165px;
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
div.imgcap165_l {
	width: 165px;
	margin: 0.5em 1em 0.5em 0;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.furigana {
	font-size: 50%;
}
.kanagaki {
	font-size: 80%;
	color: #666;
}
.note {
	font-size: 90%;
}
.note_c {
	font-size: 90%;
	text-align: center;
}
.note_r {
	font-size: 90%;
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.book_title {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.blink {
	text-decoration: blink;
}
hr.dot {
	margin: 1em 0;
	width: 200px;
	height: 1px;
	color: #ccc;
}
.note_super {
	margin: 0 1px;
	vertical-align: 0.7em;
	font-size: 60%;
}
.note_sub {
	margin: 0 1px;
	vertical-align: -0.3em;
	font-size: 60%;
}
.textbox {
	margin: 1.5em 1em;
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
.en_tanka {
	margin: 1.5em 2em;
	padding: 1em 0;
	border-width: 1px;
	border-style: solid;
	border-color: #cff0cf;
	background: #fcfff9;
	text-align: center;
}
.movie {
	margin: 1.5em 0;
}
div#ad_space {
	margin: 0 0 0 1em;
}

/* my短歌 - vertical */
div.my_tanka {
	width: 255px;
	margin: 0 auto 1.5em;
	word-break: break-all;
}
div.my_tanka div.kotobagaki {
	padding: 25px 0 0;
	width: 16px;
	float: right;
	font-size: 16px;
	font-family: "ヒラギノ明朝 Pro", "ＭＳ 明朝", serif;
	line-height: 110%;
	text-align: center;
}
div.my_tanka div.tankabox {
	width: 165px;
	float: right;
	margin: 0 15px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #cff0cf;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro", "ＭＳ 明朝", serif;
	line-height: 110%;
	background: #fcfff9;
}
div.my_tanka div.uta_text {
	padding: 20px 0;
}
div.my_tanka span.uta_kami {
	display: block;
	width: 20px;
	margin: 0 50px 0 0;
	float: right;
	text-align: center;
}
div.my_tanka span.uta_shimo {
	display: block;
	width: 20px;
	margin: 0 25px 0 0;
	padding: 70px 0 0;
	float: right;
	text-align: center;
}
div.my_tanka div.utanowa {
	padding: 3px 0;
	background: #cff0cf;
	text-align: center;
}
div.my_tanka div.uta_kana {
	width: 38px;
	float: left;
	padding: 60px 0 0;
	font-size: 14px;
	font-family: sans-serif;
	color: #666;
	line-height: 110%;
	text-align: center;
}
div.my_tanka span.kana_kami {
	display: block;
	width: 14px;
	float: right;
}
div.my_tanka span.kana_shimo {
	display: block;
	width: 14px;
	padding: 70px 0 0;
}
/* 「題詠blog」用 */
div.my_tanka span.kana_both {
	display: block;
	width: 14px;
	float: right;
}

/* 『古今集』ルーレット */
div#kokin {
	width: 178px;
	border-width: 1px;
	margin: 0 auto;
	border-style: solid;
	border-color: #936;
}
div#kokin div#kokin_head {
	height: 33px;
	background-color: #936;
	background: #936 url(http://www.magadha.net/horyu/template/kokin_head.gif) no-repeat;
}
div#kokin span#kokin_head_text {
	display: none;
}
div#kokin div#kokin_body {
	background: #fee url(http://www.magadha.net/horyu/template/kokin_uta.jpg) no-repeat;
}
div#kokin div#uta {
	width: 134px;
	float: right;
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro", "ＭＳ 明朝", serif;
	line-height: 110%;
	word-break: break-all;
	color: #000;
}
div#kokin span#kaminoku {
	display: block;
	width: 18px;
	margin: 0 38px 10px 0;
	padding: 15px 0 0;
	float: right;
	text-align: center;
}
div#kokin span#shimonoku {
	display: block;
	width: 18px;
	margin: 0 24px 10px 0;
	padding: 60px 0 0;
	float: right;
	text-align: center;
}
div#kokin div#yomibito {
	width: 16px;
	margin: 0 0 5px;
	padding: 200px 0 0;
	float: right;
	font-family: "ヒラギノ明朝 Pro", "ＭＳ 明朝", serif;
	font-size: 16px;
	color: #000;
	line-height: 130%;
	text-align: center;
}
div#kokin div#uta_prop {
	clear: both;
	font-family: sans-serif;
	color: #666;
}
div#kokin div#tanka_id {
	font-size: 14px;
	text-align: center;
}
div#kokin div#volume {
	padding: 0 0 3px;
	font-size: 10px;
	text-align: center;
}

