@charset "UTF-8";

/*

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:#5c371d;
	background:#f1ead6;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#005e87;
}

a:hover
{
	text-decoration:underline;
}

body.layout-one-column div#main-container,
body.layout-two-column-left div#main-container,
body.layout-two-column-right div#main-container
{
	width:700px;
	padding:0;
	margin:0 auto;
	text-align:left;
}

body.layout-one-column div#main-container
{
	background:#f1ead6 url(body_bg-2.gif) repeat-y center top;
}

body.layout-two-column-left div#main-container
{
	background:#f1ead6 url(body_bg-2.gif) repeat-y right top;
}

body.layout-two-column-right div#main-container
{
	background:#f1ead6 url(body_bg-2.gif) repeat-y left top;
}

body.layout-three-column div#main-container
{
	width:800px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background:#f1ead6 url(body_bg-3.gif) repeat-y 50% 0;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

div#banner
{
	height:167px;
	margin:0;
}

body.layout-two-column-right div#banner
{
	background:url(header_bg-2.gif) no-repeat 8% 0;
}

body.layout-two-column-left div#banner
{
	background:url(header_bg-2.gif) no-repeat 92% 0;
}

body.layout-one-column div#banner
{
	background:url(header_bg-2.gif) no-repeat 50% 0;
}

body.layout-three-column div#banner
{
	background:url(header_bg-3.gif) no-repeat 50% 0;
}


div#banner h1
{
	text-align:right;
	font-size:22px;
	font-weight:bold;
	position:relative;
	letter-spacing:0.2em;
	top:57px;
	right:232px;
}

body.layout-one-column div#banner h1
{
	right:130px;
}

body.layout-two-column-right div#banner h1
{
	right:225px;
}

body.layout-two-column-left div#banner h1
{
	right:35px;
}


div#banner h1 a
{
	color:#ffffff;
	background:transparent;
	text-decoration:none;
}

div#banner h1 a:hover
{
	text-decoration:underline;
}

div#banner h2
{
	color:#ffffff;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	position:relative;
	top:65px;
	right:232px;
	background:transparent;
}

body.layout-one-column div#banner h2
{
	right:130px;
}

body.layout-two-column-right div#banner h2
{
	right:225px;
}

body.layout-two-column-left div#banner h2
{
	right:35px;
}

/* ---------- main ---------- */

body.layout-one-column #main
{
	width:590px;
	float:left;
}

body.layout-two-column-right #main
{
	width:510px;
	float:left;
}

body.layout-two-column-left #main
{
	width:510px;
	float:right;
}

body.layout-three-column #main
{
	width:434px;
	float:left;
}

div.content
{
	padding:0 22px;
	margin:0;
}

body.layout-one-column div.content
{
	padding:0 0 10px 0;
	margin:10px 0 0 110px;
	background:#f2e9cd;
}

body.layout-one-column div.content p
{
	font-size:80%;
	padding:10px
}

body.layout-two-column-left div.content
{
	padding:0 17px 0 13px;
	margin:0;
}

body.layout-two-column-right div.content
{
	padding:0 13px 0 17px;
	margin:0;
}

.entry
{
	margin-top:5px; 
	padding-top:10px;
	width:100%;
}

body.layout-one-column .entry
{
	background:#fcf9f0 url(main-top_bg-2.gif) no-repeat 50% 0;
}

body.layout-two-column-right .entry,
body.layout-two-column-left .entry
{
	background:#fcf9f0 url(main-top_bg-2.gif) no-repeat 0 0;
}

body.layout-three-column .entry
{
	background:#fcf9f0 url(main-top_bg-3.gif) no-repeat 50% 0;
}

.entry-content
{
	padding: 10px 0;
	width:100%;
}

body.layout-one-column .entry-content
{
	background:#fcf9f0 url(main-bottom_bg-2.gif) no-repeat 0 100%;
}

body.layout-two-column-right .entry-content,
body.layout-two-column-left .entry-content
{
	background:#fcf9f0 url(main-bottom_bg-2.gif) no-repeat 0 100%;
}

body.layout-three-column .entry-content
{
	background:#fcf9f0 url(main-bottom_bg-3.gif) no-repeat 0 100%;
}

p.date-header
{
	color:#ffffff;
	font-size:70%;
	font-weight:bold;
	background:#c48f0a;
	padding:2px 4px;
	margin:20px 22px 10px 22px; 
}

h3.entry-header
{
	font-size:90%;
	font-weight:bold;
	color:#5c371d;
	background:#fcf9f0;
	padding:5px;
	margin:0 22px 10px 22px; 
}

h3.entry-header a
{
	color:#5c371d;
	background:inherit;
}

div.content blockquote
{
	padding:10px;
	border:1px solid #5f3a20;
	background:#f2edda;
	margin:0 10px 15px 10px;
}

