@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
{
	color:#666666;
	background-color:#e7f6f2;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#8f8f8f;
	background-color: transparent;
}

a:hover
{
	color: #7fcdbb;
	background-color: #e7f6f2;
	text-decoration:underline;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	width:700px;
	margin:0 auto;
	text-align:left;
	color:inherit;
	background: transparent url(main_container_bg.gif) repeat-y 50% 0;
	border-left:1px solid #7fcdbb;
	border-right:1px solid #7fcdbb;
}

body.layout-three-column div#main-container
{
	width:800px;
	margin:0 auto;
	text-align:left;
	color:inherit;
	background: transparent url(main_container3_bg.gif) repeat-y 50% 0;
	border-left:1px solid #7fcdbb;
	border-right:1px solid #7fcdbb;
}

/* ---------- 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
{
	padding: 0 0 84px 0;
}

body.layout-two-column-right div#banner,
body.layout-two-column-left #banner,
body.layout-one-column #banner
{
	background: transparent url(head_bg.gif) no-repeat 0 0;
}

body.layout-three-column div#banner
{
	background: transparent url(head3_bg.gif) no-repeat 0 0;
}

div#banner h1
{
	text-align:left;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.1em;
	position: relative;
	top: 40px;
	left: 24px;
}

div#banner h1 a
{
	color:#7fcdbb;
	background-color:inherit;
}

div#banner h1 a:hover
{
	color:inherit;
	background-color:transparent;
}

div#banner h2
{
	color:#8f8f8f;
	background-color:inherit;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top: 50px;
	left: 24px;
}

/* ---------- main ---------- */

body.layout-one-column div#main
{
	width:700px;
	float:left;
}

body.layout-two-column-right div#main
{
	width: 508px;
	float:left;
}

body.layout-two-column-left div#main
{
	width: 508px;
	float:right;
}

body.layout-three-column div#main
{
	width:522px;
	float:left;
}

body.layout-one-column div.content
{
	padding:0 20px;
}

body.layout-two-column-left div.content
{
	padding-right:20px;
}

body.layout-two-column-right div.content
{
	padding-left:20px;
}

body.layout-three-column div.content
{
	padding: 0 0 0 30px;
}

div.entry
{
	color: inherit;
	margin-bottom: 14px;
	width:100%;
	padding:30px 0 0  0;
}

div.entry a
{
	color: #7fcdbb;
	background-color: inherit;
}

div.entry a:hover
{
	color: #7fcdbb;
	background-color: #ffffff;
}

body.layout-one-column div.entry
{
	background: #f2ede3 url(entry_bg.gif) no-repeat 0 0;
}

body.layout-two-column-left div.entry,
body.layout-two-column-right div.entry
{
	background: #f2ede3 url(entry2_bg.gif) no-repeat 0 0;
}

body.layout-three-column div.entry
{
	background: #f2ede3 url(entry3_bg.gif) no-repeat 0 0;
}

div.entry p.date-header
{
	font-size:60%;
	font-weight:normal;
	color:#ffffff;
	background-color:#968d7a;
	padding: 2px;
	text-align: center;
}

body.layout-one-column p.date-header
{
	margin: 4px 15px 20px 550px;
}
body.layout-two-column-left p.date-header,
body.layout-two-column-right p.date-header
{
	margin: 4px 15px 20px 376px;
}

body.layout-three-column p.date-header
{
	margin: 4px 15px 20px 315px;
}

div.entry h3.entry-header
{
	font-size:80%;
	font-weight:bold;
	color:#968d7a;
	background: #f2ede3 url(icon.gif) no-repeat 15px 3px;
	padding: 2px 5px 6px 40px;
}

