@charset "UTF-8";

@import url("cmn.css");

/*

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

*/

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

* {
	font-size:11px;
	line-height:1.4;
}

/* 11px IE hack */
*+html,
* html {
	font-size:10px;
	letter-spacing:1px;
}

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

.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

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

html {
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #6FACC8;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #6FACC8;
	scrollbar-darkshadow-color: #6FACC8; 
	overflow-x: hidden;
}
body
{
	color:#666;
	background-color:#fbfbfb;
/*	text-align:center;	*/
	overflow-x: hidden;
}

a {
	text-decoration:none;
	color:#00f;
	background:#FFF;
}

a:hover
{
	text-decoration:none;
}

div#main-container
{
	width:430px;
	text-align:left;
	background:#fbfbfb url(image/body_bg.gif) no-repeat top left;
	color:inherit;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

div#banner
{
	height:100px;
	position:relative;
}

div#banner h1
{
	position: absolute;
	top: 58px;
	left: 92px;	
}

div#banner h1 a
{
}

div#banner h1 a:hover
{
}

div#banner h2
{
	color:#666;
	text-align:left;
	font-weight:normal;	
	position: relative;
	top: 26px;
	left: 90px;
}

div#close{
	position:absolute;
	right:0;
	top:0;
}
/* ---------- main ---------- */

#main
{
	margin:0 15px 15px 15px;
}

div.content
{
	border:1px solid #6FACC8;
	padding:15px;
}

div.entry
{
}

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

h3.entry-header
{
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000;
}

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

div.entry-content
{
	margin-bottom:120px;
}

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

div.content blockquote p
{
	color:#669966;
	font-size:10px;
}

div.entry-body p,
div.entry-more p,
div.entry-right{
	color:#666666;
	font-size:10px;
	line-height:1.8;
	margin:0 0 15px 0;
	background-color:inherit;
}

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

div.content div.entry-tags h4
{
	color:#666666;
	font-size:80%;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:transparent;
	border-bottom:1px dotted #999999;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	border-bottom:1px dotted #999999;
	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
{
	padding-bottom:10px;
	text-align:right;
}

div.entry-info ul
{
}

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

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

div.content h5
{
	color:#666666;
	font-weight:bold;
	font-size:10px;
	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 div#left-menu,
body div#right-menu
{
	display:none;
}

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

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





.category-archives ul
{
}
.category-archives ul ul
{
	margin-bottom:15px;
}

.category-archives li
{
	color:#666666;
	font-size:11px;
	padding-left:1em;
	background:#fff url(../torisetsu/image/bullet.gif) no-repeat;
	line-height:1.4;
}
/* 11px IE hack */
*+html .category-archives li,
* html .category-archives li {
	font-size:10px;
	letter-spacing:1px;
}

.category-archives li li
{
	color:#666666;
	font-size:11px;
	background:none;
/*	padding-left:1em;	*/
	line-height:1.4;
}
/* 11px IE hack */
*+html .category-archives li li,
* html .category-archives li li {
	font-size:10px;
	letter-spacing:1px;
}

.category-archives li a
{
	background:none;
}

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 label,
div.cclicense {
	background-color:inherit;
	color:#666666;
	font-size:10%;
	margin:8px 0 5px 0;
}

div.search-form{
	margin-left:15px;
	margin-bottom:5px;
}
div.search-form td{
	padding-right:8px;
}

div.search-form input#search {
	width:120px;
	height:16px;
	color:#000;
	font-size:10px;
	border: 1px solid #666666;
	background-color:#eeeeee;
}

/*	div.search-form input.searchsubmit {
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	background-color:#ffffff;
}	*/

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

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

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

div.search-feed p
{
	color:#666666;
	font-size:12px;
	line-height:18px;
}

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:12px;
	margin:8px 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:10px;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#666666;
	font-size:10px;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size:10px;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size:10px;
	line-height:18px;
	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:10px;
	background-color:inherit;
}

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

.kome{
	color:#6FACC8;
	padding-bottom:4px;
}
.category-label{
}

.right{
	float:right;
	text-align:left;
padding-top:24px;
margin-bottom:48px;

}
.to_top{
	padding-left:16px;
	background:#FFFFFF url(../torisetsu/image/to_top.gif) no-repeat top left;
}
.to_top a{
	background:none;
}
.to_back{
	padding-left:16px;
	background:#FFFFFF url(../torisetsu/image/to_back.gif) no-repeat top left;
	margin-bottom:8px;
}
.to_back a{
	background:none;
}
#cat_title{
	font-size:12px;
	color:#000;
	margin-bottom:15px;
	font-weight:bold;
}

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

div.entry-left{
	float:left;
	width:195px;
}
div.entry-right{
	float:left;
	width:168px;
}
div.separate{
	clear:both;
}
p.entry-left{
	font-size:10px;
	line-height:150%;
	margin-right:15px;
	color:#000;
}

.entry-body table{
	border:1px solid #F69;
	border-collapse: collapse;
	margin-bottom:15px;
}

.entry-body th{
	border:1px solid #F69;
	background-color:#F10E47;
	font-size:10px;
	font-weight:normal;
	padding:2px;
	color:#fff;
	text-align:center;
}

.entry-body td{
	border:1px solid #F69;
	padding:5px;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
}

