/*
ここは消さないで下さい
Copyright (C) 2004 Dr.Blog. All Rights Reserved. http://drblog.jp/ 
*/

/*ページ全体の表示部分*/
body {
	margin-bottom: 20px;
	background-color: #E7EBF7;	
	text-align: center;  
	}


a {
	text-decoration: none;		
	}

a:link {
	text-decoration:none;
	color: #204090;
	}

a:visited {
	text-decoration:none;
	color: #204090;
	}

a:active {
	color: #204090;
	}

a:hover {
	color: #204090;
	background-color: #B4C5EF;
	}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


/*ブログ表示部分*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	background-image: url("body_back.gif");
	background-position: top left;
	width: 780px;
	border-bottom: #86A2E6 2px solid;	
	}

/*バナー表示部分*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	background-image: url("banner_back.gif");
	background-position: top left;
	text-align: left;
	padding: 10px 10px 10px 40px;
	height: 100px;
	}

#banner-img {
	display: none;
	}
/*タイトルリンク部分*/
#banner a {
	text-decoration: none;
	}

/*タイトル文字*/
#banner h1 {
	font-size: 24px;
	font-weight: bold;
	color: #204090;
	margin-bottom: 3px;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size:14px;
	font-weight: bold;
	color: #204090;
	}

/*エントリー表示部分枠*/
#center {
	float: left;
	width: 420px;		
	overflow: hidden;
	}
/*エントリー表示部分*/
.content {
	padding: 10px 10px 0px 10px;
	color: #646464;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	}

/*サイドバーの表示枠*/
#right {
	float: left;		
	width: 178px;
	overflow: hidden;
	padding-top: 10px;
	}

/*エントリー本文部分*/
.content p {
	color: #646464;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height: 150%;
	text-align: left;
	padding: 15px 10px 15px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

/*エントリーの日付部分*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	background-color: #86A2E6;	
	margin-bottom: 10px;
	border: #A4B9EC 3px solid;
	line-height: 120%;
	}

/*エントリーのタイトル部分*/
.content h3 {
	color: #204090;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 140%;
	}

/*エントリーのフッター部分*/
.content p.posted {
	color: #646464;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 3px 10px 3px 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: normal;
	border-bottom: #5B78C1 1px solid;
	}

/*サイドバー表示部分*/
.sidebar {
	padding: 0px 10px 0px 10px;
	}
	
/*カレンダー表示部分*/
#calendar {
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding:0px;
	text-align: center;
	margin-bottom: 30px;
	}


#calendar table {
	width: 160px;
	padding:0px;
	}

/*カレンダーの見出し部分*/
#calendar caption {
	color: #204090;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: center;
	font-weight: bold;	
	padding:2px 0px 2px 0px;
	line-height: 15px;
	}

/*カレンダーの曜日*/
#calendar th {
	line-height: 12px;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	color: #204090;
	padding-top: 2px;
	}

/*カレンダーの日付*/
#calendar td {
	line-height: 12px;
	font-size:10px;
	font-weight: normal;
	background-image: url("day_back.gif");
	background-position: top center;
	color: #646464;
	text-align: center;
	padding-top: 2px;
	}
	
#calendar a {
	color: #204090;
	text-decoration: none;
	}
#calendar a:hover {
	color: #204090;
	background-color: #B4C5EF;
	text-decoration:underline;
	}

/*サイドバーの見出し*/
.sidebar h2 {
	color: #FFFFFF;
	background-color: #86A2E6;	
	border-top: #A4B9EC 3px solid;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: center;
	font-weight: bold;	
	padding:2px 0px 2px 0px;
	line-height: 15px;
	}

/*サイドバーのリストを定義部分*/
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

/*サイドバーのリスト部分*/
.sidebar li {
	color: #1B2C3B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 15px;	
	margin-top: 3px;
	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: 10px;
	line-height: 150%;
	text-align: left;
	color: #1B2C3B;
	margin-top: 3px;
	margin-bottom: 30px;
	}

/*パワード部分*/
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	color: #1B2C3B;
	padding-top: 5px;
	border-top: #646464 1px solid;
	margin-top: 50px;
	}



#comment-data {
	float: left;
	width: 160px;
	padding-right: 10px;
	margin-right: 10px;
	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";
	}


