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

/*ページ全体の表示部分*/
body {
	margin: 0px;
    background-image: url("bg.gif");
background-repeat: repeat-x;
    background-position: top left;
	background-color: #FFFFFF;	
    text-align: center;   
	}

a {
	text-decoration: underline;		
	}

a:link {
	color: #5A4118;
	}

a:visited {
	color: #5A4118;
	}

a:active {
	color: #5A4118;
	}

a:hover {
	color: #5A4118;
    background-color: #CCAB6E;
	}

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

/*バナー表示部分*/
#banner {
	font-family: Arial, Helvetica, sans-serif;
    background-image: url("banner_back.gif");
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: right;
	padding-top:5px;
	padding-right:15px;
	height: 100px;
	}

#banner-img {
	display: none;
	}

/*タイトルリンク部分*/
#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

/*タイトル文字*/
#banner h1 {
	font-size: 20px;
	text-align: right;
	font-weight: bold;
    color: #FFFFFF;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
    color: #FFFFFF;
	}

/*エントリー表示部分枠*/
#center {
	float: left;
	width: 420px;		
	overflow: hidden;
	}
	
/*エントリー表示部分*/
.content {
	padding: 0px 15px 0px 15px;
	background-color: #ffffff;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: small;
	}

/*サイドバー表示部分枠*/
#right {
	float: left;		
	width: 180px;
	background-color: #DCCBA7;	
	overflow: hidden;
	padding: 0px;
	}

/*エントリー本文部分*/
.content p {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	text-align: left;
	background-color: # ffffff;	
	margin-bottom: 2px;
	padding: 0px;
	}

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

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

/*エントリーの日付部分*/
.content h2 {
	background-color: #ffffff;	
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: right;
	font-weight: normal;
	color: #623613;
	border-width: 360px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 24px;
	padding-right: 3px;
    margin-bottom: 15px;
	}
	
/*エントリーのタイトル部分*/
.content h3 {
	color: #623613;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;	
	text-align: left;
	font-weight: bold;		
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: #623613 1px dotted;
	border-top: #623613 1px dotted;
	background-color:  #CEB786;
	}

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

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

/*カレンダー表示部分*/
#calendar {
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
	font-size:10px;
	background-image: url("cale_back.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	}


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

/*カレンダーの見出し部分*/
#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	text-align: center;
	font-weight: bold;	
	padding:5px 0px 0px 10px;
	}

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

/*カレンダーの日付*/
#calendar td {
	color: #666666;
	text-align: center;
	font-size: 12px;
	}

/*サイドバーの見出し*/
.sidebar h2 {
	background-image: url("sli_back.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;	
	text-align: left;
	font-weight: bold;
	color: #623613;
	border-bottom: #623613 1px dotted;
	padding-left: 38px;
	height: 33px;
	text-transform: uppercase;  	
	}
	
/*サイドバーのリストを定義部分*/
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}
	
/*サイドバーのリスト部分*/
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;	
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	}

.sidebar img {
	}

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

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

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

#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%;
	}

.cate {
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	font-size: small;
	padding-right: 3px;
	margin-bottom: 5px;
}

.tit {
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	font-size: small;
	font-weight: bold;
	color: #990033;
	padding-left: 3px;
}

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