@charset "euc-jp";
/*◆euc-jp, shift_jis など、ご使用の文字コードに書き換えてください◆*/
/*
ここは消さないで下さい
Title: HI・YO・KO
Author: ななせ♪
Access: http://www.sucharaka.jp/
CSSLicense: 【すちゃらか素材集】
*/



/*◆ページ全体の基本的な設定と背景色◆*/
	body {
		margin:20px 50px 20px 50px;
		background:#ffffff;

		color:#cc6633;
}

/*◆リンク文字設定◆*/
	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: #ffffff;text-decoration: underline;background-color : #ababab;}

/*◆h1ホームタイトル、h2ブログ本文の日付、h3エントリーのタイトルの設定◆*/
	h1{
		margin: 0px;
		padding: 0px;
		text-align:left;
		}
		
	h2{
		margin: 0px;
		padding: 0px;
		}

	h3 {
		margin: 0px;
		padding: 0px;
		}
/* カウンタ部分*/


	#counter{position : absolute ; z-index: 10;
		right:50px;
		top : 10px ;
		}
		
/* ◆ブログタイトルのある段落◆ */
	#banner {
		color:#000000;
		background:ffffff;
		background-position:right top; 
		background-repeat:no-repeat;
		position: relative; z-index:2;
		}

/* ◆ブログタイトル下に入るコメント設定◆ */
	.description {
		color:#000000;
		background: none;
		font-size:x-small;
		text-transform:none;
		text-align:left;
		}

/* ◆エントリーのある大段落（トップページ）◆ */
	#content {
		color: #3b3b3b;
		background:#ffffff;
		background-position:bottom; 
		background-repeat:repeat-x;

		}

/*◆エントリーのある大段落（トップページ以外）◆*/
	#container {
		color: #000000;
		background:#ffffff;
		margin-bottom:15px;
		background-position:bottom; 
		background-repeat:repeat-x;

		}

/*◆blockquote設定◆*/
	blockquote {
		color: #000000;
		margin:5px 40px 5px 40px;
		font-weight:normal;
		line-height:150%;
		padding: 10px; 
		width: auto 
		}

/*◆quotetitle設定◆*/
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px dotted #663300; 
		padding: 3px;
		}

