/*

file_name: styles-site.css
url: http://drblog.jp/
Copyright (C) 2006 Dr.Blog. All Rights Reserved.

*/


/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

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

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

body
{
	text-align:center;
	background-image: url(../../img3/bg.gif);
	background-repeat: repeat;
}

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

a:hover
{
	text-decoration:underline;
	color: #999;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container,
body.layout-three-column div#main-container
{
	width:780px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border: 1px solid #888;
}

/* ---------- 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:112px;
	background:url(bg_header_7_3.gif);
	background-repeat: no-repeat;
	margin:0px 0px 10px 0px;
	padding:0;
	border-bottom: 1px solid #afbc8b;
}


div#banner h1
{
	text-align:right;
	font-size:13px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 15px 0px 0px;
    color:#555;
	padding-top: 20px;
}

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

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

div#banner h2
{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555;
	text-align:right;
	font-size:10px;
	font-weight:normal;
	background-color:transparent;
	margin: 0px 15px 0px 0px;;
}

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

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

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:440px;
	float:left;
}

div.content
{
	padding:0 15px;
}

div.content p
{
	font-size:80%;
}

div.entry
{
	margin:0 0 20px 0;
	padding:10px 0px;
	color:#000;
	background-color:#ddd;
	position:relative;
}
/*
	padding:10px 15px;
*/

p.date-header
{
	color:#000;
	font-size:70%;
	font-weight:normal;
	padding:0 0 10px 0;
	background-color:inherit;
	text-align:right;
}

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

h3.entry-header a
{
	text-decoration:none;
	color:#6f6f6f;
	background-color:inherit;
	background-image:none;
}

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

div.entry-content
{
	color:#000;
	background-color:#ffffff;
	padding:0 0 10px 0;
}

div.content blockquote
{
	padding:10px;
	border:1px solid #64736d;
	background-color:#ffffff;
	color:#000;
	margin:0 0 15px 0;
}

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

div.entry-body
{
	padding:0 10px 10px 10px;
	font-size: 14px;
}

div.entry-more
{
	padding:0 10px 10px 10px;
	margin:0;
}

div.entry-body p,
div.entry-more p
{
	color:#000;
	font-size:13px;
	line-height:150%;
	margin:0 0 20px 0;
	background-color:inherit;
text-align: justify;
text-justify: distribute; 
}

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:#000;
	font-size:12px;
	margin:0 5px 0 0;
	list-style-type:square;
	background-color:inherit;
	list-style-position:outside;
	margin-left:20px;
}
div.entry-body a,
div.entry-more a
{
	color: navy;
	text-decoration: underline;
}
div.entry-body a:hover,
div.entry-more a:hover
{
	color: #999;
	text-decoration: none;
}
div.entry-body strong {
	font-size: 13px;
}



div.content div.entry-tags h4
{
	font-size:80%;
	color:#393838;
	background:#d6e491 url(tagBg.gif) no-repeat left top;
	padding:2px 15px;
	margin:0 10px 5px 10px;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:10px;
	background-color:#e7e7e7;
	color:#222222;
	margin:0 10px 10px 10px;
}

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

div.entry-info
{
	text-align:left;
	color:#000;
	background-color:#ffffff;
	border-top:2px solid #e7e7e7;
	padding:5px 10px;
}

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
{
	font-size:70%;
	font-weight:normal;
	color:#222222;
	background-color:#e7e7e7;
	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: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;
}

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 15px 0 0;
}

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

div.left-content h3,
div.right-content h3
{
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
	background-color:#e7e7e7;
	color:#6f6f6f;
	border:1px solid #b4b5b4;
	text-align:center;
}

div.left-content h3 a,
div.right-content h3 a
{
	text-decoration:none;
	color:#000;
	background-color:inherit;
}
/*
	color:#6f6f6f;
*/
div.left-content h3 a:hover,
div.right-content h3 a:hover
{
	text-decoration:underline;
}

div#left-menu li,
div#right-menu li
{
	list-style-position:outside;
	list-style-type:none;
	color:#000;
	font-size:12px;
}

div#left-menu li a,
div#right-menu li a
{
	text-decoration:none;
	color:#000;
	background-color:#ffffff;
	background-image:none;
}
/*
	color:#326e85;
*/
div#left-menu li a:hover,
div#right-menu li a:hover
{
	text-decoration:none;
	color:#ffffff;
	background-color:#39819e;
}


div.search-form li,
div.category-archives li,
div.monthly-archives li,
div.recent-entry li,
div.site-link li
{
	color:#000;
	background:#ffffff url(iconMarker.gif) no-repeat 0% 6px;
	padding-left: 12px;
}
/*div.category-archives li {
	padding-left: 0px;
}*/
div.category-archives a {
	text-decoration:none;
	color:#000;
	background-color:#ffffff;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
}
/*
	color:#326e85;
*/
div.category-archives a:hover
{
	text-decoration:none;
	color:#999 !important;
	background-color: #fff !important;
}

/*
	background-color:#39819e;
	padding-left:12px;
	padding-bottom: 3px;
	padding-top: 3px;
	background:#ffffff url(iconMarker.gif) no-repeat 0% 6px;
*/
div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.cclicense,
div.search-feed
{
	margin-bottom:20px;
}
div.site-link
{
	margin-bottom:30px;
}

div.powered
{
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	padding:5px 0;
	margin-bottom:20px;
	font-size:70%;
}


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;
	background-color:#ffffff;
}

