@charset "EUC-JP";

/* - reset - */
* {
	margin: 0;
	padding: 0;
	}

/* - Global Settings - */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: verdana, Arial,"MS UI Gothic"sans-serif;
	color: #413D35;
	background: #2F2A20;
	}

a {
	color: #996666;
	text-decoration: none;
	}

a:active,
a:hover {
	color: #990000;
	text-decoration: underline;
	}

img {
	border: 0px;
	}

img.thumb,
img.pict,
img.amazon_pict {
	border: solid 4px #AEA497;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	clear: left;
	}

span {
	text-align: left;
	}

div {
	text-align: left;
	}

table {
	border: 0px;
	}

ul {
	list-style: none;
	}

strong {
	color: #;
	font-weight: bold;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}

/* - Layout - */
div#wrapper {
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#title {
	/*width: 740px !important;*/
	width: 810px;
	height: 230px;
	padding: 0px;
	background-image: url(template/df_header.gif);
	background-repeat: no-repeat;
	}

div#layout {
	background-image: url(template/df_main_bg.gif);
	background-repeat: repeat-y;
	width: 810px;
	}

div#main {
	width: 750px;
	margin-right: 30px;
	margin-left: 30px;
	}

div#contents {
	width: 472px;
	float: right;
	}

div#pagenavi {
	width: 472px;
	margin: 0 0 15px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	}

div#sidenavi {
	width: 240px !important;
	width: 252px;
	font-size: 10px;
	line-height: 1.5em;
	float: left;
	background-image: url(template/df_navi_bg.gif);
	background-repeat: repeat-y;
	padding: 0 6px 20px 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #400000;
	border-bottom-color: #400000;
	background-position: center;
	}

/* - Header - */
div#title h1 {
	padding: 120px 40px 5px;
	}

div#title a {
	display: block;
	width: 385px;
	height: 72px;
	margin-left: 340px;
	}

div#title p {
	padding: 10px 30px 0 0;
	font-size: 10px;
	color: #878073;
	text-align: right;
	}

/* - Entry - */
div.entry {
	width: 472px;
	}

div.entry h2 {
	height: 37px!important;
	height: 62px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(template/df_entry_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px 0 0 82px;
	}

div.entry h2 a {
	color: #330000;
	}

div.entry h2 a:active,
div.entry h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

div.entry_author {
	margin: 0 10px;
	padding: 2px 0;
	font-size: 10px;
	text-align: right;
	color: #6F685E;
	}

div.entry_body  {
	padding: 0;
	margin: 20px 10px 0;
	line-height: 1.4em;
	}

div.entry_more {
	padding: 0;
	margin: 30px 10px 0;
	line-height: 1.4em;
	}

div.entry_state {
	padding-top: 15px;
	font-size: 10px;
	text-align: right;
	background-image: url(template/df_entry_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px 10px 40px 10px;
	}

div.entry blockquote {
	margin: 10px 20px 10px 12px;
	padding: 7px 10px;
	border: 1px solid #330000;
	background-color: #CCC3B5;
         }

div.entry ul li,
div.entry ol li{
	list-style: none;
	padding-left: 20px;
	background: url(template/df_arrow.gif) no-repeat left center;
	}

div.entry em{
	padding-left: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	border-left: 5px solid #878073;
	border-bottom: 1px dotted #878073;
	}

div.entry table {
	border: 0;
	border-top: 1px solid #C7C3BA;
	border-left: 1px solid #C7C3BA;
	}

div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #C7C3BA;
	border-right: 1px solid #C7C3BA;
	font-size: 12px;
	background: #D8CFBD;
	text-align: center;
	}

div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #C7C3BA;
	border-right: 1px solid #C7C3BA;
	vertical-align: top;
	font-size: 12px;
	}

div.entry dl {
	margin: 0;
	}

div.entry dl dt {
	padding-left: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	border-left: 5px solid #C7C3BA;
	border-bottom: 1px dotted #C7C3BA;
	background: #D8CFBD;
	}

div.entry dl dd {
	padding-left: 10px;
	font-style: normal;
	line-height: 1.5em;
	border-bottom: 1px dotted #C7C3BA;
	}

/* - Comment - */
div#comments {
	width: 452px;
	margin: 0 10px 40px 10px;
	}

div#comments h3 {
	height: 42px !important;
	height: 62px;
	padding: 20px 0 0 20px;
	font-size: 20px;
	font-style: italic;
	font-family: 'century', Serif;
	background-image: url(template/df_com_tb_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

div#comments dl.comment_body {
	margin: 20px 0 10px;
	}

div#comments dl.comment_body dt {
	padding: 10px 0 15px 50px;
	font-size: 12px;
	background-image: url(template/df_com_tb_title.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

div#comments dl.comment_body dd {
	padding: 15px ;
	font-size: 12px;
	line-height: 1.4em;
	}

div#comments h4 {
	display: none;
	}

div.comment_form {
	width: 380px !important;
	width: 440px;
	height: 360px !important;
	height: 400px;
	padding: 20px 30px;
	margin: 0 0 0 15px;
	background-image: url(template/df_form_bg.gif);
	background-repeat: no-repeat;
	}

div.comment_form dl dt {
	padding-bottom: 5px;
}

div.comment_form dl dd {
	padding-bottom: 15px;
}

div.comment_form dl dt label {
	padding: 0 5px;
}

div.comment_form dl dt label#labelsubmit {
	display: none;
}

div.comment_form dl dd input.form {
	width: 200px !important;
	width: 202px;
	padding: 0 5px;
	background: none;
	border: none;
	border-bottom: 1px dotted #AEA187;
}

div.comment_form dl dd textarea {
	width: 360px !important;
	width: 362px;
	padding: 0 5px;
	background: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #AEA187;
	border-bottom-color: #AEA187;
}