/*◆カテゴリーリンクの設定◆*/
	.category {
		color:#3b3b3b;
		background: none;
		font-size:small;
		font-weight:normal;
		text-align: right;
		}

	.category a:link {color: #3b3b3b;text-decoration: none; background: none;}
	.category a:visited {color: #3b3b3b;text-decoration: none; background: none;}
	.category a:active {color: #bf7a7a;text-decoration: none; background: none;}
	.category a:hover {color: #ffffff;font-weight: normal;text-decoration: underline; background-color : #ababab;}

/* ◆エントリーのある段落◆ */
	.blog {          position : absolute ; z-index: 1;
		left:200px;
		top : 120px ;
		color:#3b3b3b;
		margin-top:0px;
		/* border: 1px solid #4c4c4c;
		*/}

/* ◆各エントリー◆ */
	.blogbody {
		color:#000000;
		background: none;
		font-size:medium;
		font-weight:normal;
		padding:10px;
		margin-top:5px;
		margin-left:8px;
		margin-right:8px;
		width: auto;
		}

/* ◆エントリータイトル◆ */
	.title	{
		font-size: medium;
		color: #000000;
		font-weight:bold;
		background-position:left; 
		background-repeat:no-repeat;
		}

/*◆エントリータイトルのリンク文字設定◆*/
	.title a{ color: #cc6633; text-decoration: none;background: none;}
	.title a:link{ color: #cc6633; text-decoration: none;background: none;}
	.title a:visited{ color: #cc6633; text-decoration: none;background: none;}
	.title a:active{ color: #cc6633; text-decoration: none;background: none;}
	.title a:hover { color: #ffffff;text-decoration: underline;background-color : #ababab;}

/*◆ページ移動リンクの設定◆*/
	#menu {
		color: #3b3b3b;
		background: #ffffff;
		padding:10px;
		font-size:small;
		font-weight:normal;
		text-align:left;
		}

	#menu a:link{ color: #3b3b3b; text-decoration: none; background: none;}
	#menu a:visited{ color: #3b3b3b; text-decoration: none; background: none;}
	#menu a:active{ color: #cc6633; text-decoration: none; background: none;}
	#menu a:hover { color: #ffffff;text-decoration: underline;background-color : #ababab;}

/* ◆日にち◆ */
	.date	{ 
		font-size: medium;
		color: #000000;
		background: #ccffcc;
		font-weight:bold;
		text-transform:uppercase;
		padding: 10px;
		margin-top:10px;
		margin-left:8px;
		margin-right:8px;
		}


/* ◆エントリー投稿者の段落◆ */
	.posted {
		font-size: small;
		color: #3b3b3b;
		background: none;
		}

/* ◆「続きを読む」の行◆ */
	.extended { 
		font-weight:small;
		padding: 3px;
		margin:5px;
		}

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
		font-size:medium;
		font-weight:bold;
		color: #000000;
		background: #none;
		padding-bottom:50px;
		left : 10px ;
                                           width : 150px;
text-align : center;

		}

/*◆カレンダー年月◆*/
	.calendarhead {
		font-size:small;
		font-weight:normal;
		color:#cc6633;
		background: none;
		letter-spacing: .3em;
		text-transform:uppercase;
		text-align:center;
/*◆場合によってここから下は微調整が必要◆*/
		padding-top:10px;
		}

/*◆カレンダー曜日数字◆*/
	.calendar {
		font-size:small;
		font-weight:normal;
		text-align: center;
		color:#3b3b3b;
		background: none;
		}

/*◆エントリーやアーカイブ枠の文字などの設定◆*/
	.side {
		color:#3b3b3b;
		font-weight:normal;
		background: #bbffbb;
		font-size:12pt;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:5px;
		text-align:center;
		}

/*◆エントリーやアーカイブなどのタイトル文字や枠の設定◆*/
	.sidetitle {
		color:#ffffff;
		background: #3a3a3a;
		font-size:13pt;
		font-weight:bold;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:5px;
		text-align:center;
		line-height:140%;
		}

/*◆rss(xml)の設定◆*/
	.syndicate {
		color:#000000;
		font-size:small;
		font-weight:normal;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		text-align:right;
		background: none;
		}

/*◆poweredの設定◆*/
	.powered {
		color:#3b3b3b;
		font-size:xx-small;
		font-weight:bold;
		line-height:140%;
		text-transform:uppercase;
		padding:2px;
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
		letter-spacing: .2em;
		background: none;
		}

/*◆コメント枠の設定◆*/
	.comments-body {
		color:#666;
		font-size:small;
		font-weight:normal;
		background:#FFF;
		line-height:140%;
		margin-bottom:3px;
		margin-top:3px;
		margin-left:10px;
		margin-right:3px;
		}

/* ◆コメント投稿者◆ */
	.comments-post {
		color:#3b3b3b;
		font-size:x-small;
		font-weight:normal;
		background: none;
		margin:5px;
		border-bottom: 1px solid #3b3b3b;
		}

/* ◆「コメント」「トラックバック」の見出し◆ */
	.comments-head	{
		background:#eeeeee;
		font-size: small;
		color: #3b3b3b;
		font-weight:bold;
		text-transform:uppercase;
	/*四隅枠の太さと色ここから*/
		border-bottom: 1px solid #3b3b3b;
		border-left: 1px solid #3b3b3b;
		border-right: 1px solid #3b3b3b;
		border-top: 1px solid #3b3b3b;
	/*四隅枠の太さと色ここまで*/
		padding:5px;
		margin:10px;
		}

/* ◆投稿者名、コメントの書き込み欄の文字化け防止◆ */
input {
font-family:"Osaka", "ＭＳ Ｐゴシック", trebuchet ms, trebuchet, verdana, arial, sans-serif;
}

textarea {
font-family:"Osaka", "ＭＳ Ｐゴシック", trebuchet ms, trebuchet, verdana, arial, sans-serif;
}

/* ◆トラックバックの段落◆ */
	.trackback-blog {
		font-size:medium;
		font-weight:bold;
		color: #4c4c4c;
		background: none;
		padding-bottom:50px;
		}

/*◆トラックバック小窓のURL枠の設定◆*/
.trackback-body {
	color:#3b3b3b;
	font-size:small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding-top:3px;
}

/*◆トラックバック小窓の設定◆*/
.trackback-url {
	color:#3b3b3b;
	background:#ffffff;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	border-bottom: 3px solid #3b3b3b;
}

/*◆トラックバック小窓の概要枠の設定◆*/

.trackback-post {
	color:#3b3b3b;
	font-size:small;
	font-weight:normal;
	margin-bottom:3px;
	margin-top:3px;
	margin-left:3px;
	margin-right:3px;
}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
#banner-commentspop {
	color:#ffffff;
	background:#3b3b3b;
	font-size:large;
	font-weight:bold;
	padding:5px;
}
