@charset "Shift-JIS";

/*

file_name: styles-site.css
url: http://drblog.jp/
Copyright (C) 2006 Dr.Blog. All Rights Reserved.

*/


/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#666666;
	background:#ffffff url(body_bg.gif) repeat-x left top;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#ff7e1f;
}

a:hover
{
	text-decoration:underline;
}

body.layout-one-column div#main-container,
body.layout-three-column div#main-container
{
	width:810px;
	margin:0 auto;
	text-align:left;
	background:url(main-containerbg.gif) repeat-y left top;
	color:inherit;

}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container
{
	width:710px;
	margin:0 auto;
	text-align:left;
	background:url(main-containerbg2.gif) repeat-y left top;
	color:inherit;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body.layout-one-column div#banner,
body.layout-three-column div#banner
{
	height:190px;
	margin-bottom:30px;
	background:#ffffff url(head-bg.gif) no-repeat 50% 0;
}

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner
{
	height:190px;
	margin-bottom:30px;
	background:#ffffff url(head-bg2.gif) no-repeat 50% 0;
}


div#banner h1
{
	text-align:left;
	font-size:24px;
	font-weight:bold;
	position: relative;
	letter-spacing:0.2em;
	top:80px;
	left:215px;
}

div#banner h1 a
{
	color:#6b5634;
	background-color:transparent;
	text-decoration:none;
}

div#banner h1 a:hover
{
	text-decoration:underline;
}

div#banner h2
{
	color:#6b5634;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top:85px;
	left:215px;
	background-color:transparent;
}

/* ---------- main ---------- */

.layout-one-column #main
{
	width:810px;
	float:left;
}

.layout-two-column-right #main
{
	width:515px;
	float:left;
}

.layout-two-column-left #main
{
	width:515px;
	float:right;
}

.layout-three-column #main
{
	width:520px;
	float:left;
}

.layout-three-column .content {
	padding:0 20px 0 35px;
}

.layout-two-column-right .content
{
	padding:0 20px 0 25px;
}

.layout-two-column-left .content
{
	padding:0 25px 0 20px;
}

.layout-one-column .content
{
	padding:0 25px;
}

.content p
{
	font-size:80%;
	font-weight:normal;
	margin-bottom:5px;
}

.entry
{
	margin-top:5px; 
	padding-top: 10px;
}

.layout-three-column .entry
{
	background: transparent url(entry-head.gif) no-repeat 0 0;
}

.layout-two-column-right .entry,
.layout-two-column-left .entry
{
	background: transparent url(entry-head2.gif) no-repeat 0 0;
}

.layout-one-column .entry
{
	background: transparent url(entry-head3.gif) no-repeat 0 0;
}

.entry a
{
	color:#ff7e1f;
	background-color:inherit;
}

p.date-header
{
	color:#472a18;
	background-color: #ffffff;
	font-size:80%;
	font-weight:normal;
	text-align:right;
	padding: 0 15px 5px 15px;
	margin:0;
}

h3.entry-header
{
	font-size:80%;
	font-weight:bold;
	padding: 5px 15px 5px 22px;
	color: #681414;
}

.layout-three-column h3.entry-header
{
	background: #ffffff url(entry-title.gif) no-repeat 50% 0;
}

.layout-two-column-right h3.entry-header,
.layout-two-column-left h3.entry-header
{
	background: #ffffff url(entry-title2.gif) no-repeat 50% 0;
}

.layout-one-column h3.entry-header
{
	background: #ffffff url(entry-title3.gif) no-repeat 50% 0;
}

h3.entry-header a
{
	color: #681414;
	background-color: transparent;
}

.entry-content
{
	padding: 10px 0;
}

.layout-three-column .entry-content
{
	background: #ffffff url(entry-foot.gif) no-repeat 0 100%;
}

.layout-two-column-right .entry-content,
.layout-two-column-left .entry-content
{
	background: #ffffff url(entry-foot2.gif) no-repeat 0 100%;
}

.layout-one-column .entry-content
{
	background: #ffffff url(entry-foot3.gif) no-repeat 0 100%;
}

blockquote
{
	color:#472a18;
	font-size:90%;
	padding:10px;
	margin: 0 15px 10px;
	border:1px solid #96d5dd;
	background:#ffffff url(blockquotebg.gif) no-repeat 100% 100%;
}

.entry-body,
.entry-more
{
	margin: 0 15px;
}

.entry-content p
{
	color:#333333;
	font-size:80%;
	line-height:140%;
	margin: 0 0 10px 0;
	background-color:inherit;
}

.entry-body img
{
	border:0; margin-bottom:20px;
}

.entry-body ul,
.entry-more ul
{
	margin:10px 0 15px 20px;
}

.entry-body ul li,
.entry-more ul li
{
	color:#666666;
	font-size:80%;
}

div.entry-tags h4
{
	background-color:#e4dec6;
	color:#681414;
	padding:3px 5px;
	margin:0 15px 5px 15px;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:10px;
	margin:0 15px 10px 15px;
	background:#f4e9bb;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:80%;
}

div.entry-tags ul.entry-tags-list li a
{
	color:#472A18;
	background:inherit;
}

.entry-info
{
	padding: 5px 10px 20px 10px;
	border-top: 1px dotted #472a18;
	font-size:80%;
}

.entry-info ul
{
	list-style-type: none;
}

.entry-info li
{
	color:#111111;
	font-size:80%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

.content h4
{
	background-color:#681414;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding: 2px 7px;
	margin-bottom:10px;
}

.content p.navi-link
{
	color:#666666;
	font-size:80%;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

body.layout-one-column div#left-menu,
body.layout-one-column div#right-menu
{
	display:none;
}

body.layout-two-column-right div#left-menu,
body.layout-two-column-right div#right-menu
{
	width:195px;
	float:right;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:195px;
	float:left;
}

body.layout-three-column div#right-menu,
body.layout-three-column div#left-menu
{
	width:195px;
	float:left;
}

body.layout-three-column div.left-content
{
	padding:0 0 0 25px;
}

body.layout-three-column div.right-content
{
	padding:0 25px 0 0;
}

body.layout-two-column-right div.right-content,
body.layout-two-column-right div.left-content
{
	padding:0 25px 0 0;
}

body.layout-two-column-left div.right-content,
body.layout-two-column-left div.left-content
{
	padding:0 0 0 25px;
}

div.left-content h3,
div.right-content h3
{
	font-size:80%;
	font-weight:bold;
	color:#472A18;
	background:#efe8cd url(h3dot.gif) no-repeat 0 100%;
	padding:0 0 5px 20px;
	margin:0 0 5px 0;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#472A18;
}

#left-menu li ,#right-menu li
{
	color:#472A18;
	padding-left: 10px;
	background-color:inherit;
}

.search-form,
.category-archives,
.monthly-archives,
.recent-entry,
.site-link,
.cclicense,
.powered,
.search-feed,
.tags-list
{
	margin-bottom: 25px;
}

.powered
{
	border-top: 1px solid #d2c79d;
	border-bottom: 1px solid #d2c79d;
	padding: 2px 0 7px 0;
}

.search-form li,
.category-archives li,
.monthly-archives li,
.recent-entry li
{
	list-style-type: none;
	margin-left: 10px;
	background: transparent url(list-mark.gif) no-repeat 0% 6px;
	color:inherit;
}

.site-link li,
.cclicense li,
.powered li
{
	list-style-type: none;
}

.search-form li,
.category-archives li,
.monthly-archives li,
.recent-entry li,
.site-link li
{
	font-size:80%;
}

.cclicense li,
.powered li
{
	font-size:70%;
}

.search-form label,
.cclicense
{
	background-color:inherit;
	color:#795843;
	font-size: 65%;
}

.search-form #search
{
	width:80%;
	color:#999999;
	font-size:80%;
	border: 1px solid #d2c79d;
	padding:2px;
	background-color:#ffffff;
	margin-top:3px;
}

.search-form .searchsubmit
{
	color:#ffffff;
	font-size: 70%;
	font-weight: bold;
	background:url(submitbg.gif) no-repeat 0 0;
	width:52px;
	height:22px;
	margin-top:5px;
	padding:0;
}

form
{
	padding: 5px;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column #footer,
.layout-three-column #footer
{
	clear:both;
	padding-top: 30px;
	height:40px;
}

.layout-one-column #footer,
.layout-three-column #footer
{
	background: #ffffff url(foot-bg.gif) no-repeat 50% 0;
	color: inherit;
}

.layout-two-column-left #footer,
.layout-two-column-right #footer
{
	background: #ffffff url(foot-bg2.gif) no-repeat 50% 0;
	color: inherit;
}


#footer
{
	text-align:center;
	padding-bottom:20px;
}

#footer ul
{
	list-style:none;
	padding: 5px 0;
}

#footer ul li
{
	display:inline;
	font-size:80%;
	color:#392b22;
	margin-right:15px;
	background-color:inherit;
}

#footer ul li a
{
	color:#392b22;
	background-color:inherit;
	text-decoration:underline;
	font-size:70%;
	font-weight:normal;
}

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

.trackbacks
{
	margin-top: 15px
}

.trackbacks p,.trackbacks dt
{
	color:#681414;
	font-size:80%;
	background-color:inherit;
}

.trackbacks p
{
	margin:5px 0 10px 0;
}

.trackbacks input
{
	color:#999999;
	border: 1px solid #d2c79d;
	padding:2px;
	background-color:#ffffff;
}

.trackback-info
{
	margin-bottom:15px;
	padding-bottom:5px;
}

.trackback-info ul
{
	padding:2px;
	display:inline;
}

.trackback-info li {
	color: #472a18;
	font-size:80%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

.comments .comments-body p,
.comments .comments-body ul li
{
	color: #681414;
}

.comments,
#comments-open-data label
{
	margin-bottom: 10px;
}

.comments-body
{
	padding: 5px 15px;
}
.comments-body p,
.comments-info li,
#comments-open-data legend,
#comments-open-data label
{
	font-size:80%;
}

#comments-open-data legend,
#comments-open-data label
{
	color: #681414;
	background-color: transparent;
}

.comments-body p,
.comments-info li
{
	color: #681414;
	background-color: transparent;
}

#comments-open-data legend
{
	margin-bottom:10px;
}

p.comments-open-moderated
{
	color:#681414;
	background-color:inherit;
	font-size:80%;
}

.comments-post
{
	margin-top: 15px;
}

.comments-body p,.comments-post-content p
{
	margin:5px 0 10px 0;
}

.comments-info
{
	border-top: 1px solid #d2c79d;
	padding-top:5px;
	margin-bottom:15px;
}

.comments-info li
{
	display:inline;
	margin-right: 5px;
	list-style-type: none
}

#comments-open-data input#comment-author,
#comments-open-data input#comment-email,
#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:80%;
	border: 1px solid #d2c79d;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:80%;
	border: 1px solid #d2c79d;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

.comments-open-footer input
{
	color:#ffffff;
	font-size: 70%;
	font-weight: nomal;
	background:url(submitbg.gif) no-repeat 0 0;
	width:52px;
	height:22px;
	margin-top:5px;
	padding:0;
}

.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	color:#681414;
	font-weight:bold;
	font-size:90%;
	border-bottom:1px dotted #d2c79d;
	padding:2px;
	margin-bottom:10px;
}

div.content h4.search-results-subheader
{
	margin-bottom:10px;
}
div.content h5.search-results-tit
{
	font-size:80%;
	margin-bottom:5px;
}

div.search-feed p
{
	color:#666666;
	font-size:70%;
	line-height:140%;
}

p.feed-link
{
	margin:5px 0 0 0;
}

div.tags-list dt
{
	font-size:60%;
	line-height:140%;
	margin:0 0 5px 0;
}

form#search-form label
{
	background-color:inherit;
	color:#681414;
	font-size:80%;
	margin:0 0 5px 0;
}

dd#search-box ul,dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	font-size:80%;
	border: 1px solid #d2c79d;
	padding:2px;
	background-color:#ffffff;
}

dd#search-box input.searchsubmit
{
	color:#ffffff;
	font-size: 70%;
	font-weight: bold;
	background:url(submitbg.gif) no-repeat 0 0;
	width:52px;
	height:22px;
	margin-top:5px;
	padding:0;
}

div.comments-post h5
{
	color:#681414;
	font-weight:bold;
	font-size:90%;
	border-bottom:1px dotted #d2c79d;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list
{
	margin-bottom:20px;
}

div.archive-body ul.archive-list li
{
	list-style-type: none;
	margin-left:15px;
	padding:0 20px 0 10px;
	background: transparent url(list-mark2.gif) no-repeat 0% 6px;
	color:inherit;
	font-size:80%;
}

/* ---------- archives_end ----------*/