@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.layout-two-column-right,
body.layout-two-column-left,
body.layout-one-column
{
	color:#000000;
	background:transparent url(body_bg.gif) no-repeat center top;
	text-align:center;
	margin-bottom:20px;
}

body.layout-three-column
{
	color:#000000;
	background:transparent url(body3_bg.gif) no-repeat center top;
	text-align:center;
	margin-bottom:20px;
}

a
{
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	background-color:#fff600;
	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;
	padding:0;
	text-align:left;
	background-color:transparent;
	color:inherit;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

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

/* ---------- 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
{
	height:125px;
}


div#banner h1
{
	text-align:left;
	font-size:120%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	position: relative;
	top: 35px;
	left: 20px;
	width:95%;
}

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

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

div#banner h2
{
	color:#000000;
	text-align:left;
	font-size:80%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	top: 45px;
	left: 20px;
	background-color:transparent;
	width:95%;
	letter-spacing:0.1em;
}
/* ---------- banner_end ---------- */

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

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

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

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

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

div.content
{
	padding:0 15px 10px 15px;
	margin-bottom:10px;
}

div.content p
{
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
}

div.entry
{
	margin:0 0 20px 0;
	color:inherit;
	background-color:#000000;
	width:100%;
}

div.entry a
{
	color:#fff600;
	background-color:#000000;
	text-decoration:none;
}

div.entry a:hover
{
	color:#fff600;
	background-color:#000000;
	text-decoration:underline;
}

p.date-header
{
	color:#ffffff;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	background-color:transparent;
	padding:13px 23px 11px 23px;
	border-bottom:1px solid #ffffff;
}

h3.entry-header
{
	font-size:90%;
	font-weight:bold;
	font-family:"ＭＳ ゴシック";
	background-color:transparent;
	color:#ffffff;
	padding:18px 23px 18px 23px;
}

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

h3.entry-header a:hover
{
	text-decoration:underline;
}

div.content blockquote
{
	padding:10px 18px;
	border:1px solid #ffffff;
	background-color:#e4e4e4;
	color:#000000;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	background-color:#e4e4e4;
	color:#000000;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
}

div.content h4
{
	color:#ffffff;
	background:#ffffff url(sub_tit_bg.gif) no-repeat left top;
	font-size:70%;
	font-weight:normal;
	padding:2px 2px 2px 12px;
	margin-bottom:10px;
}

div.content h5
{
	color:#000000;
	background-color:#ffffff;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px solid #000000;
	padding:2px;
	margin-bottom:10px;
}

div.content p.navi-link
{
	color:#000000;
	background-color:inherit;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	margin-bottom:15px;
}

div.entry-body,
div.entry-more
{
	padding:0 18px;
}

div.content div.entry-tags
{
	padding:0 18px;
	color:inherit;
	background-color:#000000;
}

div.entry-body p,
div.entry-more p
{
	color:#ffffff;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:transparent;
}

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

div.entry-body ul,
div.entry-more ul
{
	list-style-position:inside;
}

div.entry-body li,
div.entry-more li
{
	color:#ffffff;
	font-size:80%;
	margin:0 5px 0 0;
	list-style-type: square;
	background-color:inherit;
}

div.entry-body h4
{
	color:#000000;
	background:#ffffff url(tag_tit_bg.gif) no-repeat left top;
	padding:5px;
	margin:0 0 5px 0;
}

div.content div.entry-tags h4
{
	color:#000000;
	background:#ffffff url(tag_tit_bg.gif) no-repeat left top;
	font-size:70%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	padding:5px;
	margin:0 0 5px 0;
}

div.entry-tags ul.entry-tags-list li a
{
	display:inline;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	color:#fff600;
	background-color:transparent;
	text-decoration:none;
}

div.entry-tags ul.entry-tags-list li a:hover
{
	text-decoration:underline;
}

div.tags-list ul
{
	list-style:none;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

div.entry-tags ul
{
	list-style:none;
	padding:0 0 10px 0;
}

div.tags-list dl
{
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	margin-bottom:15px;
}

div.entry-info
{
	text-align:left;
	border-top:1px solid #ffffff;
	padding:11px 18px 10px 18px;
}

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

div.entry-info li
{
	color:#ffffff;
	background-color:transparent;
	font-size:60%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	line-height:140%;
	display:inline;
	margin-right: 5px;
	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:163px;
	float:right;
}

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

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

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

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

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

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

div.left-content h3,
div.right-content h3
{
	color:#000000;
	background:transparent url(icon1.gif) no-repeat 0 6px;
	padding-left:15px;
	font-size:80%;
	font-weight:bold;
	font-family:Verdana;
	padding:2px 2px 2px 15px;
	margin-bottom:4px;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
}
div.left-content h3 a:hover,
div.right-content h3 a:hover
{
	color:#000000;
	background-color:#ffffff;
	text-decoration:underline;
}

div.search-form li,
div.category-archives li,
div.monthly-archives li,
div.recent-entry li,
div.site-link li
{
	color:#000000;
	background:transparent url(icon2.gif) no-repeat 0 3px;
	padding-left:10px;
	margin:0 0 6px 15px;
	list-style-type:none;
	list-style-position:outside;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	line-height:120%;
}

div.cclicense li,
div.powered li,
div.search-feed li
{
	color:#000000;
	background:transparent;
	list-style-type:none;
	list-style-position:outside;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	line-height:120%;
}

div.powered
{
	color:#000000;
	font-size:70%;
	font-weight:normal;
	font-family:Verdana;
	padding:10px 5px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

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.search-form form
{
	margin-left:15px;
}

div.search-form label,
div.cclicense
{
	background-color:inherit;
	color:#000000;
	font-size:80%;
	margin:0 0 5px 0;
}

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

div.search-form input.searchsubmit
{
	color:#ffffff;
	font-size:60%;
	font-weight:bold;
	font-family:Verdana;
	border: 1px solid #000000;
	background-color:#000000;
	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;
}

div#footer
{
	text-align:center;
	border-top:1px solid #000000;
	width:100%;
	padding:5px 0;
}

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

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

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

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

div.trackbacks
{
	color:inherit;
	background-color:#ffffff;
	padding:0 15px;
}

div.trackbacks a
{
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
}

div.trackbacks a:hover
{
	color:#000000;
	background-color:#fff600;
	text-decoration:underline;
}

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

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

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

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

ul.trackback-info
{
	border-top: 1px solid #000000;
	padding:5px 0;

	width:100%;
}

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

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

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

div.comments
{
	padding:0 15px;
}

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

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

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

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

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

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

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#000000;
	background-color:transparent;
	font-size:60%;
}

div.comments-post
{
	margin:0 15px;
}

div#comments-open-data legend
{
	color:#000000;
	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:#000000;
	font-size:80%;
	border: 1px solid #000000;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

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

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

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

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

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

div.search-results-container
{
	background-color:transparent;
	color:#ffffff;
	width:100%;
}

div.search-results-container p
{
	background-color:#000000;
	color:#ffffff;
	padding:0 15px 10px 15px;
}

div.search-results-container h5
{
	font-size:90%;
	font-weight:bold;
	font-family:"ＭＳ ゴシック";
	background-color:#000000;
	color:#ffffff;
	padding:18px 0;
	margin:0;
}

div.search-results-container h5 a
{
	color:#ffffff;
	background-color:transparent;
	padding:0 15px;
	text-decoration:none;
}
div.search-results-container h5 a:hover
{
	color:#fff600;
	background-color:transparent;
	text-decoration:underline;
}

div.search-results-container a
{
	color:#fff600;
	background-color:transparent;
	text-decoration:none;
}
div.search-results-container a:hover
{
	color:#fff600;
	background-color:transparent;
	text-decoration:underline;
}

div.content h3.search-results-header
{
	font-size:80%;
	font-weight:bold;
	background-color:#000000;
	color:#ffffff;
	padding:5px;
	margin-bottom:10px;
}

div.search-results-container div.entry-info
{
	background-color:#000000;
	color:#ffffff;
	margin-bottom:20px;
}

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

div.search-feed-content
{
	border: 1px solid #000000;
	padding:10px;
}

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

form#search-form label
{
	background-color:inherit;
	color:#000000;
	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:#000000;
	font-size:80%;
	border: 1px solid #000000;
	padding:2px;
	background-color:#ffffff;
}

dd#search-box input.searchsubmit
{
	color:#ffffff;
	font-size:60%;
	font-weight:bold;
	font-family:Verdana;
	border: 1px solid #000000;
	background-color:#000000;
	margin-top:5px;
}

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

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#000000;
	font-size:80%;
	background-color:inherit;
	margin-bottom:10px;
}

div.archive-body ul
{
	padding-bottom:10px;
}

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