@charset "Shift-JIS";

/*
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
{
	text-align:center;
}

body.layout-two-column-right,
body.layout-two-column-left,
body.layout-one-column
{
	color:inherit;
	background: #ffffff url(body-bg.gif) no-repeat 50% 0;
}

body.layout-three-column
{
	color:inherit;
	background: #ffffff url(body-bg3.gif) no-repeat 50% 0;
}

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

a:hover
{
	text-decoration:underline;
}

.layout-two-column-right #main-container,
.layout-two-column-left #main-container,
.layout-one-column #main-container
{
	width:700px;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(main_container_bg.gif) repeat-y center top;
	color:inherit;
}

.layout-three-column #main-container
{
	width:800px;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(main_container3_bg.gif) repeat-y center top;
	color:inherit;
}

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

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

.layout-two-column-right #banner,
.layout-two-column-left #banner,
.layout-one-column #banner,
.layout-three-column #banner
{
	height:280px;
	color: inherit;
}

.layout-two-column-right #banner,
.layout-two-column-left #banner,
.layout-one-column #banner
{
	background: #ffffff url(head-bg.gif) no-repeat  50% 0;
}

.layout-three-column #banner
{
	background: #ffffff url(head-bg3.gif) no-repeat  50% 0;
}

#banner h1
{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position:relative;
	top:225px;
	left:0;
}

#banner h1 a
{
	color:#000000;
	background-color:inherit;
	text-decoration: none;
}

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

#banner h2
{
	color: #1c1d1e;
	text-align: center;
	font-size:12px;
	font-weight:normal;
	background-color:transparent;
	position:relative;
	top:228px;
	left:0;
}

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

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

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

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

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

.layout-one-column div.content
{
	padding:0 20px;
}
.layout-two-column-right div.content
{
	padding:0 10px 0 20px;
}
.layout-two-column-left div.content
{
	padding:0 20px 0 10px;
}
.layout-three-column div.content
{
	padding:0 15px;
}

div.content p
{
	color:#111111;
	background-color:transoparent;
	font-size:80%;
	font-weight:normal;
}

div.content blockquote p
{
	font-size:100%;
	font-weight:normal;
}

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

.layout-one-column .entry
{
	background: #ffffff url(entry-head.gif) no-repeat 0 0;
}

.layout-two-column-right .entry,
.layout-two-column-left .entry
{
	background: #ffffff url(entry-head2.gif) no-repeat 0 0;
}
.layout-three-column .entry
{
	background: #ffffff url(entry-head3.gif) no-repeat 0 0;
}

.entry a
{
	color:#ff8500;
	background-color:inherit;
}

p.date-header
{
	color:#1c1d1e;
	background-color:#e6e6e6;
	font-size:80%;
	font-weight:normal;
	text-align:right;
	padding: 0 15px 5px 15px;
}

h3.entry-header
{
	font-size:80%;
	font-weight:bold;
	padding: 5px 15px 5px 22px;
	color: #ffffff;
}

.layout-one-column h3.entry-header
{
	background: #e6e6e6 url(entry-title.gif) no-repeat 50% 0;
}

.layout-two-column-right h3.entry-header,
.layout-two-column-left h3.entry-header
{
	background: #e6e6e6 url(entry-title2.gif) no-repeat 50% 0;
}

.layout-three-column h3.entry-header
{
	background: #e6e6e6 url(entry-title3.gif) no-repeat 50% 0;
}

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

.entry-content
{
	padding: 10px 0;
}
.layout-one-column .entry-content
{
	background: #e6e6e6 url(entry-foot.gif) no-repeat 0 100%;
}

.layout-two-column-right .entry-content,
.layout-two-column-left .entry-content
{
	background: #e6e6e6 url(entry-foot2.gif) no-repeat 0 100%;
}

.layout-three-column .entry-content
{
	background: #e6e6e6 url(entry-foot3.gif) no-repeat 0 100%;
}

div.content blockquote
{
	color:#222222;
	font-size:80%;
	padding:10px;
	border:1px solid #ffd2a1;
	background-color:#fffdd8;
	margin-bottom:10px;
}

.entry-body,
.entry-more
{
	margin: 0 15px;
}

.entry-content p
{
	color:#222222;
	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:#111111;
	font-size:80%;
}

div.entry-tags h4
{
	color:#f8f1e1;
	background:#e6e6e6 url(tag-bg.gif) no-repeat left top;
	font-weight:normal;
	font-size:70%;
	padding: 2px 7px;
	margin:0 15px 5px 15px;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	background-color:#ffffff;
	background-image:url(maintit-bg.gif);
	background-position:0 0;
	background-repeat:repeat;
	padding:5px;
	margin:0 15px 10px 15px;
}

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

.entry-info
{
	padding: 5px 10px 0 10px;
	border-top: 1px dotted #646a6C;
	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:#ffffff;
	color:#222222;
	font-weight:normal;
	font-size:70%;
	padding:4px 5px;
	margin-bottom:10px;
}

.content p.navi-link
{
	color:#1c1d1e;
	font-size:80%;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

.layout-one-column #left-menu,
.layout-one-column #right-menu
{
	display:none;
}

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

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

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

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

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

.layout-three-column .right-content
{
	padding:0 15px 0 0;
}

.layout-three-column .left-content
{
	padding:0 0 0 15px;
}

.left-content h3,
.right-content h3
{
	background: transparent url(cate-border.gif) no-repeat 50% 100%;
	text-align: center;
	padding:2px 2px 10px 2px;
	color:#2d190a;
	font-weight:normal;
	font-size:80%;
	margin-bottom: 1px;
}

.monthly-archives h3 a
{
	background: transparent url(cate-border.gif) no-repeat 50% 100%;
	text-align: center;
	padding:2px 2px 10px 2px;
	color:inherit;
	margin-bottom:10px;
}

#left-menu li,
#right-menu li
{
	color:#2d190a;
	padding-left: 10px;
	background-color:inherit;
	list-style-type:none;
}

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

.powered
{
	border-top: 1px dotted #2d190a;
	border-bottom: 1px dotted #2d190a;
	padding: 2px 0 7px 0;
}

.search-form li,
.category-archives li,
.monthly-archives li,
.recent-entry li
{
	margin-left: 10px;
	background: transparent url(list-mark.gif) no-repeat 0% 6px;
	color:inherit;
}

.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
{
	background-color:inherit;
	color:#2d190a;
	font-size: 70%;
}

.cclicense
{
	background-color:inherit;
	color:#111111;
	font-size: 70%;
}

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

.search-form .searchsubmit
{
	color:#ffffff;
	font-size: 70%;
	font-weight: bold;
	background-color:#ff8500;
	margin-top:5px;
	padding: 2px 0;
}

form
{
	padding: 5px 15px;
}

/* ---------- 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: 20px;
	height:40px;
}

.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column #footer
{
	background: #ffffff url(foot-bg.gif) no-repeat 50% 0;
	color: inherit;
}

.layout-three-column #footer
{
	background: #ffffff url(foot-bg3.gif) no-repeat 50% 0;
	color: inherit;
}

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

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

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

#footer ul li a
{
	color:#ff8500;
	background-color:inherit;
}

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

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

.trackbacks
{
	margin-top: 15px;
	padding: 0 15px;
}

div.trackbacks h4
{
	color:#f8f1e1;
	background:#e6e6e6 url(heading-bg.gif) no-repeat left top;
	font-weight:normal;
	font-size:70%;
	padding: 2px 7px;
	margin-bottom:10px;
}

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

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

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

.trackback-info
{
	margin-bottom:15px;
	padding-bottom:5px;
}

.trackback-info ul
{
	padding:2px;
	display:inline;
}

.trackback-info li {
	color: #222222;
	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: #222222;
}

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

div.comments h4
{
	color:#f8f1e1;
	background:#e6e6e6 url(heading-bg.gif) no-repeat left top;
	font-weight:normal;
	font-size:70%;
	padding: 2px 7px;
	margin-bottom:10px;
}

.comments-body
{
	padding: 5px 0;
}
.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: #222222;
	background-color: transparent;
}

.comments-body p,
.comments-info li
{
	color: #222222;
	background-color: transparent;
}

#comments-open-data legend
{
	margin-bottom:10px;
}

p.comments-open-moderated
{
	color:#222222;
	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 #ae8f48;
	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 #999999;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

#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;
}

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

.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:80%;
	font-weight:bold;
	padding:5px 0;
	color:#2d190a;
	border-bottom:1px dotted #2d190a;
	margin-bottom:10px;
}

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

p.feed-link
{
	margin:5px 0 0 0;
}

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

dd#search-box input.searchsubmit
{
	color:#ffffff;
	font-size: 70%;
	font-weight: bold;
	background-color:#ff8500;
	margin-top:5px;
	padding: 2px 0;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #2d190a;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#2d190a;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.tags-list dl dt
{
	color:#2d190a;
	font-size:80%;
	line-height:100%;
	margin:0 0 5px 0;
}

div.tags-list dl dd ul li
{
	font-size:80%;
	line-height:100%;
	margin:0 0 5px 0;
}

div.search-feed p,
.tags-list dt
{
	padding:10px 10px 0 10px;
	color:#2d190a;
}

div.search-results-container h4.entry-tags-header
{
	color:#f8f1e1;
	background:#e6e6e6 url(heading-bg.gif) no-repeat left top;
	font-weight:normal;
	font-size:70%;
	padding: 2px 7px;
	margin:0 15px 5px 15px;
}

div.search-results-container ul.entry-tags-list
{
	color:#222222;
	background-color:#e6e6e6;
	padding:10px;
}




div.search-results-container ul
{
	margin-bottom:20px;
}

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

/* ---------- archives ----------*/
div.archive-body ul
{
	padding:0 30px;
}

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

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