@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;
	font-size:100%;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#333333;
	background:#ffffff url(none) repeat-x 100% 0;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
}

a
{
	text-decoration:none;
	color:#60797b;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border:none;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	width:750px;
	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
{
	position:relative;
        height:250px;
	margin:0 0 20px 0;
        background:#ffffff url(main_bg02.gif) repeat-x 100% 0;
}


div#banner h1
{
	text-align:right;
	font-size:22px;
	font-weight:bold;
	font-family:Times New Roman,Times, serif;
	letter-spacing:0.2em;
	width:auto;
	position: absolute;
        left:15px;
	bottom:65px;
}

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

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

div#banner h2
{
	color:#333333;
	text-align:right;
	font-size:80%;
	font-weight:normal;
	letter-spacing:0.1em;
	background-color:transparent;
	position: absolute;
        left:15px;
	bottom: 45px;
}

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

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

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

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

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

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

div.entry
{
	background:url(dotted.gif) repeat-x 0 0;
}

p.date-header
{
	color:#666666;
	font-size:70%;
	font-weight:normal;
	padding:5px 0 5px 0;
	background-color:inherit;
}

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

h3.entry-header a
{
	color:#ffffff;
	line-height:130%;
	text-decoration:none;
}

div.entry-content
{
	padding:10px;
}

div.content blockquote
{
	padding:10px;
	border:1px solid #666666;
	background:url(blockquote_bg.gif) no-repeat 100% 0;
	margin:0 0 15px 0;
}

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

div.entry-body a , div.entry-more a
{
	text-decoration:underline;
}

div.entry-body p,
div.entry-more p
{
	color:#333333;
	font-size:80%;
	line-height:150%;
	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
{
	list-style-position:outside;
	margin:0 0 10px 20px;
}

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

div.content div.entry-tags h4
{
	color:#999999;
	background:none;
	border:none;
	font-weight:bold;
	font-size:80%;
	border-bottom:1px solid #343434;
	padding:5px 0;
	margin:0 0 0px 0;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	background:url(tag_bg.gif) repeat 0 0;
	padding:5px 10px 10px 10px;
	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-tags ul.entry-tags-list li a
{
	color:#333333;
}

div.entry-info
{
	padding:10px 5px 20px 5px;
	text-align:right;
	background:url(entry_footer.gif) repeat-x 0 100%;
	margin:0 0 30px 0;
}

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

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

div.content h4
{
	color:#333333;
	font-weight:normal;
	font-size:70%;
	padding:5px 5px 10px 5px;
	margin-bottom:10px;
	border-top:1px solid #343434;
}

div.content h5
{
	color:#3333333;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:0 0 5px 0;
	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:180px;
	float:right;
}

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

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

div.left-content h3,
div.right-content h3
{
	background-color:#666666;
	color:#333333;
	font-weight:bold;
	font-size:70%;
	text-align:center;
	padding:10px;
	background:url(dotted.gif) repeat-x 0 0;
	border-bottom:5px solid #999999;
}

div.left-content h3 a,
div.right-content h3 a
{
	background:none;
}

div#left-menu li,
div#right-menu li
{
	list-style-position:outside;
	color:#333333;
	font-size:80%;
	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
{
	width:180px;
	margin:0 0 10px 0;
}

div.search-form form,
div.category-archives ul,
div.monthly-archives ul,
div.recent-entry ol,
div.site-link ul,
div.search-feed-content,
div.tags-list dl
{
	padding:10px 10px 10px 10px;
	list-style:none;
	background:url(side_content_bg.gif) no-repeat 0 -2px;
}

div#right-menu div.powered ul li
{
	color:#666666;
	font-size:60%;
	background:none;
	padding:0;
	margin:0 0 5px 0;
	line-height:150%;
}

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

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

div.search-form input.searchsubmit {
	color:#666666;
	font-size:80%;
	border-top:1px solid #3c3c3c;
	border-left:1px solid #3c3c3c;
	border-bottom:1px solid #191919;
	border-right:1px solid #191919;
	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
{
        border-top:dotted 1px #333333 ;
	text-align:center;
}

div#footer ul
{
	list-style:none;
	background:url(none) repeat-x 0 0;
	padding:10px 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 #666666;
	padding:2px;
	background:#ffffff;
}

ul.trackback-info
{
	border-top:1px solid #343434;
	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-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 #343434;
	padding:5px 0;
	margin:0 0 15px 0;
}

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

div#comments-open-data fieldset
{
	border:0;
}

div#comments-open-data legend
{
	color:#999999;
	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:#eeeeee;
	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:#eeeeee;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#999999;
	font-size:80%;
	width:80px;
	border-top:1px solid #3c3c3c;
	border-left:1px solid #3c3c3c;
	border-bottom:1px solid #191919;
	border-right:1px solid #191919;
	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.content h3.search-results-header
{
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	background:url(entry_tit_bg.gif) repeat 0 0;
	padding:10px;
	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:#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:#333333;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.tags-list dt
{
	font-size:80%;
	margin:0 0 5px 0;
}

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

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

div.archive-body ul
{
	margin:0 0 10px 20px;
}

div.archive-body ul.archive-list li
{
	color:#333333;
	font-size:80%;
	background-color:inherit;
	margin:0 0 5px 0;
}

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

/* ---------- ここから追加分 ----------*/

/* トップのメニュー
---------------------------------------------*/
#header {
	position:relative ;
	z-index:100;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
font-size: 80%;
}
		#navigation {
			position: absolute;
			z-index:500;
			top: 0px;
			left: 0px;
			width: 750px;
			height:40px;
		}
		#navigation ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#navigation li {
			float: left;
			width: 125px;
			margin: 0;
			background: url(none) ;
		}
		#navigation li a {
			display: block;
			width: 100%;
			height:60px;
			padding-top: 0px;
			padding-bottom: 0px;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			font-size:90%;
			font-weight: bold;
			color: #666666;
			text-decoration: none;
			background: url(../images/navi/navi_tag2.gif) left bottom no-repeat;
		}
		#navigation li a:hover {
			color: #ff6347;
			background: url(../images/navi/navi_tag2.gif) right bottom no-repeat;
		}
		
		
				/* サブメニュー
				---------------------------------------------*/
					#navigation ul ul {
						background: #EEEEEE;
					}
					#navigation ul ul li {
						float: none;
						background: #EEEEEE;
						height:40px;
					}
					#navigation ul ul li a {
						border-top: 2px solid #FFFFFF;
						background: #EEEEEE;
						font-size: 90%;
						font-weight: normal;
						padding: 6px 0;
						height:40px;
					}
					#navigation ul ul li a:hover {
						color: #FFFFFF;
						background-image: none; 
						background-color: #C30;
						height:40px;
					}
					#navigation ul li.parent ul {
						display: none;
					}
					#navigation ul li.parentOn ul {
						display: block;
					}

		
