@charset "UTF-8";

/*
name: Dr.Blog Style Library
designer: Dr.Blog
designer_url: http://drblog.jp/
developer: Dr.Blog
developer_url: http://drblog.jp/
*/

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */


/* ---------- body ---------- */

body
{
	color:#333333;
	background: #000000 url(body_bg.gif) repeat-x 0 0;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#ff0000;
	background-color: transparent;
}

a:hover
{
	text-decoration:underline;
	color:inherit;
	background-color: #edf0f6;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	width:800px;
	margin:0 auto;
	text-align:left;
	color:inherit;
	background-color: transparent;
}

body.layout-three-column div#main-container
{
	width:800px;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:left;
	color:inherit;
	background-color: transparent;
}

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


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

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner,
body.layout-three-column div#banner
{
	margin:30px 0 0 0;
	padding: 0 0 80px 0;
	background: transparent url(head_bg.gif) no-repeat 0 0;height:200px;
}

div#banner h1
{
	text-align:left;
	font-size:22px;
	font-weight:normal;
	position: relative;
	top: 25px;
	left: 15px;
}

div#banner h1 a
{
	color: #ff0000;
	background-color: transparent;
}

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

div#banner h2
{
	color:#ff0000;
	background-color:inherit;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top: 30px;
	left: 15px;
}

/* ---------- banner_end ---------- */


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

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

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

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

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

div.content
{
	padding:0 0 15px 0;
}

body.layout-one-column div.content
{
	padding:0 20px 15px 20px;
}

div.entry
{
	margin-bottom:20px; 
	padding-bottom:15px;
	width:100%;
}

div.layout-one-column div.entry
{
	background: transparent url(entry_foot_bg.gif) no-repeat 0 100%;
}

body.layout-two-column-left div.entry,
body.layout-two-column-right div.entry
{
	background: transparent url(entry2_foot_bg.gif) no-repeat 0 100%;
}

body.layout-three-column div.entry
{
	background: transparent url(entry3_foot_bg.gif) no-repeat 0 100%;
}

div.entry p.date-header
{
	font-size:70%;
	font-weight:normal;
	color:#ffffff;
	padding: 5px 13px 3px 13px;
	background: transparent url(date_bg.gif) no-repeat 0 0;
}

body.layout-one-column p.date-header
{
	margin-left: 616px;
}

body.layout-two-column-left p.date-header,
body.layout-two-column-right p.date-header
{
	margin-left: 451px;
}

body.layout-three-column p.date-header
{
	margin-left: 241px;
}

div.entry h3.entry-header
{
	font-size:90%;
	font-weight:bold;
	color:#ff0000;
	padding: 25px 15px 5px 15px;
}

body.layout-one-column form h3.entry-header,
body.layout-two-column-left form h3.entry-header,
body.layout-two-column-right form h3.entry-header,
body.layout-three-column form h3.entry-header
{
	background-color:transparent;
	background-image:none;
	color:#ff0000;
	width:100%;
}

body.layout-one-column h3.entry-header
{
	background: transparent url(entry_head_bg.gif) no-repeat 0 0;
}

body.layout-two-column-left h3.entry-header,
body.layout-two-column-right h3.entry-header
{
	background: transparent url(entry_head2_bg.gif) no-repeat 0 0;
}

body.layout-three-column h3.entry-header
{
	background: transparent url(entry_head3_bg.gif) no-repeat 0 0;
}

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

div.entry-content
{
	padding: 5px 15px 0 15px;
}

body.layout-one-column div.entry-content
{
	background: transparent url(entry_content_bg.gif) repeat-y 0 0;
}

body.layout-two-column-left div.entry-content,
body.layout-two-column-right div.entry-content
{
	background: transparent url(entry_content2_bg.gif) repeat-y 0 0;
}

body.layout-three-column div.entry-content
{
	background: transparent url(entry_content3_bg.gif) repeat-y 0 0;
}

div.content blockquote
{
	font-size:80%;
	color:#ff0000;
	font-weight:bold;
	background-color:#ffffff;
	padding:10px;
	border:1px dashed #999999;
	witdh: 100%;
}

div.entry-content  p,
div.search-results-container p
{
	color:#333333;
	font-size:80%;
	line-height:140%;
	margin-bottom:10px;
	background-color:inherit;
}

div.entry-content  h2
{
	font-size:80%;
}

div.entry-body img
{
	border:0;
	margin-bottom:20px;
}

div.entry-body ul
{
	margin:0 0 10px 25px;
}

.entry-body li
{
	color:#333333;
	font-size:80%;
	margin-right: 5px;
	background-color:inherit;
}

div.entry-more
{
	color:#333333;
	margin:5px 0;
	background-color:inherit;
}

div.entry-tags
{
	margin:0 0 15px 0;
}