div.content blockquote p
{
	color:#51290e;
	font-size:80%;
	padding:0;
}

div.entry-body p,
div.entry-more p
{
	color:#51290e;
	font-size:80%;
	line-height:140%;
	margin:0 22px 10px 22px; 
	background:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 10px 22px;	
}

div.entry-body ul,
div.entry-more ul
{
	margin:0 22px 10px 22px; 
}

div.entry-body li,
div.entry-more li
{
	color:#51290e;
	font-size:80%;
	margin:0 5px 0 22px;
	background:inherit;
}

div.content div.entry-tags h4
{
	color:#ffffff;
	font-size:70%;
	line-height:100%;
	padding:4px;
	margin:5px 22px;
	background:#e4b43c;
}

div.content div.entry-body h4
{
	color:#5c371d;
	font-size:80%;
	line-height:100%;
	padding:4px;
	margin:5px 22px;
	background:#ffefc7;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:5px;
	margin:0 22px 10px 22px;
	border:1px dashed #e4b43c;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:70%;
}

div.entry-tags ul.entry-tags-list li a
{
	color:#5c371d;
}

div.entry-info
{
	background:url(main-border_bg.gif) repeat-x 0 0;
	padding:15px 0 5px 0;
	margin:0 22px;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

div.entry-info li
{
	color:#666666;
	font-size:60%;
	display:inline;
	margin:0 5px 0 0;
	background:inherit;
}

div.content h4
{
	color:#ffffff;
	font-size:80%;
	font-weight:normal;
	background:#e4b43c;
	padding:4px;
	margin:10px;
}

div.content h5
{
	color:#ffffff;
	font-size:60%;
	line-height:100%;
	padding:4px;
	margin:5px 0;
	background:#e4b43c;
}

div.content p.navi-link
{
	color:#666666;
	font-size:80%;
	margin-bottom:15px;
	background: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:183px;
	padding:30px 0 0 0;
	float:right;
}

body.layout-two-column-right div#left-menu
{
	padding:30px 0 0 0;
}

body.layout-two-column-right div#right-menu
{
	padding:0;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:183px;
	float:left;
}

body.layout-two-column-left div#left-menu
{
	padding:30px 0 0 0;
}

body.layout-two-column-left div#right-menu
{
	padding:0;
}

body.layout-three-column div#left-menu,
body.layout-three-column div#right-menu
{
	width:183px;
	padding:5px 0 0 0;
	float:left;
}

div.left-content,
div.right-content
{
	width:183px;
}

div.left-content h3,
div.right-content h3
{
	background:#fcf9f0 url(menu-h3_bg.gif) no-repeat 0 0;
	color:#c92020;
	font-weight:bold;
	font-size:70%;
	text-align:center;
	padding:10px 0;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#c92020;
}

div#left-menu ul,
div#right-menu ul,
div#right-menu ol,
div#left-menu form
{

	background:url(menu-bottom_bg.gif) no-repeat 0 100%;
	margin:0;
	padding-bottom:20px;
}

div#left-menu li,
div#right-menu li
{
	list-style:none;
	color:#5c371d;
	font-size:70%;
	padding:3px 12px 3px 12px;
	background:url(menu-li_bg.gif) no-repeat 12px 100%;
}

div#left-menu li a,
div#right-menu li a
{
	color:#d07637;
}


div.search-form,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.tags-list
{
	background:#fcf9f0 url(menu-ul_bg.gif) repeat-y 0 0;
	margin-bottom:20px;
}

div.category-label
{
	background:#fcf9f0 url(menu-ul_bg.gif) repeat-y 0 0;
	margin-bottom:20px;
}

div.tags-list dt
{
	padding:0 10px;
	font-size:60%;
	line-height:140%;
	color:#ffffff;
}

div.search-form label,
div.cclicense
{
	background:#fcf9f0;
	color:#5c371d;
	font-size:70%;
}

div.cclicense img
{
	border:2px solid #ffffff;
	margin:0 0 5px 0;
}

div#right-menu div.powered ul
{
	background:#f1ead6;
	margin:0 0 10px 0;
	padding:0 12px;
}

div#right-menu div.powered ul li
{
	background:none;
	padding:0;
}


div.search-form form
{
	padding:0;
	text-align:center;
}

div.search-form input#search
{
	width:115px;
	height:19px;
	color:#666666;
	font-size:70%;
	background:#ffffff;
	border:1px solid #b3b3b3;
	margin:5px 0 0 0;
}

div.search-form input.searchsubmit
{
	width:42px;
	height:19px;
	color:#ffffff;
	font-size:60%;
	background:url(search-input_bg.gif) no-repeat 0 100%;
	margin:5px 0 0 0;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear:both;
}

div#footer
{
	text-align:center;
	padding:0;
	height:84px;
	margin:0;
}

body.layout-two-column-left div#footer
{
	padding:0 0 0 200px;
}

body.layout-two-column-right div#footer
{
	padding: 0 200px 0 0;
}

body.layout-two-column-left div#footer
{
	background:url(footer_bg-2.gif) no-repeat 92% 100%;
}

body.layout-two-column-right div#footer
{
	background:url(footer_bg-2.gif) no-repeat 7% 100%;
}

body.layout-one-column div#footer
{
	background:url(footer_bg-2.gif) no-repeat 50% 100%;
}

body.layout-three-column div#footer
{
	background:url(footer_bg-3.gif) no-repeat 50% 100%;
}

div#footer ul
{
	list-style:none;
	padding:45px 0 0 0;
}

div#footer ul li
{
	display:inline;
	font-size:60%;
	color:#ffffff;
	background:inherit;
}

div#footer ul li a
{
	color:#ffffff;
}


/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

div.trackbacks
{
	margin:10px 10px 10px 10px;
	padding:10px;
}

div.trackbacks h4
{
	color:#ffffff;
	font-size:70%;
	line-height:100%;
	padding:4px;
	margin:5px 0;
	background:#e4b43c;
}

div.trackbacks p,
div.trackbacks dt
{
	color:#333333;
	font-size:80%;
	background:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border:1px solid #b3b3b3;
	padding:2px;
	background:#ffffff;
}

ul.trackback-info
{
	background:url(main-border_bg.gif) repeat-x 0 0;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#666666;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background:#f2e9cd;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div.comments-post
{
	margin:0 10px 20px 10px;
	padding:10px;
}

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#333333;
	background:inherit;
	font-size:80%;
}

p.comments-open-moderated
{
	color:#333333;
	background:inherit;
	font-size:80%;
}

div.comments h4
{
	color:#ffffff;
	font-size:70%;
	line-height:100%;
	padding:4px;
	margin:5px 0;
	background:#e4b43c;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

ul.comments-info
{
	background:url(main-border_bg.gif) repeat-x 0 0;
	padding:5px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#333333;
	background:#f2e9cd;
	font-size:60%;
}

div#comments-open-data legend
{
	color:#64693f;
	background:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:80%;
	border: 1px solid #b3b3b3;
	padding:2px;
	background:#ffffff;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:80%;
	border: 1px solid #d3d3d3;
	padding:2px;
	background:#ffffff;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	width:42px;
	height:19px;
	color:#ffffff;
	font-size:60%;
	background:url(search-input_bg.gif) no-repeat 0 0;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	font-size:80%;
	font-weight:normal;
	background:#f2e9cd;
	padding:20px 10px 10px 10px;
	color:#c92020;
	margin-bottom:10px;
}

div.content h4.search-results-subheader
{
	color:#5c371d;
	font-size:70%;
	line-height:100%;
	padding:4px;
	margin:5px 10px 20px 10px;
	background-color:#f2e9cd;
}

form#search-form
{
	margin:0 0 20px 0;
	padding:10px;
	background:#f2e9cd;
}

div.search-feed p
{
	color:#666666;
	font-size:70%;
	line-height:140%;
}

div.search-feed
{
	background:#fcf9f0 url(menu-ul_bg.gif) repeat-y 0 0;
	margin-bottom:20px;
	padding:0;
}

div.search-feed div.search-feed-content
{
	background:url(menu-bottom_bg.gif) no-repeat 0 100%;
	margin:0;
	padding:0 10px 0 10px;
	display:block;
	hight:auto;
}

div.search-feed-content p
{
	color:#5c371d;
	margin:0 0 10px 0;
}

div.search-feed-content p.feed-link
{
	position:relative;
	top:-8px;
	left:0; 
}

form#search-form label
{
	background:inherit;
	color:#666666;
	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 #b3b3b3;
	padding:2px;
	background:#ffffff;
}

dd#search-box input.searchsubmit 
{
	width:42px;
	height:19px;
	color:#ffffff;
	font-size:60%;
	background:url(search-input_bg.gif) no-repeat 0 100%;
	margin-top:5px;
}

h5.search-results-tit a
{
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	padding:2px;
	margin:10px 0;
	background-color:none;
}

div.search-results-container
{
	margin:10px;
	font-weight:bold;
}
div.search-results-container div.entry-tags ul.entry-tags-list li a
{
	color:#000000;
}


p.search-results-content
{
	color:#5c371d;
	font-size:70%;
	line-height:140%;
	margin:0 0 10px 0;
	background:inherit;
	font-weight:normal;
}

div.search-results-container div.entry-info
{
	background:none;
	padding:0;
	margin:0 10px 20px 10px;
	text-align:right;
}


/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list
{
	margin:0 0 10px 20px;
}

div.archive-body ul.archive-list li
{
	color:#333333;
	font-size:80%;
	background-color:inherit;
}

/* ---------- archives_end ----------*/