#header .submenubar {
	position:absolute ;
	z-index:100;
	top: 60px;
	left: -5px;
}

		#sub_menu {
		}
		
		#sub_menu ul {
			position: absolute;
			z-index:400;
			top:65px;
			right:5px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#sub_menu li {
			float: left;
			margin: 0;
			width:auto;
			padding:0 8px 0 8px ;
		}
		
		#sub_menu li a {
			display: block;
			padding-top: 0px;
			padding-bottom: 0px;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			font-size:95%;
			font-weight: bold;
			color: #666;
			text-decoration: none;
		}
		
		#sub_menu li a:hover {
			color: #CC3300;
		}

/* footer2
   ------ */

.footer2 { 
	clear: both;
	text-align: center;
	padding: 0px 0 10px 0;
	margin: 0;
/*	border-top: 1px solid #ccc; */
	line-height: 1.8em;
	font-size:80%;
}

.footer2 a { color: #808080; background: #fff; text-decoration: underline; }

	.footer2 ul {
	text-align:center;
	padding:0 auto 0 50px ;
	}

	.footer2 li { 
		margin: 0; 
		padding: 0px 5px 0px 5px;
		color: #333;
		background: none;
		float: left; 
	}
	
	.footer2 li a { 
		font-weight: bold;
		color: #333; 
		background: inherit;
		text-decoration: underline;
	} 
	
	.footer2 li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 

/* サイドバーのタグクラウド用　------ */

.module-tagcloud .module-content a {　}
.module-tagcloud .module-content { text-align: left; 
padding-top: 15px;
padding-bottom: 25px;
}
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1{ font-size: 20px; color: #99ffff;}
.module-tagcloud .module-content .module-list li.taglevel2{ font-size: 18px; color: #ccff33;}
.module-tagcloud .module-content .module-list li.taglevel3{ font-size: 16px; color: #ffcc00;}
.module-tagcloud .module-content .module-list li.taglevel4{ font-size: 14px; color: #f0f0f0;}
.module-tagcloud .module-content .module-list li.taglevel5{ font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel6{ font-size: 10px; }

/* Ajaxカレンダー用　------ */
#calendar {
    margin-top: 15px;
    font-size:85%;
}
.calendar {
    margin: 5px 0 10px 0 ;
    text-align: center;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.2em;
}
.calendar table {
    padding: 0;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 9px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 11px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}
.calendar a{
	font-weight: bold;
	color:#ee82ee;
	text-decoration:underline;
}
