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




/*-----------calender-------------*/
#calender_h {
  padding-top : 5px;
  padding-bottom : 5px;
  font-family : verdana,arial,sans-serif;
  font-size : 12px;
  text-align : center;
  border-bottom : 1px solid black;
}
#calender_h_today {
  background-color : #cccccc;
}

/* ---------- body ---------- */
body
{
	color:#666666;
	background:#ffffff url(body_bg.gif) no-repeat 50% 0;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#4f6674;
}

a:hover
{
	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:800px;
	margin:0 auto;
	text-align:left;
}

body.layout-three-column div#main-container
{
	width:800px;
	margin:0 auto;
	text-align:left;
}

/* ---------- 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:300px;
}


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

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:35px;
	left:0;
	background-color:transparent;
}

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

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

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

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

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

body.layout-one-column div.content
{
	margin:0;
	padding:15px;
	background:url(main_1column_bg.gif) no-repeat 0 0;
}

body.layout-two-column-left div.content
{
	margin:0 0 0 10px;
	padding:15px;
	background:url(main_2column_bg.gif) no-repeat 0 0;
}

body.layout-two-column-right div.content
{
	margin:0 10px 0 0;
	padding:15px;
	background:url(main_2column_bg.gif) no-repeat 0 0;
}

body.layout-three-column div.content
{
	margin:0 10px;
	padding:10px 15px 15px 15px;
	background:url(main_3column_bg.gif) no-repeat 0 0;
}

div.entry
{
	width:100%;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background:url(entry_bg.gif) no-repeat 50% 100%;
}

div.content p.date-header
{
	color:#4f6674;
	font-size:60%;
	font-weight:normal;
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
	background:url(date_header_bg.gif) no-repeat 0 100%;
}

h3.entry-header
{
	font-size:90%;
	font-weight:bold;
	background:#5b5b5b url(entry_tit_bg.gif) repeat-x 0 50%;
	padding:5px;
	color:#ffffff;
	margin-bottom:10px;
}

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

div.entry-content
{
	padding:0;
}

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

div.content blockquote p
{
	color:#4f6674;
	font-size:80%;
	margin:0;
}

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

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

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

div.entry-body li,
div.entry-more li
{
	color:#000000;
	font-size:80%;
	line-height:140%;
	margin:0 0 0 20px;
	background-color:inherit;
}

div.content div.entry-tags h4
{
	color:#ffffff;
	font-size:80%;
	padding:2px 5px;
	margin:0 0 5px 0;
	background:url(entry_h4_bg.gif) repeat 0 0;
}

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

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

div.entry-info
{
	border-top:1px solid #cad1d5;
	padding:5px 0 10px 0;
	text-align:right;
}

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

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

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

div.content h5
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

div.content p.navi-link
{
	color:#666666;
	font-size:60%;
	margin-bottom:10px;
	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:198px;
	float:right;
}

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

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

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

div.left-content h3,
div.right-content h3
{
	background:url(sidebar_h3_bg.gif) repeat-x 0 50%;
	color:#ffffff;
	font-weight:normal;
	font-size:90%;
                font-weight:bold;
	text-align:center;
	border:2px solid #4f6674;
	padding:10px;
	margin-bottom:10px;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#4f6674;
}

div#left-menu ul,
div#right-menu ul,
div#left-menu ol,
div#right-menu ol
{
	line-height:100%;
	list-style:none;
}


div#left-menu li,
div#right-menu li
{
	color:#666666;
	line-height:140%;
	font-size:60%;
	background:url(list_icon.gif) no-repeat 0 3px;
	padding:0 0 0 12px;
	margin:0 0 5px 0;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.cclicense,
div.powered,
div.search-feed,
div.tags-list
{
	background:url(side_bg.gif) repeat-x 0 100%;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

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

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

div.search-form input.searchsubmit
{
	color:#666666;
	font-size:60%;
	width:80px;
	height:20px;
	background:url(search_btn.gif) no-repeat 0 0;
	margin-top:5px;
}

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

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

div#footer
{
	clear:both;
	text-align:center;
}

div#footer ul
{
	clear:both;
	list-style:none;
	background:url(footer_bg.gif) no-repeat 50% 0;
	padding:10px 0 30px 0;
}

div#footer ul li
{
	display:inline;
	font-size:60%;
	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 dl
{
	margin:0 0 15px 0;
}

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
{
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#666666;
	font-size:60%;
	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;
}

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

div.comments-body p,
div.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,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

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

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

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:#666666;
	font-size:60%;
	width:80px;
	height:20px;
	background:url(search_btn.gif) no-repeat 0 0;
	margin:5px 0 10px 0;
}

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.content h3.search-results-header
{
	font-size:80%;
	font-weight:bold;
	background-color:#666666;
	padding:5px;
	color:#ffffff;
	margin-bottom:10px;
}

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

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

div.tags-list dt
{
	font-size:60%;
	line-height:140%;
	margin:0 0 5px 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:60%;
	width:80px;
	height:20px;
	background:url(search_btn.gif) no-repeat 0 0;
	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;
}

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

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

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

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

/* ---------- new_text_aria ---------*/
#newtext
{
               width:810px;
               font-size:110%;
               font-family: Verdana, Arial, sans-serif;
               background: #ffffff;
               font-color: #000000;
               padding: 10px;
}
/* ---------- new_text_end ---------*/

 /*カレンダー*/ 
