@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:#555555;
	background:#ffddcb url(images/body_bg.jpg) no-repeat center top;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#ce0144;
}

a:hover
{
	text-decoration:underline;
}

body.layout-one-column div#main-container,
body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-three-column div#main-container
{
	width:800px;
	margin:0 auto;
	text-align:left;
	color:inherit;

}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body.layout-one-column div#banner,
body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-three-column div#banner
{
	height:120px;
	margin-bottom:30px;
}

div#banner h1
{
	text-align:left;
	font-size:24px;
	font-weight:bold;
	position: relative;
	letter-spacing:0.1em;
	top:60px;
	left:0px;
}
* html div#banner h1
{
	text-align:left;
	font-size:24px;
	font-weight:bold;
	position: relative;
	letter-spacing:0.2em;
	top:60px;
	left:0px;
}

div#banner h1 a
{
	color:#ee3f28;
	background-color:transparent;
	text-decoration:none;
}

div#banner h1 a:hover
{
	text-decoration:underline;
}

div#banner h2
{
	color:#de3019;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top:65px;
	left:0;
	background-color:transparent;
}

/* ---------- main ---------- */

body.layout-one-column #main
{
	width:800px;
	float:left;
	padding-bottom:15px;
	background:#ffffff url(images/content_foot1.gif) no-repeat 0 bottom;
}

body.layout-two-column-right #main
{
	width:590px;
	float:left;
	padding-bottom:15px;
	background:#ffffff url(images/content_foot2.gif) no-repeat 0 bottom;
}

body.layout-two-column-left #main
{
	width:590px;
	float:right;
	padding-bottom:15px;
	background:#ffffff url(images/content_foot2.gif) no-repeat 0 bottom;
}

body.layout-three-column #main
{
	width:380px;
	margin:0 10px;
	float:left;
	padding-bottom:15px;
	background:#ffffff url(images/content_foot3.gif) no-repeat 0 bottom;
}

body.layout-one-column #main div.content
{
	padding:10px 10px 15px 10px;
	background:#ffffff url(images/content_top1.gif) no-repeat 0 0;
}

body.layout-two-column-right #main div.content,
body.layout-two-column-left #main div.content
{
	padding:10px 10px 15px 10px;
	background:#ffffff url(images/content_top2.gif) no-repeat 0 0;
}

body.layout-three-column #main div.content
{
	padding:10px 10px 15px 10px;
	background:#ffffff url(images/content_top3.gif) no-repeat 0 0;
}

div.entry
{
	margin-bottom:30px;
	padding:5px;
}

p.date-header
{
	font-size:70%;
	font-weight:normal;
	margin:0 0 5px 0;
}

h3.entry-header
{
	font-size:80%;
	font-weight:bold;
	background:#ffffff url(images/entry_header_bg.gif) repeat-x 0 0;
	padding:10px 5px 5px 5px;
	color:#691314;
	margin-bottom:10px;
}

h3.entry-header a
{
	color:#691314;
}

div.content blockquote
{
	padding:10px;
	border:1px solid #fca3a3;
	background:#ffffff;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#555555;
	font-size:80%;
}

div.entry-body p,
div.entry-more p
{
	color:#555555;
	font-size:70%;
	line-height:140%;
	margin:0 0 10px 0;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 20px 0;
}

div.entry-body ul,
div.entry-more ul
{
	margin:0 0 10px 20px;
}

div.entry-body li,
div.entry-more li
{
	color:#555555;
	font-size:80%;
	margin:0 5px 0 0;
}

div.content div.entry-tags h4
{
	color:#691314;
	font-size:60%;
	line-height:100%;
	padding:3px;
	margin:0 0 5px 0;
	background:#ffefe2;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:60%;
}

div.entry-tags ul.entry-tags-list li a
{
	color:#555555;
}

