/*

ここは消さないで下さい

Copyright (C) 2004 Dr.Blog. All Rights Reserved. http://drblog.jp/ 

*/



body {
	margin: 0px 0px 20px 0px;
    background: url(bg.jpg) ;
background-attachment: fixed;
background-repeat: repeat-y;
background-position:center;
	background-color: #0B3B15;	
    text-align: center;  
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #0B3B15;
    SCROLLBAR-3DLIGHT-COLOR: #0B3B15;
    SCROLLBAR-ARROW-COLOR: #0B3B15;
    SCROLLBAR-TRACK-COLOR: #0B3B15;
    SCROLLBAR-DARKSHADOW-COLOR: #0B3B15; 
	}


a {
	text-decoration: underline;		
	}

a:link {
   text-decoration:none;
	color: #330000;
	}

a:visited {
    text-decoration:none;
	color: #330000;
	}

a:active {
	color: #330000;
	}

a:hover {
	color: #330000;
    text-decoration:underline;
	}



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

	}


/*ベースカラー*/
#base {
	background-color: #f00;
	padding: 5px;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size:10px;
	width: 750px;	
	background-color: #FFFFFF;
	border: 1px solid #0B3B15;
	}

/*バナー*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	background-color: #0B3B15;
	background-image: url("blog_top.jpg");
	text-align: left;
     	padding: 50px 15px 10px 30px;
	border-bottom: 0px solid #0B3B15;
	border-right: 0px solid #0B3B15;
	height: 90px;
	}

#banner-img {
    display: none;
	}
#banner a {
    color: #0B3B15;
    text-decoration: none;
	}

/*タイトル文字*/
#banner h1 {
	font-size: 22px;
	font-weight: bold;
line-height: 170%;
    color: #330000;
    margin-bottom: 3px;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size:12px;
line-height: 170%;
    font-weight:normal;
	color: #666666;
	}


#center {
	float: left;
	width: 540px;		
	overflow: hidden;
	}

#center600 {
	float: left;
	width: 600px;
	overflow: hidden;
	}

.content {
	padding: 10px 15px 0px 15px;
	color: #330000;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	}

#right {
	float: left;
	width: 178px;
	overflow: hidden;
	padding: 10px 0px 10px 10px;
	}

#entry {
	border: solid 1px #0B3B15;
	margin-bottom: 20px;
}


/*記事部分*/
.content p {
	color: #000000;
	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: #0B3B15;
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
	margin-top: 15px;
	border: solid 1px #0B3B15;
	line-height: 120%;
	}

/*記事のタイトル*/
.content h3 {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    border-bottom: solid 1px #0B3B15;
    border-right: solid 1px #0B3B15;
    border-top: solid 1px #0B3B15;
    border-left: solid 1px #0B3B15; 
    padding: 3px 10px 3px 10px;
	background-color: #0B3B15;	
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 140%;
}

/*記事下のリンク*/
.content p.posted {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: normal;
	aborder-top: solid 0px #0B3B15;
	aborder-bottom: solid 1px #0B3B15;
	}


/*サイドバー*/
.sidebar {
	padding: 0px 0px 10px 17px;
	}

/*カレンダー*/
#calendar {
   	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
  	padding:0px;
	text-align: center;
	margin-bottom: 20px;
        margin-top: 20px;
	}


#calendar table {
	width: 160px;
	padding:0px 0px 0px 0px;
	}

/*カレンダーのタイトル*/
#calendar caption {
   color: #0B3B15;
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
    border-bottom: solid 0px #0B3B15;
    border-right: solid 0px #0B3B15;
    border-top: solid 0px #0B3B15;
    border-left: solid 0px #0B3B15; 
	}

/*カレンダーの曜日*/
#calendar th {
    line-height: 12px;
    font-size:10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #0B3B15;
    padding:2px 0px 0px 0px;
	}

/*カレンダーの日付*/
#calendar td {
    line-height: 12px;
    font-size:10px;
	font-weight: bold;
	color: #0B3B15;
	text-align: center;
    padding:2px 0px 0px 0px;
    background-color: #;
    border: solid 1px #0B3B15;
 }
#calendar a {
    color: #FFFFFF;
    background-color: #0B3B15;
    text-decoration: none;
	}
#calendar a:hover {
	color: #0B3B15;
    background-color: #FFFFFF;
    text-decoration:underline;
	}



/*サイドバーの見出し*/
.sidebar h2 {
   background-image: url("banner.jpg");
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 30px;
    border-bottom: solid 0px #0B3B15;
    border-right: solid 0px #0B3B15;
    border-top: solid 0px #0B3B15;
    border-left: solid 0px #0B3B15; 
	}

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


/*アーカイブ・コメント*/
.sidebar li {
	color: #330000;
	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 {
	border: 0px solid #FFFFFF;
	}

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

/*XML・検索のテキスト*/
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	color: #330000;
	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: #0B3B15;
	padding: 5px 0px 0px 0px;
	border-top: solid 1px #0B3B15;
	margin-top: 30px;
	}



#comment-data {
	float: left;
	width: 160px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

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

textarea {
font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}


/* CSS made by INCRAVE */
#entry .cate { 
text-align: right;
margin-right: 5px; 
margin-top: 5px; }

.content-nav {
margin-left: 40px; 
}

.date-header{
 font-size: 15px;
text-align: left;
margin-left: 40px; 
 }

.entry-body {
margin-left: 30px; 
margin-right: 30px; 
font-size: 12px;
}

.post-footers {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: normal;
	aborder-top: solid 0px #0B3B15;
	aborder-bottom: solid 1px #0B3B15;
}

.entry-header{
 font-size: 12px;
font-weight: bold;
color: #fff;
background: #0B3B15;
line-height: 5px;
margin-right: 37px;
margin-left: 37px;
padding: 10px;
}

.entry-content{
	border-bottom: solid 1px #0B3B15;
	border-right: solid 1px #0B3B15;
	border-top: solid 1px #0B3B15;
	border-left: solid 1px #0B3B15; 
	margin-right: 37px;
	margin-left: 37px;
	margin-bottom: 30px;
}


.entry-more {
	margin-left: 30px; 
	font-size: 12px;
}

#pagebody {
margin: 20px;
}

#pagebody h3 {
font-size: 14px;
font-weight: bold;

}


#pagebody h2 {
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}