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

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

a {
	text-decoration: underline;
	}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}

INPUT{
	border:#FFFFFF 1px solid;
	color:#FFFFFF;
	background-color:#000000;
	}

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

/*ブログ表示部分*/
#container {
	line-height: 200%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background: #FFFFFF url("main_bg.gif");
	background-repeat:no-repeat;
	border-top: #001544 1px solid;
	border-left: #001544 1px solid;
	border-right: #001544 1px solid;
	border-bottom: #001544 10px solid;
	}

/*バナー表示部分*/
#banner {
	background: #999999 url("head_bg.jpg");
	text-align: left;
	padding: 15px 300px 15px 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	height: 85px;
	margin:0px;
	}

#banner-img {
	display: none;
	}

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

/*タイトル文字*/
#banner h1 {
	font-size: 18px;
	background:#000000;
	letter-spacing:0.6em;
	padding:10px
	}

/*サブタイトル文字*/
#banner h2 {
	font-size: small;
	padding:10px;
	}

/*エントリー表示部分枠*/
#center {
	float: left;
	text-align: center;
	width: 600px;
	overflow: hidden;
	}
	
/*エントリー表示部分*/
.content {
	padding: 15px 15px 5px 15px;
	margin: 10px 15px 10px 15px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}

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

/*エントリー本文部分*/
.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}
	
/*エントリー引用部分*/
.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

/*エントリーの日付部分*/
.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

/*エントリーのタイトル部分*/
.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;	
	margin-bottom: 10px;
	}

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

/*サイドバー表示部分*/
.sidebar {
	padding: 15px;
	margin-bottom: 30px;
	}

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

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

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

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

/*カレンダーの日付*/
#calendar td {
	line-height: 15px;
	text-align: center;
	padding: 0px;
	background-color: #003355;
	border-top: #FFFFFF 1px solid;
	border-left: #444444 1px solid;
	border-right: #54718A 1px solid;
	border-bottom: #54718A 1px solid;
	}


/*サイドバーの見出し*/
.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

/*サイドバーのリストを定義部分*/
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

/*サイドバーのリスト部分*/
.sidebar li {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

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

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

/*リンク部分*/
.link-note {
	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: 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%;
	}

.commenter-profile img {
	vertical-align: middle;
	}

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