div.entry-info
{
	background:url(images/entry_footer_bg.gif) repeat-x 0 0;
	padding:15px 0 20px 0;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

div.entry-info li
{
	color:#555555;
	font-size:60%;
	display:inline;
	margin-right: 5px;
}

div.content h4
{
	list-style:none;
	color:#691314;
	font-size:80%;
	padding:0 0 0 10px;
	margin-bottom:10px;
	background:url(images/side_li_bg2.gif) no-repeat 0 6px;
}

div.content p.navi-link
{
	color:#555555;
	font-size:80%;
	margin-bottom:15px;
}

div.content p
{
	font-size:80%;
	margin-bottom:5px;
}

/* ---------- 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:200px;
	float:right;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:200px;
	float:left;
}

body.layout-three-column div#left-menu,
body.layout-three-column div#right-menu
{
	width:200px;
	float:left;
}

div.left-content,
div.right-content
{
	width:200px;
}

div.left-content h3,
div.right-content h3
{
	color:#691314;
	font-weight:bold;
	font-size:80%;
	text-align:center;
	padding:15px 10px 0 10px;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#691314;
}

div#left-menu ul,
div#right-menu ul,
div#right-menu ol,
div#left-menu form
{
	padding:0 10px 0 10px;
}

div#left-menu li,
div#right-menu li
{
	list-style:none;
	color:#ce0144;
	font-size:70%;
	padding:0 0 0 10px;
	background:url(images/side_li_bg.gif) no-repeat 0 3px;
}

* html div#left-menu li,
* html div#right-menu li
{
	list-style:none;
	color:#ce0144;
	font-size:70%;
	padding:0 0 0 10px;
	background:url(images/side_li_bg.gif) no-repeat 0 6px;
}

div#left-menu li a,
div#right-menu li a
{
	color:#ce0144;
}

div#left-menu li a:hover,
div#right-menu li a:hover
{
	text-decoration:underline;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.search-feed,
div.tags-list
{
	background:#ffffff url(images/sub_foot.gif) no-repeat 0 bottom;
	padding-bottom: 10px;
}

div.search-form h3
{
	background:#ffffff url(images/sub_top1.gif) no-repeat 0 0;
	padding-bottom: 15px;
}

div.category-archives h3,
div.monthly-archives h3,
div.recent-entry h3,
div.site-link h3,
div.search-feed h3,
div.tags-list h3
{
	background:#ffffff url(images/sub_top2.gif) no-repeat 0 0;
	padding-bottom: 15px;
}

body.layout-two-column-right div#left-menu div.search-form h3
{
	background:url(images/sub_top2.gif) no-repeat 0 0;
	padding-bottom: 15px;
}

div.tags-list dt
{
	padding:0 10px;
	font-size:60%;
	line-height:140%;
	color:#555555;
}

div.search-form label,
div.cclicense
{
	background:inherit;
	color:#555555;
	font-size:60%;
	margin:0 0 5px 0;
}

div.cclicense img
{
	border:2px solid #ffffff;
	margin:0 0 5px 0;
}

div#right-menu div.powered ul
{
	margin:0 0 10px 0;
	padding:0;
}

div#right-menu div.powered ul li
{
	background:none;
	padding:0;
}

div#right-menu div.powered ul li img
{
	float:left;
	clear:left;
	margin-top:3px;
}

div.search-form input#search
{
	width:80%;
	color:#555555;
	font-size:80%;
	background:#ffffff;
	border:1px solid #fca3a3;
	margin:0 0 5px 0;
}

div.search-form input.searchsubmit
{
	width:50px;
	height:20px;
	color:#691314;
	font-size:60%;
	background:url(images/input_search_bg.gif) no-repeat 0 0;
	margin-bottom:20px;
}

div.category-label,
ul.module-list,
div.site-link ul,
div.recent-entry ol
{
	margin-bottom:20px
}

/* ---------- 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: 10px;
	height:30px;
}

#footer
{
	text-align:center;
	padding-bottom:20px;
}

#footer ul
{
	list-style:none;
	padding: 5px 0;
}

#footer ul li
{
	display:inline;
	font-size:80%;
	color:#ce0144;
	margin-right:15px;
	background-color:inherit;
}

#footer ul li a
{
	color:#ce0144;
	background-color:inherit;
	text-decoration:underline;
	font-size:70%;
	font-weight:normal;
}

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

.trackbacks
{
	margin-top: 15px
}

.trackbacks p,.trackbacks dt
{
	color:#555555;
	font-size:80%;
	background-color:inherit;
}

.trackbacks p
{
	margin:5px 0 10px 0;
}

.trackbacks input
{
	color:#555555
	border: 1px solid #fca3a3;
	padding:2px;
	background-color:#ffffff;
}

.trackback-info
{
	margin-bottom:15px;
	padding-bottom:5px;
}

.trackback-info ul
{
	padding:2px;
	display:inline;
}

.trackback-info li {
	color: #555555;
	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: #555555;
}

.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: #555555;
	background-color: transparent;
}

.comments-body p,
.comments-info li
{
	color: #555555;
	background-color: transparent;
}

#comments-open-data legend
{
	margin-bottom:10px;
}

p.comments-open-moderated
{
	color:#555555;
	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
{
	padding-top:5px;
	margin-bottom:15px;
	text-align:right;
}

.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:#555555;
	font-size:80%;
	border: 1px solid #fca3a3;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

#comments-open-data textarea
{
	width:60%;
	color:#691314;
	font-size:80%;
	border: 1px solid #fca3a3;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

.comments-open-footer input
{
	width:50px;
	height:20px;
	color:#691314;
	font-size:60%;
	background:url(images/input_search_bg.gif) no-repeat 0 0;
	margin-bottom:20px;
}

.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
{
	font-size:90%;
	font-weight:bold;
	background:#ffffff url(images/entry_header_bg.gif) repeat-x 0 0;
	padding:10px 5px 5px 5px;
	color:#691314;
	margin-bottom:10px;
}

div.search-feed p
{
	color:#691314;
	font-size:70%;
	line-height:140%;
	padding:0 10px 10px 10px;
}

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:#691314;
	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:#691314;
	font-size:80%;
	border: 1px solid #fca3a3;
	padding:2px;
	background-color:#ffffff;
}

dd#search-box input.searchsubmit
{
	color:#691314;
	font-size:60%;
	font-weight:normal;
	background:url(images/input_search_bg.gif) no-repeat 0 0;
	width:50px;
	height:20px;
	margin-top:5px;
	padding:0;
}

div.comments-post h5
{
	color:#691314;
	font-size:90%;
	font-weight:blod;
	background:url(images/entry_footer_bg2.gif) repeat-x 0 14px;
	padding:0 0 5px 0;
}

p.search-results-content
{
	color:#555555;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.content h4.search-results-subheader
{
	margin-bottom:10px;
}

div.content form
{
	margin-bottom:30px;
}

div.search-results-container h5.search-results-tit
{
	color:#691314;
	font-size:70%;
	font-weight:normal;
	line-height:100%;
	padding:5px;
	margin:0 0 5px 0;
	background:#ffefe2;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#691314;
	font-size:80%;
	background-color:inherit;
}

/* ---------- archives_end ----------*/