div.entry-tags h4
{
	font-size:80%;
	background-image:url(entry_tag_h4_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:0 0 3px 0;
	margin:0 0 3px 0;
}

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

div.entry-tags ul.entry-tags-list li
{
	font-size:80%;
	display:inline;
}

div.entry-info
{
	background: transparent url(border_bg.gif) repeat-x 0 0;
	padding-top: 13px;
}

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

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

div.content h4
{
	background-color:#ff0000;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
}

div.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:210px;
	float:right;
}

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

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

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	padding:0 0 0 20px;
}

body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content
{
	padding:0 20px 0 0;
}

body.layout-three-column div.right-content
{
	padding:0 0 0 20px;
}

body.layout-three-column div.left-content
{
	padding:0 20px 0 0;
}

div.left-content h3,
div.right-content h3
{
	padding:2px 2px 20px 2px;
	background: transparent url(content_bg.gif) no-repeat 0 0;
	color:#ffffff;
	font-weight:bold;
	font-size:80%;
	text-align: center;
}

div#left-menu li,
div#right-menu li
{
	list-style:none;
	padding: 5px 14px 0 14px;
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

div.search-form form,
div.category-label,
ul.module-list,
div.recent-entry ol,
div.site-link ul,
div.search-feed-content,
div.tags-list dl
{
	background-color: #ffffff;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.search-feed,
div.tags-list
{
	background: transparent url(content_bottom_bg.gif) no-repeat 0 100%;
	padding:0 0 9px 0;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.cclicense,
div.powered,
div.search-feed
{
	margin-bottom: 10px;
}

div.powered
{
	font-size:70%;
}

div.search-form form
{
	padding: 0 10px;
}

div.search-form label,
div.cclicense
{
	background-color:inherit;
	color:#999999;
	font-size:60%;
}

div.search-form input#search
{
	width:80%;
	color:#999999;
	font-size:80%;
	border: 1px solid #666666;
	padding:2px;
	background-color:#dbe2ed;
}

div.search-form input.searchsubmit
{
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
	background-color: #79d1b6;
	border: 2px outset #6ab8a0;
	margin-top:5px;
}

/* ---------- 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;
	background: transparent url(border_bg.gif) repeat-x 0 100%;
	margin-bottom: 5px;
}

div#footer {
	text-align:center;
	padding-bottom:30px;
}

div#footer ul
{
	list-style:none;
}

#footer ul li
{
	display:inline;
	font-size:80%;
	color:#999999;
	margin-right:15px;
	background-color:inherit;
}

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


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

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

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

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

ul.trackback-info
{
	margin-bottom:15px;
	padding-bottom:5px;
	padding:2px;
	display:inline;
}

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

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


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

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

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

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

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

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

ul.comments-info
{
	border-top: 1px solid #999999;
	padding-top:5px;
	margin-bottom:15px;
}

ul.comments-info li {
	display:inline;
	margin-right: 5px;
	list-style-type: none
}

div#comments-open-data legend
{
	color:#666666;
	background-color: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 #999999;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

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

ul.comments-open-footer input {
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
	width:80px;
}

ul.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.search-feed-content,
div.tags-list dl
{
	padding:0 10px;
}

div.tags-list dl dt
{
	font-size:80%;
	font-weight:bold;
	line-height:100%;
}

div.search-feed-content p
{
	font-size:60%;
	line-height:150%;
}

div.tags-list dl dd
{
	font-size:80%;
	line-height:120%;
}

h4.search-results-subheader
{
	color:#ffffff;
	text-align:left;
	font-size:80%;
	font-weight:normal;
	padding:5px;
	background-color:#000000;
	background-image:url(date_header_bg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	margin:0 0 5px 0;

}

h3.search-results-header
{
	background-color:#f4f1f1;
	background-image:url(h4_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	padding:10px 3px 3px 3px;
	margin:0 0 10px 0;
	font-size:80%;
	font-weight:normal;
	border-bottom:1px solid #c5c1c1;
}

dl#search-section dt label
{
	font-size:80%;
	font-weight:normal;
}

dd#search-box ul,
dd#search-options ul
{
	list-style:none;
	margin:0 0 10px 0;
}

dd#search-box ul li,
dd#search-options ul li
{
	display:inline;
	margin:0 10px 0 0;
}

dd#search-options ul li
{
	font-size:60%;
}

dd#search-box input.searchsubmit
{
	font-size:80%;
	width:80px;
	color:#ffffff;
	height:18px;
	background-color:#a60b0b;
	border-top:1px solid #c15555;
	border-left:1px solid #c15555;
	border-right:1px solid #680707;
	border-bottom:1px solid #680707;
}

dd#search-box input#search
{
	width:40%;
	color:#666666;
	font-size:80%;
	border:1px solid #999999;
	background:#ffffff;
}

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