/*
ここは消さないで下さい
Copyright (C) 2004 Dr.Blog. All Rights Reserved. http://drblog.jp/ 
*/

/*ページ全体の表示部分*/
body {
    margin: 0px 0px 0px 0px;
	background-color: #000000;
    text-align: center;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #330000;
	}

a:visited {
	color: #927608;
	}

a:active {
	color: #927608;
	}

a:hover {
	color: #9CFE11;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/*ブログ表示部分*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	background-color: #FFFFFF;
	}

/*バナー表示部分*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
    background-image: url("banner_back.gif");
	padding: 18px 15px 15px 113px;
	margin-bottom: 10px;
	border-bottom: #FFFFFF 2px solid;
	height: 137px;
	}

#banner-img {
	display: none;
	}

/*タイトルリンク部分*/
#banner a {
	color: #E65C14;
    text-decoration: none;
    text-valign: bottom;
    margin-top: 0px;
	}

/*タイトル文字*/
#banner h1 {
	font-size: x-large;
    color: #E65C14;
    margin-bottom: 0px;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size: small;
    font-weight: bold;
	color: #A34311;
	}

/*エントリー表示部分枠*/
#center {
	float: left;
	width: 490px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	background-color: #FFFFFF;

	}

/*エントリー表示部分*/
.content {
	padding: 15px 20px 0px 20px;
	border: #000000 1px solid;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	}

/*サイドバー表示部分枠*/
#right {
	float: right;
    width: 190px;
	overflow: hidden;
	background-color: #FFFFFF;
	}

/*エントリー本文部分*/
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
    padding-left: 5px;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

/*エントリー本文内の引用部分*/
.content blockquote {
	line-height: 150%;
	}

/*エントリー本文内のリスト部分*/
.content li {
	line-height: 150%;
	}

/*エントリーの日付部分*/
.content h2 {
	color: #000000;
    padding: 0px 3px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-bottom: #FFFFFF solid 1px;
  	text-align: right;
	font-weight: bold;
    margin-bottom: 20px;
	}

/*エントリーのタイトル部分*/
.content h3 {
	color: #E65C14;
    padding: 0px 7px 0px 7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align:center;
	font-weight: bold;
	border-left: #83360E solid 3px;
	border-right: #83360E solid 3px;
	background-color: #000000;
	}

/*エントリーのフッター部分*/
.content p.posted {
	color: #C9CBAC;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: #C9CBAC 1px solid;
	text-align: right;
	margin-bottom: 50px;
	line-height: normal;
	padding: 3px;
	}

/*サイドバー表示部分*/
.sidebar {
    padding: 0px 10px 0px 0px;
	}

/*カレンダー表示部分*/
#calendar {
  	line-height: 140%;
	color: #BA8DA2;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
    background-color: #FFFFFF;	
  	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	}

/*カレンダーの見出し部分*/
#calendar caption {
	color: #FFFFFF;
    font-weight: bold;
    background-color: #D3BAC6;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
    letter-spacing: .-1em;
	border: #FFFFFF 1px solid;
	}

/*カレンダーの曜日部分*/
#calendar th {
    color: #A53A54;
	text-align: center;
	font-weight: normal;
	}

/*カレンダーの日付*/
#calendar td {
	text-align: center;
	}

/*サイドバーの見出し*/
.sidebar h2 {
	font-size: x-small;
    color: #FFFFFF;
    font-weight: bold;
   	border: #FFFFFF 1px solid;
    background-color: #D3BAC6;
    line-height: 100%;
	font-family: Verdana, Arial, sans-serif;
	padding: 3px 0px 1px 0px;
	text-align: center;
	text-transform: uppercase;
 	letter-spacing: .-1em;
	}

/*サイドバーのリストを定義部分*/
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}
	
/*サイドバーのリスト部分*/
.sidebar li {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
	}

.sidebar img {
	border: #FFFFFF 3px solid;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/*リンク部分*/
.link-note {
	color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

/*パワード部分*/
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 30px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: #BBBBBB 1px dotted;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

/*Mac文字化け防止部分*/
textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	}