div.comment_form dl dd input.button {
	width: 60px;
	height: 20px;
	padding: 0px;
	margin: 0 5px 0 5px;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, Arial, sans-serif;
	color: #D8D3C8;
	background: #686256;
	border: 1px solid #AEA187;
}

/* - Trackback - */
div#trackback {
	width: 452px;
	margin: 0 10px 30px 10px;
	}

div#trackback h3 {
	height: 42px !important;
	height: 62px;
	padding: 20px 0 0 20px;
	font-size: 20px;
	font-style: italic;
	font-family: 'century', Serif;
	background-image: url(template/df_com_tb_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

div#trackback p.tb_link {
	padding: 10px;
	margin: 10px 0;
	font-size: 10px;
	color: #6F685E;
	text-align: center;
	background-color: #D5D0C9;
	}

div#trackback dl.tb_body {
	margin: 25px 0 15px 0;
	padding: 10px 0;
	}

div#trackback dl.tb_body dt {
	padding-bottom: 15px;
	background-image: url(template/df_entry_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

div#trackback dl.tb_body dd {
	padding-top: 10px;
	line-height: 1.4em;
	}

div#trackback dl.tb_body dd div.tb_time {
	padding-top: 5px;
	color: #6F685E;
	text-align: right;
	line-height: 1.4em;
	}

/* - Profile - */
div#profile {
	width: 472px;
	}

div#profile h2 {
	height: 32px!important;
	height: 62px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(template/df_entry_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 32px 0 0 82px;
	}

div.profile_body {
	padding: 0;
	margin: 30px 10px 40px;
	line-height: 1.4em;
	}

div.profile_body blockquote {
	margin: 10px 20px 10px 12px;
	padding: 7px 10px;
	border: 1px solid #330000;
	background-color: #CCC3B5;
	}


div.profile_body ul li,
div.profile_body ol li{
	list-style: none;
	padding-left: 20px;
	background: url(template/df_arrow.gif) no-repeat left center;
	}

div.profile_body em{
	padding-left: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	border-left: 5px solid #878073;
	border-bottom: 1px dotted #878073;
	}

div.profile_body table {
	border: 0;
	border-top: 1px solid #C7C3BA;
	border-left: 1px solid #C7C3BA;
	}

div.profile_body table th {
	padding: 5px;
	border-bottom: 1px solid #C7C3BA;
	border-right: 1px solid #C7C3BA;
	font-size: 12px;
	background: #D8CFBD;
	text-align: center;
	}

div.profile_body table td {
	padding: 5px;
	border-bottom: 1px solid #C7C3BA;
	border-right: 1px solid #C7C3BA;
	vertical-align: top;
	font-size: 12px;
	}

div.profile_body dl {
	margin: 0;
	}

div.profile_body dl dt {
	padding-left: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	border-left: 5px solid #C7C3BA;
	border-bottom: 1px dotted #C7C3BA;
	background: #D8CFBD;
	}

div.profile_body dl dd {
	padding-left: 10px;
	font-style: normal;
	line-height: 1.5em;
	border-bottom: 1px dotted #C7C3BA;
	}

/* - Page Navigation - */
div#pagenaviunder {
	width: 472px;
	margin-bottom: 40px;
	text-align: center;
	}

/* - Side Navigation - */
div#sidenavi dl {
	width: 240px;
	margin-bottom: 20px;
	}

div#sidenavi dt {
	height: 42px !important;
	height: 52px;
	padding-top: 10px;
	font-size: 20px;
	font-family: 'century', Serif;
	text-align: center;
	background: url(template/df_navi_header.gif) no-repeat top;
	color: #FFFFFF;
	line-height: 1.5em;
	}

div#sidenavi dd {
	padding: 5px 5px 10px;
	}

div#sidenavi ul li {
	padding-left: 15px;
	list-style: none;
	background: url(template/df_arrow.gif) no-repeat left 6px;
	background: url(template/df_arrow.gif) no-repeat left 5px !important;
	}

div#sidenavi ul form {
	padding-bottom: 2px;
	border-bottom: 1px dotted #AEA187;
	}

div#sidenavi ul input.form {
	width: 140px;
	margin-right: 10px;
	font-size: 12px;
	border: none;
	background: none;
	}

div#sidenavi ul input.button {
	width: 60px;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, Arial, sans-serif;
	color: #D8D3C8;
	background: #686256;
	border: 1px solid #AEA187;
	}

dl#recommend dd {
	padding-bottom: 10px;
	}

dl#recommend dd div.amazon {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	}

/* - Calendar - */
dl#calendar table {
	margin-left: 5px;
	border-top: 1px solid #D6CDBC;
	border-left: 1px solid #D6CDBC;
	}

dl#calendar table td.calendar_month {
	padding: 2px 0;
	font-size: 10px;
	text-align: center;
	border: none;
	}

dl#calendar table td.weekday {
	padding: 2px 0;
	width: 30px;
	font-size: 10px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #D6CDBC;
	}

dl#calendar table td.cell {
	padding: 2px 0;
	font-size: 10px;
	text-align: center;
	background: #D6CDBC;
	border-right: 1px solid #D6CDBC;
	border-bottom: 1px solid #D6CDBC;
	}

dl#calendar table th {
	padding-bottom: 5px;
	}

dl#calendar table td span.today {
	font-weight: bold;
	}

dl#calendar table td span.today a {
	color: #996666;
	font-weight: bold;
	text-decoration: underline;
	}

dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
	}

/* - Extra - */
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px; 
	}

/* - Footer - */
div#footer {
	width: 810px;
	height: 50px !important;
	height: 70px;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	background-image: url(template/df_footer_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

div#footer div.address {
	text-align: center;
	}
