/* ページ全体の基本的な設定と背景色 */
body {
	color: #3D3D3D;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
/* ------- リンクの色 ------- */
a:link {color: #262626; text-decoration: underline;}
a:visited {color: #262626; text-decoration: underline;}
a:hover {color: #6565fc; text-decoration: underline;}
/* 指定が無い時の見出しタグの設定 */
h1, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
h4{
	margin: 0px;
	padding: 10px;
	}
/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 750px;
	background-color: #fff;
	border-top: 0px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 1px solid #ccc;
	}
/* バナー部分の文字や背景色、枠線、余白などの設定 */
#banner {
	color: #666666;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	background-repeat:no-repeat;
	background-image: url("http://www.bedrawbox.org/files/title.png");
	height: 100px;
	}
/* バナー部分の画像表示形式を指定するプロパティ */
#banner-img {
	display: none;
	}
/* バナー部分の未読リンクの色 */
#banner a {
	color: #21758A;
	text-decoration: none;
	}
/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	font-size: x-large;
	line-height: 120%;
	}
/* バナー部分のh2に対する文字サイズの指定 */
h2 {
	font-size: 13px;
	background-color: #666666;
	margin: 0px;
	text-align: right;
	font-family:Century Gothic,Arial,Helvetica;	
	}
/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 580px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	}
/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 10px 5px 5px 10px;
	color: #ACACA9;
	background-color: #FFFFFF;
	}
/* 左側のメニューを入れるＢＯＸの基本設定 */
#left {
	float: left;
	OVERFLOW: hidden;
	width: 160px;
	margin:0px;
	text-align: left;
	border: 1px solid #777;
	overflow: hidden;
	}
.entrybody{
	width: 550px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	border:1px solid #5C6A95;
	background-color:#ffffff;
	}
/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #666666;
	line-height: 150%;
	text-align: left;
	margin: 5px 5px 5px 5px;
	font-size:90%;
	font-family:"ＭＳ ゴシック";
	}
/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 150%;
	}
/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 150%;
	}
/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h6 {
	color: #666666;
	font-family: Century Gothic,Arial,Helvetica;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
		}
/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing : 1px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px dotted #5C6A95;
	border-left: 10px solid #5C6A95;
	background:#666666 url(http://www.bedrawbox.org/files/title.png) no-repeat left top;
	}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {
	color:#ffffff;
	text-decoration:none;
	}
.entry_title a:hover {
	color: #b27e59;
	text-decoration: none;}
.entry_date {
	color: #8eb28e;
	font-size: 10px;
	letter-spacing : 1px;
	text-align:right;
	font-family:Century Gothic,Arial,Helvetica;
	}
/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h4 {
	color: #666666;
	font-family: Century Gothic,Arial,Helvetica;
	font-size: small;
	text-align: left;
	font-weight: bold;
		width:60%;
	}
}
/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	font-size: 12px;
	color: #666666;
	margin: 20px 40px 30px 0px;
	text-align: right;
	clear: both;
	}
/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.navi {
	font-size: 12px;
	color: #666666;
	margin: 20px 40px 30px 0px;
	text-align: right;
	clear: both;
	}
/* left（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding-right: 0px;
	padding-top: 0px;
	}
/* 検索の文字入力部分の設定 */
input, textarea {
 border: 1px solid #666;
 font-size: 12px;
}
/* 検索のボタン部分の設定 */
.btn {
 background-color:#666;
 color:#fff
}
/* カレンダーの基本設定 */
#calendar {
 	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
 	padding: 2px;
	text-align: center;
	margin-bottom: 10px;
	}
/* カレンダーテーブルの基本設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}
/* カレンダーのタイトル部分の設定（月、日） */
#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}
/* カレンダーのセル(th)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	}
/* カレンダーのセル(td)部分の設定 */
#calendar td {
	text-align:center;
	}
/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase; 	
	letter-spacing: .3em;
	}
/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	}
/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul{
	margin-bottom: 0px;
	}
/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	background-image: url(http://www.bedrawbox.org/files/neko.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 1px 0px 0px;
	list-style-type: none;
	}
/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}
/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	border: 1px solid #FFFFFF;
	}
/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}
.linktitle {
	padding: 4px 0px 2px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #42474F;
	text-align: center;
	border-top: 2px dotted #888;
	border-bottom: 2px dotted #888;
	font-family:Century Gothic,Arial,Helvetica;
	background-color: #A9C5CD;
}
.linktitle_top {
	padding: 4px 0px 2px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #42474F;
	text-align: center;
	border-bottom: 2px dotted #888;
	font-family:Century Gothic,Arial,Helvetica;
	background-color: #A9C5CD;
}
/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	padding: 7px 0px 8px 10px;
	font-size: 12px;	
	color: #333;
	font-family:Century Gothic,Arial,Helvetica;
	line-height: 110%;
	}
.link-notezero {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	font-family:Century Gothic,Arial,Helvetica;
	line-height: 110%;
	}
.rss{
	margin: 3px 0px;
	border:1px solid #ffffff;
}
/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family:Century Gothic,Arial,Helvetica;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
	}
/* フッターの設定 */
.footer {
	border-top: 1px solid #ccc;
	width: 100%;
}
.copyright {
	color: #333;
	line-height: 130%;
	font-size: 11px;
	font-family:Century Gothic,Arial,Helvetica;
	text-align:right;
	padding: 0px 40px 3px 0px;
	margin: 10px 0px 0px 0px;
}
/* コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}
/* コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}
/* commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}
.content p.about {
	width:95%;
	color: #666666;
	font-family:Century Gothic,Arial,Helvetica;
	font-size: small;
	text-align: left;	
	line-height: normal;
	border: 2px dotted #8faebe;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 15px 10px;
	}
.content p.trackbacks-info {
	color: #666666;
	font-family:Century Gothic,Arial,Helvetica;
	font-size: 12px;
	text-align: center;
	background:#eaf2fb;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #b8dafc;
	}
img{
 border-width: 0px;
}
div.box{
	border-style : solid ;
	border-color :#999999;
	border-width:1px;
	color: #666666;
	background-color : #EAEEEE;
	font-size:80%;
	line-height : 1.1em;
	border-collapse: collapse;
	padding:5px;
	margin:10px 20px 10px 40px;
	text-align:left;
	letter-spacing:0.1em;
}
img.banner{
	padding:0px;
	margin:0px;
}
#comments-open-footer{
	margin-left:20px;
}
#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
 margin-right: 25px;
 margin-left: 25px;
 margin-bottom: 15px;
}
#comments-experimental .comment .comment-header {
 font-size: 16px;
 margin: 5px auto 5px 10px;
 text-shadow: #99A 2px 2px 1px #66F;
 color: #666;
}
#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }
.module-tagcloud .module-content {text-align: left; }
.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: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }
