@charset "euc-jp";
/*◆euc-jp, shift_jis など、ご使用の文字コードに書き換えてください◆*/
/*
ここは消さないで下さい
Title: CatWeblog
Author: ななせ♪
Access: http://www.sucharaka.jp/
CSSLicense: 【すちゃらか素材集】
（でも、画像の指定や色はAyaがかなり変えてます・・・；）
*/


/* ◆ボディー◆ */
body {
	margin:0px;
	background:#ffffff;
	background-position:right top;
	background-repeat:no-repeat;
	background-image: url("http://www.ahirudou.com/~aya/blog/images/what-w.jpg");
	color: #003366;
}

/* ◆リンク◆ */
	a:link		{ color: #333399; text-decoration:none; background: none;}
	a:visited		{ color: #9966cc; text-decoration:none; background: none;}
	a:active		{ color: #000099; background: none;}
	a:hover		{color: #006699;text-decoration: underline; background-color : #eeeeee;}

/* ◆h1タグ（タイトル文字等）h2タグ（日にち等）h3タグ（エントリータイトル等）◆ */
	h1{
		margin: 0px;
		padding: 0px;
		}
		
	h2{
		margin: 0px;
		padding: 0px;
		}

	h3 {
		margin: 0px;
		padding: 0px;
		}


/* ◆タイトル名のある段落◆ */
#banner {
	font-size:small;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	color:#333333;
	background: transparent;
	background-position:left center; 
	background-repeat:no-repeat;
	background-image: url("http://www.ahirudou.com/~aya/blog/images/nikukyu0.gif");
	padding-top:40px;
	padding-left:120px;
	padding-bottom:40px;
	margin-bottom:10px;
	position: relative; z-index:1;
}

/* ◆タイトル名の文字のリンク色◆ */
	#banner a:link		{ color: #3399cc; text-decoration:none; background: none;}
	#banner a:visited		{ color: #3399cc; text-decoration:none; background: none;}
	#banner a:active		{ color: #3399cc; background: none;}
	#banner a:hover		{ color: #006699; text-decoration:none; background: none; font-family:verdana, arial, sans-serif;}

/* ◆サイト説明文◆ */
.description {
	font-size:small;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	color:#333333;
	background: none;
	text-transform:none;
}

/* ◆エントリーのある大段落（トップページ）◆ */
#content {
	background:none;
	color: #006699;
	margin-left : 190px ;
	margin-right : 190px ;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width: auto;
}

/* ◆エントリーのある大段落（トップページ以外）◆ */
#container {
	background:none;
	color: #006699;
	margin-left : 190px ;
	margin-right : 190px ;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width: auto;
}

/*◆カテゴリーリンクの設定◆*/
.category {
	color:#666666;
	background: none;
	font-size:x-small;
	font-weight:normal;
	border-bottom:dotted 1px #666666;
	margin-top:0px;
	padding:0px;
	text-align:right;
	}

	.category a:link {color: #660033;text-decoration: none; background: none;}
	.category a:visited {color: #660033;text-decoration: none; background: none;}
	.category a:active {color: #bf7a7a;text-decoration: none; background: none;}
	.category a:hover {color: #006699;text-decoration: underline; background-color : #eeeeee; font-family:verdana, arial, sans-serif;}

/* ◆エントリーのある段落◆ */
.blog {
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	background:none;
	color: #003366;
	}

/* ◆各エントリー◆ */
.blogbody {
	font-size:small;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	color:#666666;
	background: transparent;
		line-height:150%;
		padding:10px;
		padding:15px;
		margin-top:0px;
		border: 1px solid #000000;
		width: auto;
}

/* ◆各エントリーの文字のリンク色◆ */
	.blogbody a:link {color: #3399cc;text-decoration: none; background: none;}
	.blogbody a:visited {color: #006699;text-decoration: none; background: none;}
	.blogbody a:active {color: #996699;text-decoration: none; background: none;}
	.blogbody a:hover {color: #006699;text-decoration: underline; background-color : #eeeeee; font-family:verdana, arial, sans-serif;}

/* ◆エントリータイトル◆ */
	.title	{
		font-family:verdana, arial, sans-serif;
		padding: 15px;
		font-size: large;
		color: #aaaaaa;
		background: #ffffff;
		background-image: url("http://www.ahirudou.com/~aya/image/cat2.gif");
		background-repeat:no-repeat;
		background-position: left bottom; 
		font-weight:bold;
/*		border-left: 5px solid #006699; */

		}

 	 .title:first-letter  {
		color:#6699cc;
		font-size:150%;
		font-weight:bold;
		 }	

/* ◆「ホーム」等へのリンク部分（トップページ以外）◆ */
#menu {
		font-family:verdana, arial, sans-serif;
		margin-bottom:10px;
		font-size:small;
		font-weight:normal;
		text-align:center;
		}

	#menu a:link {color: #3399cc; text-decoration: none; background: none;}
	#menu a:visited {color: #006699; text-decoration: none; background: none;}
	#menu a:active {color: #996699; text-decoration: none; background: none;}
	#menu a:hover {color: #006699; text-decoration: underline; background-color : #eeeeee; font-family:verdana, arial, sans-serif;}

/* ◆日にち◆ */
	.date	{ 
		font-family:palatino, georgia, times new roman, serif;
		font-size: medium;
		color: #006699;
		background: none;
		font-weight:bold;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:0px;
		margin-top:10px;
		}

/* ◆エントリー投稿者の段落◆ */
.posted	{
	font-size: x-small;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	color: #333333;
	background: none;
	margin-top:3px;
	padding:1px;
	border:solid 1px #006699;
}

/* ◆Continue readingの行◆ */
	.extended { 
		font-family:verdana, arial, sans-serif;
		font-size: small;
		font-weight:bold;
		padding: 3px;
		border-left: 5px solid #006699;
		}

/* ◆blockquote設定◆ */
blockquote {
		color: #006699;
		background:#eeffff;
		margin:5px 40px 5px 40px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 10px; 
		border: 2px dashed #336699; 
		width: auto 
		}

/* ◆quotetitle設定◆ */
	.quotetitle{
		font-size:small;
		font-weight:bold;
		border-bottom: 1px solid #336699; 
		padding: 3px;
		}

/*◆imegeの配置設定◆*/

	img.left { float: left; margin: 10px; vertical-align: middle; }
	img.right { float: right; margin: 10px; vertical-align: middle; }
	p { clear: both; }

/* ◆カレンダーのある大段落（トップページ左）◆ */
#links-left {
	position: absolute;
	left:20px;
	top:60px;
	width:170px;
	background:#eee;
	text-align:left;
	background: transparent;
	margin-bottom:15px;
	margin-top:60px;
}

/* ◆リンクのある大段落（トップページ右）◆ */
#links { 
	position: absolute;
	right:20px;
	top:150px;
	width:170px;
	background:#eee;
	text-align:left;
	background: transparent;
	margin-bottom:15px;
	margin-top:60px;
}

/* ◆カレンダー年月◆ */
.calendarhead {
	font-size:medium;
	font-weight:bold;
	font-family: palatino, georgia, times new roman, serif;
	color:#666666;
	background:none;
	text-align:center;
}

/* ◆カレンダー曜日数字◆ */
.calendar {
	font-size:small;
	font-weight:normal;
	font-family: palatino, georgia, times new roman, serif;
	color:#666666;
	background:#ffffff;
	line-height:140%;
}

th>span.calendar {
	font-size:small;
	font-weight:normal;
	font-family: palatino, georgia, times new roman, serif;
	color:#006699;
	background:#ffffff;
	line-height:140%;
}

	.calendar a:link {font-size: small;color: #003366; text-decoration: none; background: #cbf8ef;}
	.calendar a:visited{font-size: small;color: #003366; text-decoration: none; background: #cbf8ef;}
	.calendar a:active{font-size: small;color: #003366; text-decoration: none; background: none;}
	.calendar a:hover {font-size: small;color: #999999;text-decoration: none; background: none;}

/* ◆「検索」「コメント」「エントリー」「カテゴリ」「リンク」の見出し◆ */
.sidetitle {
	font-family: verdana, arial, sans-serif;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image: url("http://www.ahirudou.com/~aya/blog/images/link.gif");
	font-size:small;
	font-weight:normal;
	color:#ffffff;
	padding:2px;
	padding-bottom:2px;
	padding-top:30px;
	text-align:right;
	margin-top:10px;
}

	.sidetitle a:link {color: #33ccff; text-decoration: none; background: none;}
	.sidetitle a:visited {color: #3399cc; text-decoration: none; background: none;}
	.sidetitle a:active {color: #996699; text-decoration: none; background: none;}
	.sidetitle a:hover {color: #006699; text-decoration: underline; background-color : #eeeeee; font-family:verdana, arial, sans-serif;}

/* ◆「検索」「コメント」「エントリー」「カテゴリ」「リンク」◆ */
.side {
	font-family: verdana, arial, sans-serif;
	background: transparent;
	font-size:x-small;
	font-weight:normal;
	color:#333333;
	line-height:140%;
	text-align:left;
	margin-bottom:10px;
	padding:3px;
	border: 1px solid  #000000;
}

/* ◆推奨ブラウザ◆ */
	.recommend {
		font-family:verdana, arial, sans-serif;
		color:#003366;
		font-size:x-small;
		background: none;
		text-transform:none;
		}



/*◆HOME PAGEへのリンク◆*/
	.home {
		font-family:verdana, arial, sans-serif;
		color:#99eeff;
		font-size:x-small;
		font-weight:normal;
		background: none;
		line-height:140%;
		text-align: center;
		padding:5px;
		border: 1px solid  #000000;
		}

/*◆携帯版の案内◆*/
	.phone {
		font-family:verdana, arial, sans-serif;
		color:#99eeff;
		font-size:x-small;
		font-weight:normal;
		background: none;
		text-transform:none;
		}

/*◆Web拍手◆*/
	.clap {
		font-family:verdana, arial, sans-serif;
		color:#666666;
		font-size:x-small;
		font-weight:normal;
		background: none;
		line-height:140%;
		margin:0;
		text-align: center;
		padding:5px;
		border: 1px solid  #000000;
		}


/*◆amazonサーチ◆*/
	.ads {
		font-family:verdana, arial, sans-serif;
		color:#000000;
		font-size:x-small;
		font-weight:normal;
		background: none;
		line-height:140%;
		margin-top:10px;
		text-align: center;
		padding:0px;
		}


/* ◆RSS(XML)の設定◆ */
.syndicate {
	font-size:x-small;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	color: #003366;
	background: transparent;
	line-height:140%;
	padding:2px;
	margin-bottom:10px;
	text-align:center;
	border: 1px solid  #000000;
}

/* ◆Poweredの設定◆ */
.powered {
	font-size:x-small;
	font-weight:normal;
	font-family:verdana, arial, sans-serif;
	color:#666666;
	background: transparent;
	line-height:140%;
	padding:2px;
	text-align:center;
	border: 1px solid  #000000;
}


/*◆etcの設定◆*/
	.etc {
		color:#ffffff;
		font-size:x-small;
		font-weight:bold;
		line-height:250%;
		padding:2px;
		margin-bottom:10px;
		text-align:center;
		background: none;
		}

/*◆T-selectの設定◆*/
	.tselect {
		color:#ffffff;
		font-size:x-small;
		font-weight:bold;
		line-height:140%;
		padding:2px;
		margin-bottom:5px;
		text-align: center;
		background: none;
		}


/*◆カウンターの設定◆*/
	.count {
		color:#ffffff;
		font-size:x-small;
		font-weight:bold;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
		background: none;
		}


/* ◆「コメント」の段落◆ */
.comments-body {
	font-size:small;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	color:#666666;
	background: transparent;
	line-height:140%;
	padding-bottom:10px;
	margin:10px;
}

/* ◆「コメント」「コメントする」の見出し◆ */
.comments-head	{
	font-size:medium;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	color: #666666;
	background-image: url("http://www.ahirudou.com/~aya/blog/images/simahaikeitouka1-6.gif");
	border:1px solid #006699;
	margin:10px;
	padding:5px;
}

/* ◆「コメント」投稿者◆ */
.comments-post {
	font-size:x-small;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	color:#666666;
	background:none;
	padding:3px;
	border:solid 1px #006699;
}

/* ◆「トラックバック」の段落◆ */
.trackback-body {
	font-size:small;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	color:#666666;
	background:#ffffff;
	line-height:140%;
	padding:10px;
	margin:10px;
	border:1px solid #006699;
}

/* ◆トラックバックURL◆ */
.trackback-url {
	font-size:small;
	font-weight:normal;
	font-family: verdana, arial, sans-seriff;
	color:#666666;
	background:#ffffff;
	line-height:140%;
	padding:10px;
	margin:10px;
	border:1px solid #006699;
}

/* ◆「トラックバック」◆ */
.trackback-post {
	font-size:small;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	color:#666666;
	background:none;
}

/* ◆ポップアップウインドウのタイトル部分◆ */
#banner-commentspop {
	font-size:large;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	color:#000000;
	background-position:left top; 
	background-repeat:no-repeat;
	background-image: url("http://www.ahirudou.com/~aya/blog/images/nikukyu0.gif");
	padding-left:120px;
	padding-right:15px;
	padding-top:40px;
	padding-bottom:5px;
}

/* ◆検索、コメントなどの入力フォームの設定◆ */
form {
	margin:0px;
}


/* ◆投稿者名、コメントの書き込み欄の文字化け防止◆ */
input,textarea {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	margin: 2px;
}



/* ◆古いトピック◆ */
	.oldtopics {
		font-family:verdana, arial, sans-serif;
		color:#666666;
		background:#ffffff;
		font-size: small;
		font-weight:normal;
		padding:2px;
		padding:2px;
		border: none;
		width: auto;
		}

	.oldtopics a:link {color: #3399cc;text-decoration: none; background: none;}
	.oldtopics a:visited {color: #006699;text-decoration: none; background: none;}
	.oldtopics a:active {color: #996699;text-decoration: none; background: none;}
	.oldtopics a:hover {color: #006699;text-decoration: underline; background-color : #eeeeee; font-family:verdana, arial, sans-serif;}

/* ◆古いトピックのタイトル◆ */
	.oldtitle {
		font-family:palatino, georgia, times new roman, serif;
		font-size: medium;
		color: #006699;
		background: none;
		font-weight:bold;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:20px;
		}

/* BlogPeopleのボックス表示　*/
.blogpeople-main { overflow: auto; height: 120px; }
.blogpeople-bb { overflow: auto; height: 120px; }

/*MyBlogListの表示*/
	.side2 {
		overflow: auto; height: 120px; 
		}