#calendar {
line-height: 120%; font-family:
Verdana, Arial, sans-serif; font-size: 10;
padding:0px; 
text-align: center; 
margin-bottom: 20px;
 } 
#calendar table { 
width: 150px; 
padding:0px 0px 0px 0px; 
}
 /*カレンダーのタイトル*/
#calendar caption { 
color: #000000; 
background-color: #36ff78;
font-family: Verdana, Arial, sans-serif; 
font-size:10px; 
text-align: center; 
font-weight: bold; 
padding:2px 0px 2px 0px; 
line-height: 15px;
 }
 /*カレンダーの曜日*/ 
#calendar th { 
line-height: 12px; 
font-size:10px; 
text-align: center; 
font-weight: bold; 
color: #000000; 
padding:2px 0px 0px 0px;
 } 
/*カレンダーの日付*/
 #calendar td { 
line-height: 12px; 
font-size:10px; 
font-weight: normal; 
color: #997766;
text-align: center; 
padding:2px 0px 0px 0px; 
border-right: solid 2px #36ff78; 
border-left: solid 1px #36ff78; 
border-top: solid 1px #36ff78; 
border-bottom: solid 2px #36ff78; 
} 
#calendar a {
color: #997766;
background-color:#D7F0ED; 
text-decoration: none;
 }
#calendar a:hover {
color: #FCD9C5; 
background-color: #FFFFFF; 
text-decoration:underline; 
} 

/*フォント飾り付け（見出し用）*/
#fontmake {
color: #000000; 
font-family: Verdana, Arial, sans-serif; 
font-size:12px; 
text-align: center; 
font-weight: bold; 
}

/*フォント飾り付け2*/
#fontmake2 {
color: #000000; 
font-family: Verdana, Arial, sans-serif; 
font-size:12px;  
font-weight: bold; 
}

/*フォント飾り付け3*/
#fontmake3{
color: #ffffff; 
font-family: Verdana, Arial, sans-serif; 
font-size:14px;  
font-weight: bold; 
}

/*フォント色変化*/
#fontchg{
color: #ff0000:
font-size:12px;
font-weight: bold;
}

<!---フォントサイズ変更--->
#fss{
font-size:130%;
font-weight: bold;
}

<!---コメントエリア設定--->
#comaria{
width:400px;
height:200px;
}

/*フォント飾り付け4*/
#fontmake4{
color: #9D9D9D; 
font-family: Verdana, Arial, sans-serif; 
font-size:10px;  
font-weight: bold; 
}