@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:#666666;
	background-color:#ffffff;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#990000;
	background-color:inherit;
}

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

body.layout-one-column div#main-container
{
	width:700px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
}

body.layout-two-column-left div#main-container
{
	width:700px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	background-image:url(main_container_bg_2l.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
	color:inherit;
}

body.layout-two-column-right div#main-container
{
	width:700px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	background-image:url(main_container_bg_2r.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
	color:inherit;
}

body.layout-three-column div#main-container
{
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	background-image:url(main_container_bg_3column.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
	color:inherit;
}

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

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

body.layout-three-column div#banner,
body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner
{

	background-repeat:no-repeat;
	background-position:50% 0;
	height:148px;
	overflow:hidden;
}

body.layout-one-column div#banner
{
	background-image:url(banner_bg_1column.gif);
}

body.layout-two-column-right div#banner
{
	background-image:url(banner_bg_2_r.gif);
}

body.layout-two-column-left div#banner
{
	background-image:url(banner_bg_2_l.gif);
}

body.layout-three-column div#banner
{
	background-image:url(banner_bg_3column.gif);
}

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

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

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

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

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

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

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

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

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

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

div.content p.navi-link
{
	margin:5px 0 15px 0;
	font-size:60%;
	line-height:100%;
}

div.entry
{
	margin:0 0 20px 0;
}

p.date-header
{
	color:#ffffff;
	text-align:right;
	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.entry-header,
h5.search-results-tit
{
	font-size:80%;
	font-weight:bold;
	background-color:transparent;
	background-image:url(entry_header_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#000000;
	padding:5px 0 15px 40px;
	margin:0 0 5px 0;
}

h3.entry-header a
{
	color:#000000;
	background-color:transparent;
}

div.entry-content
{
	margin:0 0 40px 0;
}

div.content blockquote
{
	padding:10px;
	border:1px dashed #999999;
	background-color:#ffffff;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#669966;
	font-size:80%;
}

div.entry-body p,
div.entry-more p,
p.search-results-content
{
	color:#666666;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

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

div.entry-body li,
div.entry-more li
{
	color:#666666;
	font-size:80%;
	margin:0 3px 0 0;
	background-color:inherit;
}

div.entry-info
{
	padding-bottom:10px;
	text-align:left;
}

div.entry-info ul
{
	list-style-type: none;
	border-top:1px dashed #000000;
	padding:5px 0 0 0;
}

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

div.entry-tags
{
	background-image:url(entry_tag_bg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	background-color:#f7f4f4;
	padding:5px 10px 5px 15px;
	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
{
	display:inline;
	font-size:80%;
}

/* ---------- 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:190px;
	float:right;
}

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

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

div.search-form h3,
div.category-archives h3,
div.monthly-archives h3,
div.recent-entry h3,
div.site-link h3
{
	text-align:center;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	padding:10px 0;
	background-position:50% 0;
	background-repeat:no-repeat;
	margin:0 0 10px 0;
}

div.search-form h3,
div.monthly-archives h3,
div.site-link h3
{
	background-image:url(menu_tit_a.gif);
}

div.category-archives h3,
div.recent-entry h3
{
	background-image:url(menu_tit_b.gif);
}

div.left-content h3 a
{
	color:#ffffff;
}

div.left-content h3 a:hover
{
	color:#ffffff;
	background-color:transparent;
}

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

div.search-form form input#search
{
	width:100px;
	margin:5px 0;
	font-size:80%;
	border:1px solid #666666;
}

div.search-form input.searchsubmit
{
	font-size:60%;
	margin:5px 0;
	background-color:#a60b0b;
	color:#ffffff;
	height:18px;
	border-top:1px solid #c15555;
	border-left:1px solid #c15555;
	border-right:1px solid #680707;
	border-bottom:1px solid #680707;
}

div.search-form label
{
	font-size:60%;
	color:#000000;
}

div.recent-entry ol,
div.monthly-archives ul,
div.category-archives ul,
div.site-link ul,
div.powered ul
{
	list-style:none;
	padding:0 10px 20px 10px;
}

div.category-archives li,
div.monthly-archives li,
div.recent-entry li,
div.site-link li,
div.site-link li
{
	background-image:url(list_icon.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	font-size:80%;
	margin:0 0 3px 0;
}

div.powered li
{
	font-size:60%;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-image:url(powered_bg.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
}

div.cclicense
{
	margin:0 10px 20px 10px;
	background-color:#ffffff;
	padding:5px;
	font-size:60%;
	border:1px solid #c5c1c1;
}

div.cclicense img
{
	margin:0 0 3px 0;
}

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

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

body.layout-three-column div#footer,
body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer
{
	clear:both;
	padding:10px 0 10px 0;
	text-align:center;
	background-color:#ffffff;
	background-image:url(footer_bg.gif);
	background-repeat:no-repeat;
}

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer
{
	width:700px;
}

body.layout-three-column div#footer
{
	width:800px;
}

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

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

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

/* ---------- trackbacks ---------- */

div.trackbacks h4
{
	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;
}

div.trackbacks
{
	margin:0 0 30px 0;
}

div.trackbacks p
{
	font-size:80%;
	line-height:150%;
}

div.trackbacks p input
{
	border:1px solid #c5c1c1;
}

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

div.trackbacks dt
{
	font-weight:bold;
	font-size:80%;
	border-bottom:1px dotted #c5c1c1;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

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

.trackbacks dd ul
{
	list-style:none;
}

div.trackbacks dd li
{
	display:inline;
	font-size:60%;
	margin:0 10px 0 0;
}

/* ---------- trackbacks_end ---------- */

/* ---------- comments ---------- */

div.comments h4
{
	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;
}

div.comments-post h5
{
	background-color:#f4f1f1;
	padding:3px;
	margin:0 0 10px 0;
	font-size:80%;
	font-weight:normal;
}

div.comments-body
{
	margin:0 0 30px 0;
}

div.comments-body p
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.comments-body ul
{
	list-style:none;
}

div.comments-body ul li
{
	display:inline;
	font-size:60%;
	margin:0 10px 0 0;
}

div#comments-open-data legend
{
	color:#ffffff;
	background-color:#000000;
	padding:3px;
	margin:0 0 5px 0;
	font-size:60%;
	font-weight:bold;
}

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:#ffffff;
	margin:5px 0 10px 0;
}

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

ul.comments-open-footer input#comment-preview,
ul.comments-open-footer input#comment-post,
ul.comments-open-footer input#comment-cancel
{
	font-size:80%;
	margin-top:5px;
	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;
}

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

ul.cookie
{
	margin:0 0 10px 0;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
	font-size:80%;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:80%;
	line-height:150%;
	margin:0 0 20px 0;
}

div#comments-open-data dl dt
{
	font-size:80%;
}

/* ---------- comments_end ---------- */

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

div.search-feed-content,
div.tags-list dl
{
	padding:0 10px 20px 10px;
}

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

div.search-feed-content p,
div.tags-list dl dd
{
	font-size:60%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.search-feed h3,
div.tags-list h3
{
	text-align:center;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	padding:10px 0;
	background-position:50% 0;
	background-repeat:no-repeat;
	margin:0 0 10px 0;
}

div.search-feed h3
{
	background-image:url(menu_tit_a.gif);
}

div.tags-list h3
{
	background-image:url(menu_tit_b.gif);
}

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 ---------- */