div.entry h3.entry-header a
{ color:#968d7a; background-color:inherit; }

div.entry-content
{
	color: inherit;
	background-color: #f2ede3;
	margin:10px 15px 0 15px;
}

div.content blockquote
{
	color:#7fcdbb;
	border:1px dashed #999999;
	background-color: #f2ede3;
	padding: 10px;
}

div.entry-body
{
	background: #f2ede3 url(border.gif) repeat-x 0 0;
	padding-top: 15px;
	width:100%;
}

div.content p
{
	color:#666666;
	font-size:80%;
	line-height:140%;
	margin: 0 0 10px 0;
	background-color:inherit;

}

div.entry div.entry-content p
{
	color:#968d7a;
	font-size:80%;
	background-color:inherit;
}

div.entry-body img
{ border:0; margin-bottom:20px; }

div.entry-body ul,
div.entry-more ul
{
	margin:10px 0 15px 20px;
}

div.entry-body ul li,
div.entry-more ul li
{
	color:#666666;
	font-size:80%;
}

div.entry-more
{
	color:#333333;
	margin:5px 0;
	background-color:inherit;
}

div.entry-tags
{
	margin:10px 0;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	background-color:transparent;
	background-image:url(./link_box_bg.gif);
	background-position:0 0;
	background-repeat:repeat;
	width:100%;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:80%;
	font-weight:bold;
}

div.entry-info
{
	padding: 4px 0;
	background: #f2ede3 url(border.gif) repeat-x 0 0;
	font-size:70%;
}

div.search-results-container div.entry-info
{
	border-top:1px solid #cccccc;
	background:none;
}


div.entry-info ul
{list-style-type: none; margin: 4px 0; }

div.entry-info li
{
	color:#666666;
	font-size:80%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.entry-info li a
{
	color: #7fcdbb;
	background-color: inherit;
}

div.entry-info li a:hover
{
	color: #7fcdbb;
	background-color: #ffffff;
}

div.content h4
{
	background-color:#7fcdbb;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:2px 7px;
	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: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#right-menu
{
	width:190px;
	float:left;
}

body.layout-three-column div#left-menu
{
	width:186px;
	float:left;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	padding:0 2px 0 0;
}

body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content
{
	padding:0 0 0 2px;
}

body.layout-three-column div.right-content
{
	padding:0 2px 0 0;
}

body.layout-three-column div.left-content
{
	padding:0 0 0 2px;
}

div.left-content h3,
div.right-content h3
{
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	margin-bottom: 5px;
	padding: 7px 0;
	text-align: center;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#ffffff;
}

body.layout-two-column-left div.left-content h3,
body.layout-two-column-left div.right-content h3
{
	background: transparent url(left_content_bg.gif) no-repeat 0 0;
}

body.layout-two-column-right div.left-content h3,
body.layout-two-column-right div.right-content h3
{
	background: transparent url(right_content_bg.gif) no-repeat 100% 0;
}

body.layout-three-column div.left-content h3
{
	background: transparent url(left_content_bg.gif) no-repeat 0 0;
}

body.layout-three-column div.right-content h3
{
	background: transparent url(right_content_bg.gif) no-repeat 100% 0;
}

div#left-menu li,
div#right-menu li
{
	list-style: none;
	font-size:70%;
	color:#5d5c5c;
	background-color:inherit;
	padding-bottom: 5px;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link
{
	margin-bottom: 45px;
	padding:5px;
}

div.cclicense
{
	margin: 0 20px 45px 20px;
	padding:5px;
}

div.powered
{
	border-top: 1px solid #c5c1c1;
	border-bottom: 1px solid #c5c1c1;
	margin: 0 20px 10px 20px;
	padding:5px 0;
}

div.search-form li,
div.category-archives li,
div.monthly-archives li,
div.recent-entry li,
div.site-link li,
div.search-form form
{
	margin: 0 20px;
}

div.search-form label,
div.cclicense
{
	background-color:inherit;
	color: #8f8f8f;
	font-size: 60%;
}

div.search-form input#search
{
	width: 90%;
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

div.search-form input.searchsubmit
{
	color: #968d7a;
	font-size: 70%;
	font-weight: bold;
	border: 1px solid #968d7a;
	background-color: #eae4d4;
	margin-top:5px;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

div#footer {
	clear:both;
	text-align:center;
	padding-bottom:14px;
}

div#footer ul
{ list-style:none; }

div#footer ul li {
	display:inline;
	font-size:80%;
	margin-right:15px;
	color::#8f8f8f;
	background-color:inherit;
}

div#footer ul li a
{
	color:#8f8f8f;
	background-color:inherit;
}

div#footer ul li a:hover
{
	color: #7fcdbb;
	background-color: #e7f6f2;
	text-decoration:underline;
}

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

div.trackbacks
{
	margin:0 0 20px 0;
}

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;
}

ul.trackback-info
{
	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-post
{
	margin-bottom: 10px;
}

div.comments-body p,
div.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;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.comments-open-footer li input
{
	width:80px;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	font-size:80%;
	font-weight:bold;
	background-color:#cebfa9;
	padding:3px 5px;
	color:#ffffff;
	margin-bottom:10px;
}

div.search-feed
{
	margin:0 0 10px 0;
}

div.search-feed p
{
	color:#666666;
	font-size:70%;
	line-height:140%;
}

div.search-feed-content
{
	border: 1px solid #cccccc;
	padding:10px;
	margin: 0 20px 20px 20px;
}

p.feed-link
{
	margin:5px 0 0 0;
}

form#search-form label
{
	background-color: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 #666666;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.tags-list
{
	margin:0 0 20px 0;
}

div.tags-list dl dt
{
	color:#666666;
	font-size:80%;
	line-height:100%;
	margin:0 20px 5px 20px;
}

div.tags-list dl dd
{
	margin:0 20px 5px 20px;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

/* ---------- archives_end ----------*/