@charset "UTF-8";

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

body {
	margin: 20px 0px 20px 0px;
	background-color: #FEFADD;	
    background-image: url("");
    background-repeat: no-repeat;
    background-attachment: no-fixed;
    background-position: top center;
    text-align: center;   

	}

a {
    text-decoration:none;	
	}

a:link {
	color: #327DC3;
	}

a:visited {
	color: #327DC3;
	}

a:active {
	color: #327DC3;
	}

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

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-image: url("body_back.gif");
	background-color: #;
    border: 2px solid #636363;
       background-repeat:  repeat-y;
       background-position:  top center;
	}



#banner {
	font-family: Verdana, Arial, sans-serif;
	background-color: #;
    background-image: url("banner_back.gif");
	text-align: left;
	height: 180px;
	}


#banner-img {
	display: none;
	}
#banner a {
	color: #636363;
	text-decoration: none;
	}
#banner h1 {
	font-size: 36px;
	font-weight: bold;
    color: #636363;
        paddig-top:10px;
	line-height: 200%;
	margin: 0px 0px 0px 20px;
	}

#banner h2 {
	font-size: 14px;
    font-weight: bold;
	color: #636363;
	margin: 20px 0px 20px opx;
	}


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

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


.content {
	padding: 0px 10px 10px 10px;
   background-image: url("con_back.gif");
background-repeat: repeat-x, repeat-y;
       background-position:top left;
	color: #1B2C3B;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 10px;
	}

#right {
	float: left;		
	width: 180px;
	background-color: #;	
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	}

/*記事部分*/
.content p {
	color: #1B2C3B;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 2px;
	padding: 0px 0px 10px 0px;
	}

.content blockquote {
	line-height: 150%;
	font-size: 11px;
	}

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


/*記事の日付*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #516271;
	padding: 3px 5px 3px 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 120%;
	text-decoration: none;
	}



/*記事のタイトル*/
.content h3 {
   color: #636363;
   font-family: Verdana, Arial, sans-serif;
   font-size:14px;
   text-align: left;
   font-weight: bold;	
   padding:2px 5px 2px 15px;
    margin: 0px 120px 0px 8px;
   line-height: 15px;
    background-image: url("side_back.gif");
        background-position: top left;
       background-repeat:  repeat-y;
    border-bottom: solid 1px #c4c4a3;
    border-right: solid 1px #c4c4a3;
    background-color: #FFFFFF;
	}


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

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

/*サイドバーの見出し*/
.sidebar h2 {
   width: 98%;
   color: #636363;
   font-family: Verdana, Arial, sans-serif;
   font-size:12px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
    background-image: url("side_back.gif");
        background-position: top left;
       background-repeat: no-repeat;
    border-bottom: solid 1px #c4c4a3;
    border-right: solid 1px #c4c4a3;
    background-color: #FFFFFF;
	}

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

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

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

/*XML・検索のテキスト*/
.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: 5px 0px 0px 0px;
    border-top: solid 1px #516271;
	margin-top: 50px;
	}

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

.cate {
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #666666;
	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;
}
/*追加分*/
.hidden { display: none; }

.textarea{
		rows: 100px;
		cols: 500px;
		}

.sidetitle2 {
    width: 98%;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
   padding:2px 0px 2px 0px;
    border-bottom: solid 1px #c4c4a3;
    border-right: solid 1px #c4c4a3; /* 枠線 */
    color:#636363; /* 文字色 */
    background-color: #FFFFFF;/* 背景色 */
   font-size:12px;
    text-decoration: none;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;	
   line-height: 15px;
    background-image: url("side_back.gif");
        background-position: top left;
       background-repeat: no-repeat;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    display: block;
   padding:2px 0px 2px 0px;
    border-bottom: solid 1px #c4c4a3;
    border-right: solid 1px #c4c4a3; /* 枠線 */
    color:#636363; /* 文字色 */
    background-color: #FFFFFF;/* 背景色 */
   font-size:12px;
    text-decoration: none;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;	
   line-height: 15px;
    background-image: url("side_back.gif");
        background-position: top left;
       background-repeat: no-repeat;
}