div.search-form input.searchsubmit
{
	color:#ffffff;
	font-size:65%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:5px;
	background:#ffffff url(submitBtn.gif) no-repeat 0 0;
	width:48px;
	height:17px;
}

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

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

div#footer
{
	clear:both;
	text-align:center;
	background:#708090 url(footer.gif) no-repeat center bottom;
	width:100%;
}

div#footer ul.syndicate
{
	list-style:none;
	background-color:#708090;
	color:inherit;
	padding:5px 0;
	margin:0;
	width:780px;
}

div#footer ul.syndicate li
{
	display:inline;
	font-size:60%;
	color:#ffffff;
	margin-right:15px;
	background-color:inherit;
	
}

div#footer ul li a
{
	text-decoration:none;
	color:#000;
	background-color:inherit;
}

div#footer ul li a:hover
{
	text-decoration:underline;
}

/* ---------- 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.trackbacks h4,
div.comments h4
{
	font-size:80%;
	color:#ffffff;
	background:#64736d url(entryHeadingBg.gif) no-repeat left top;
	padding:2px 15px;
	margin:0 10px 5px 10px;
}

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:#666666;
	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:#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
{
	padding:0 0 20px 0;
	margin: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.cookie li
{
	display:inline;
	list-style-type:none;
}

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

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

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

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

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

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:80%;
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	padding:2px;
	background-color:#ffffff;
}

dd#search-box input.searchsubmit
{
	color:#ffffff;
	font-size:65%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:5px;
	background:#ffffff url(submitBtn.gif) no-repeat 0 0;
	width:48px;
	height:17px;
}

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:outside;
	margin-left:25px;
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

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

/* ---------- 個別ページフッターナビ ----------*/
.footer_navi_1 {
	font-size: 12px;
	text-align: left;
	color: #000;
	border-top: 3px dotted #e1e1e1;
	border-bottom: 3px dotted #e1e1e1;
	border-left: 3px dotted #e1e1e1;
	border-right: 3px dotted #e1e1e1;
	line-height: 1.5em;
}
.footer_navi_1 table {
	width: 100%;
	margin: 4px 8px 0px 8px;	
}

.footer_navi_1 td {
	width: 33%;
	vertical-align: top !important;
	padding-left: 30px;
}
.footer_navi_1 ul {
	list-style-type: disc;
	list-style-position:outside !important;
}
.footer_navi_1 li {
	color:#000;
	margin:0 5px 0 0;
	list-style-type:square !important;
	list-style-position:outside;
	margin-left:20px;
}
/* ---------- 個別ページフッターナビ ----------*/
.page_category_1 {
	font-size: 12px;
}

/* ---------- カテゴリページ ----------*/
.cate_headline {
	text-align:left;
	font-size:13px;
	background-color: #fff;
	margin-left:0px;
	margin-bottom:50px;
	padding: 10px 0px 10px 10px;
	border-top: 10px solid #eeeeee;
}
.cate_headline a {
	text-decoration: underline !important;
	color: #1111cc !important;
	background-color:#fff;
	font-weight: normal;
}
.cate_headline a:hover {
	text-decoration: underline !important;
	color:#999 !important;
}
.cate_headline_1 {
	text-align: left;
	font-size: 12px !important;
}
.cate_headline ul li {
	padding-bottom: 8px;
	list-style-position: inside;
	list-style-type: circle;
}
/* ---------- アーカイブページ ----------*/
.archives_headline {
	text-align:left;
	margin-left:0px;
	margin-bottom:50px;
	padding-top: 10px;
	padding-left: 10px;
	font-size:14px;
	border-top: 10px solid #eeeeee;
}
.archives_headline a {
	text-decoration: underline !important;
	color: #000 !important;
}
.archives_headline a:hover {
	text-decoration: underline;
	color: #999 !important;
}
.archives_headline_1 {
	text-align: left;
	font-size: 12px !important;
}
.archives_headline li {
	padding: 0px 0px 10px 0px;
	list-style-type: circle;
	list-style-position: inside;
	text-align: justify;
	text-justify: distribute; 

}
/* ---------- 個別ページ用 ----------*/
.page_layout_2 {
	margin: 8px 0px 12px 0px;
}
.page_layout_2 table {
	background-color: gray;
}
.page_layout_2 td {
	background-color: #fff;
	padding: 4px 8px 4px 8px;
}
.y_iframe_style_1 {
	margin-top: 10px;
	border: 2px dotted #e1e1e1;
	padding-top: 12px;
}
.main_text_area {
	font-size: 12px;
}
.main_text_area table {
	width: 100%;
	background: #e1e1e1;
}
.main_text_area td {
	background-color: #fff;
	padding: 4px 8px 4px 8px;
	text-align: justify;
	text-justify: distribute; 

}
.text_center {
	text-align: center !important;
	background-color: #f5f5f5 !important;
}
.kakomi_kiji
{
    font-size:12px !important;
    background-color:#f5f5f5;
    padding:4px 8px;
    border: 1px dotted #bbbbff;
}

/*ページ中のテーブルで使う*/
.tb_style {
}
.tb_style table {
	font-size: 12px;
	background-color: #bbb;
}
.tb_style table td {
	background-color: #fff;
	padding: 4px 8px 4px 8px;
	text-align: center;
}
.cell_current_color {
	background-color: #f0e68c !important;
}
