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

/*ページ全体の表示部分*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
	background-color: #f2f2f2;	
    text-align: center;  
	color: #282A00;
	}

a {
	text-decoration: underline;
	}

a:link {
    text-decoration:underline;
	color: #007755;
	}

a:visited {
    text-decoration:underline;
	color: #007755;
	}

a:active {
    text-decoration:underline;
	color: #007755;
	}

a:hover {
	color: #000000;
    text-decoration:underline;
    background-color: #F7F8BC;	
	}


a.type2 {
	text-decoration: none;
	}

a.type2:link {
    text-decoration:none;
	color: #007755;
	}

a.type2:visited {
    text-decoration:none;
	color: #007755;
	}

a.type2:active {
    text-decoration:none;
	color: #007755;
	}

a.type2:hover {
	color: #007755;
    text-decoration:none;
    background-color: #F7F8BC;	
	}

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

/*ブログ表示部分*/
#container {
	line-height: 1.5;
    border-left:#339933 2px solid;
    border-right:#339933 2px solid;
    border-bottom:#111111 1px solid;
	width: 740px;	
    padding: 0px;
	background: #FFFFFF url(.gazou/con_bg.gif) repeat-y left top;
	margin-right: auto;
	margin-left: auto;
	}


/*バナー表示部分*/
#banner {
	font-family: Verdana, Arial, sans-serif;
    background: url("./gazou/banner_back.jpg") no-repeat top right;
	text-align: left;
	vertical-align: bottom;
	padding-left: 0px;
	height: 230px;
    border-bottom:#282A00 1px solid;
    border-left:#282A00 0px solid;
    margin-bottom: 0px;
	}

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


/*タイトル文字*/
#banner h1 {
    font-style: italic;
	padding-top: 70px;
	font-size: 22px;
	font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 3px;
	}

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

/*カレンダー表示部分*/
.calendar{
    border-right:#339933 1.5px solid;
    padding: 8px 0px 8px 8px;
    border-bottom:#282A00 3px double;
	}

/*カレンダー表示枠*/
#calendar {
   	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #282A00;
    padding-left: 1px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	}
/*カレンダーヘッダー部分*/
#calendarhead {
   color: #282A00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .-1em;
    padding-right: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	}
/*カレンダーのリンク部分*/
#calendar a {
    color: #26BE03;
    text-decoration: none;
	}
	
/*カレンダーのオーバー部分*/
#calendar a:hover {
	color: #26BE03;
    text-decoration:underline;
	}

/*エントリー表示部分枠*/
#center {
    float:right;
	width:100%;	
	overflow: hidden;
    padding-top: 10px;
	}
/*エントリー表示部分*/
.content {
	text-align: left;
    padding-left: 20px;
    padding-right: 10px;
	font-family: Verdana, Arial, sans-serif;

	}

/*エントリーの日付部分*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 15px 3px 20px;
    margin-bottom: 10px;
   line-height: 140%;
   background: url("./gazou/con_h2.gif") no-repeat top right;
   border-bottom:#282A00 2px solid;
	}

/*エントリーのタイトル部分*/
.content h3 {
    color: #282A00;
    font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
    padding: 5px 10px 5px 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 140%;
   background-image: url("./gazou/con_h3.gif");
   background-position: left top;
   background-repeat: no-repeat;
}

/*エントリー本文部分*/
.content p {
    color: #282A00;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size:13px;
	line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0px;
	padding: 0.3em 5px 0.3em 0px;
	}
	
/*エントリーのフッター部分*/
.content p.posted {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
    padding: 3px 0px 3px 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: normal;
   border-top: #282A00 1px solid;
	}

/*サイドバー背景部分*/
#right_bg {
	background: #FFF url(./gazou/right_bg.gif) ;
    border-left:#282A00 1px solid;
	}	
	
/*サイドバー表示枠*/	
#right {
	float: left;		
	width: 100%;
	overflow: hidden;
    padding: 10px 0px 20px 0px;
	}
	

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


/*サイドバーの見出し*/
.sidebar h2 {
   color: #282A00;
   border-bottom:#282A00 1px dashed;
   font-family: Verdana, Arial, sans-serif;
   font-size:14px;
   text-align: left;
   font-weight: bold;	
   padding:2px 0px 2px 10px;
   line-height: 120%;
   background: url("./gazou/side_bg.gif") no-repeat left;
	}

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

/*サイドバーのリスト部分*/
.sidebar li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 17px;	
	margin-top: 3px;
	padding: 0px 5px 0px 10px;
	list-style-type: none;
	}

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

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

/*リンク部分*/
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
	}

/*パワード部分*/
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	line-height: 120%;
	text-align: left;
	color: #FA053F;
	padding: 4px 0px 0px 10px;
    border-top: #282A00 1px solid;
	margin-top: 50px;

	}

#powered a:link { text-decoration:none; color: #000000; font-weight: normal;}
#powered a:visited { text-decoration:none; color: #000000;font-weight: normal;}
#powered a:hover { text-decoration:underline; color: #000000; background:none;font-weight: normal;}


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


