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

/*◆ページ全体の基本的な設定と背景色◆*/
	body {
		margin:0px 0px 10px 0px ;
		color: #333333;
		background:#cccccc;
		background-image: url("http://tedb.gasakura.net/images/1.gif");
		font-family:"Osaka", "ＭＳ Ｐゴシック", trebuchet ms, trebuchet, verdana, arial, sans-serif;
		font-size:12pt;
		}

/*◆リンク文字設定◆*/
	a:link		{ color: #ffffff; text-decoration:none; background: none;}
	a:visited		{ color: #ffffff; text-decoration:none; background: none;}
	a:active		{ color: #ffffff; background: none;}
	a:hover		{ color: #333333;text-decoration: underline;background : #ffffff;}

/* 追加 */
strike{ color: blue;}
s{ color: blue;}
ins{ color: red;}
del{ color: blue;}
.ewul{margin: 0px; padding: 0px;}
.ewli{margin: 0px; padding: 0px; line-height:120%; list-style-type: none;}
q{		display:block; 
		color: #00497c;
		background:#f0fff0;
		margin:3px 20px 3px 20px;
		font-size:10pt;
		font-weight:normal;
		line-height:120%;
		padding: 5px; 
		border: solid #007c49;
		border-width: 1px 1px 1px 1px;
		width: auto;
}

.fk{border-bottom: dashed #333333 1px;}
.pk{border-bottom: solid #333333 1px;}
u{text-decoration: none; border-bottom: solid #333333 1px;}
em{font-style: normal; text-decoration: none; border-bottom: dashed #333333 1px;}
.box{text-decoration: none; border: solid #333333 1px;}

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

/* ◆ブログタイトルのある段落◆ */
	#banner {
		color:#ffffff;
		background: #666666;
		background-image: url("http://tedb.gasakura.net/images/2.gif");
		font-size:13.5pt;
		font-weight:normal;
		padding:15px;
		text-align: right;
		margin-bottom:10px;
		position: relative; z-index:1;
		font-family:"serif";
		}

/* ◆ブログタイトルの文字のリンク色◆ */
	#banner a:link{font-size: 13.5pt;color: #ffffff; text-decoration: none; background: none;}
	#banner a:visited{font-size: 13.5pt;color: #ffffff; text-decoration: none; background: none;}
	#banner a:active,
	#banner a:hover {font-size: 13.5pt;color: #cc9933;text-decoration: none; background: #ffffff;}

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

/* ◆エントリーのある大段落（トップページ）◆ */
	#content {
		background: #cccccc;
		margin-left: 110px ;
		border: 5px solid  #333333;
		padding-left: 100px;
		margin-right: 10px;
		}

/*◆エントリーのある大段落（トップページ以外）◆*/
	#container {
		background: #cccccc;
		margin-left: 110px ;
		border: 5px solid  #333333;
		padding-left: 100px;
		margin-right:10px;
		}

/*◆blockquote設定◆*/
	blockquote {
		color: #00497c;
		background:#f0f0ff;
		margin:5px 20px 5px 20px;
		font-size:10pt;
		font-weight:normal;
		line-height:130%;
		padding: 10px; 
		border: 2px dotted #00497c;
		width: auto;
		}

/*◆quotetitle設定◆*/
	.quotetitle{
		font-size:12pt;
		font-weight:normal;
		border-bottom: 1px solid #666666; 
		padding: 3px;
		}

/*◆カテゴリーリンクの設定◆*/
	.category {
		color:#660033;
		background: none;
		font-size:10pt;
		font-weight:bold;
		text-align: right;
		}

	.category a:link {color: #333333;text-decoration: none; background: none;}
	.category a:visited {color: #660033;text-decoration: none; background: none;}
	.category a:active {color: #333333;text-decoration: none; background: none;}
	.category a:hover {color: #ffffff;text-decoration: underline;background : #b27500;}

/* ◆エントリーのある段落◆ */
	.blog {
		padding-right:5px;
		padding-left:5px;
		margin-top:10px;
		font-size:10pt;
		font-weight:normal;
		color: #cb0f0f;
		background: none;
		}

	.blog a:link {color: #cb0f0f;text-decoration: none; background: none;}
	.blog a:visited {color: #006699;text-decoration: none; background: none;}
	.blog a:active {color: #cb0f0f;text-decoration: none; background: none;}
	.blog a:hover {color: #ffffff;text-decoration: underline;background : #b27500;}

/* ◆各エントリー◆ */
	.blogbody {
		background: #ffffff;
		color: #333333;
		font-size: 10pt;
		padding: 10px;
		line-height: 150%;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
		border-right: 2px solid #999999;
		border-bottom: 2px solid #999999;
		}

/* ◆各エントリーの文字のリンク色◆ */
	.blogbody a:link{color: #cb0f0f3;text-decoration: none; background: none;}
	.blogbody a:visited{color: #006699;text-decoration: none; background: none;}
	.blogbody a:active{color: #cb0f0f;text-decoration: none; background: none;}
	.blogbody a:hover {color: #ffffff;text-decoration: underline;background-color: #b27500;}

/* ◆エントリータイトル◆ */
	.title	{
		font-size: 12pt;
		color: #cb0f0f;
		background: none;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:10px;
		border-bottom: 3px dotted #333333;
		margin-bottom:10px;
		}
.entrybody{ border-bottom: 3px dotted #333333;}
/*◆ページ移動リンクの設定◆*/
	#menu {
		font-size: 10pt;
		margin-bottom:15px;
		text-align:center;
		padding-top: 5px;
		}

/* ◆日にち◆ */
	.date	{ 
		font-size: 12pt;
		color: #ffffff;
		background: #999999;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://tedb.gasakura.net/images/3.gif");
		padding-left:40px;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:bold;
		margin-right:20px;
		margin-left:20px;
		}

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

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
		position : absolute ; top : 100px ;
		width : 200px ;
		margin-left:10px;
		}

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links2 {
		position : absolute ; top : 10px ;
		width : 200px ;
		margin-left:10px;
		}

/*◆googleの基本設定◆*/
	#google {
		position : absolute ; top : 2px ;
		width : 200px ;
		margin-left:2px;
		position: absolute ; z-index:2;
		}

/*◆カレンダー年月◆*/
.calendarhead {
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
	padding: 5px;
	background: #333333;
	text-align:center;
}

/*◆カレンダー曜日数字◆*/
.calendar {
	font-size:10pt;
	font-weight:normal;
	color:#cb0f0f;
	background: none;
	background: #999999;
}

/*◆エントリーやアーカイブ枠の文字などの設定◆*/
	.side {
		color:#333333;
		background: #999999;
		font-size:10pt;
		font-weight:normal;
		line-height:140%;
		padding:5px;
		border: 2px solid  #333333;
width:186px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
		}
/*◆エントリーやアーカイブ枠の文字などの設定（隠し部分）◆*/
	.sidehide {
		color:#333333;
		background: #999999;
		font-size:10pt;
		font-weight:normal;
		line-height:140%;
		padding:5px;
		border: 2px solid  #333333;
		}

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

/*◆rss(xml)の設定◆*/
	.syndicate {
		color:#666;
		background: #999999;
		font-size:10pt;
		line-height:140%;
		padding:2px;
		margin-top:15px;
		text-align:center;
		border: 2px solid  #333333;
		}

/*◆poweredの設定◆*/
	.powered {
		color:#666;
		background: #999999;
		font-size:12pt;
		line-height:140%;
		padding:2px;
		margin-top:20px;
		text-align:center;
		border: 2px solid  #333333;
		}

/*◆コメント枠の設定◆*/
	.comments-body {
		color:#333333;
		font-size:10pt;
		font-weight:normal;
		background:#ffffff;
	/*枠の太さと色ここから*/
		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
		border-top: 1px solid #333333;
	/*枠の太さと色ここまで*/
		padding:10px;
		margin:1px 25px;
		line-height:150%;
		width : auto ;
		}
	.comments-body a:link {color: #cb0f0f;text-decoration: none; background: none;}
	.comments-body a:visited {color: #006699;text-decoration: none; background: none;}
	.comments-body a:active {color: #cb0f0f;text-decoration: none; background: none;}
	.comments-body a:hover {color: #ffffff;text-decoration: underline;background : #b27500;}

/*◆コメントフォーム枠の設定◆*/
	.comments-form {
		color:#333333;
		font-size:10pt;
		font-weight:normal;
		background:#ffffff;
	/*枠の太さと色ここから*/
		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
		border-top: 1px solid #333333;
	/*枠の太さと色ここまで*/
		padding:10px;
		margin:1px 25px 20px;
		line-height:150%;
		width : auto ;
		}
	.comments-form a:link {color: #cb0f0f;text-decoration: none; background: none;}
	.comments-form a:visited {color: #006699;text-decoration: none; background: none;}
	.comments-form a:active {color: #cb0f0f;text-decoration: none; background: none;}
	.comments-form a:hover {color: #ffffff;text-decoration: underline;background : #b27500;}

/* ◆コメント投稿者◆ */
	.comments-post {
		color:#333333;
		background: none;
		font-size:10pt;
		font-weight:normal;
		}

/* ◆「コメント」「トラックバック」の見出し◆ */
	.comments-head	{
		font-size:10pt;
		color: #ffffff;
		background: #999999;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://tedb.gasakura.net/images/4.gif");
		padding-left:40px;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:bold;
		width : auto ;
		margin:25px;
		margin-bottom:20px;
		}

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

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

/*◆コメント小窓の設定◆*/
	.commentpop-body {
		color:#333333;
		font-size:10pt;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		border:1px solid #333333;
		}

/* ◆コメント小窓の見出し◆ */
	.commentspop-head	{
		font-size:10pt;
		color: #ffffff;
		background: #999999;
		font-weight:bold;
		padding:10px;
		margin-top:8px;
		margin-bottom:8px;
		}

/*◆トラックバックurl の設定◆*/
	.trackback-url {
		font-size:10pt; 
		font-weight:bold;
		color: #333333;
		background:#ffffff;
		border: 2px solid #333333;
		padding:10px;
		margin-top:10px;
		}
/*◆トラックバックurl2 の設定◆*/
	.trackback-url2 {
		border-style: solid;
		border-width: 0px;
		padding: 1px;
		color: #CB0F0F;
		}
/*◆トラックバック小窓の設定◆*/
	.trackback-body {
		color:#333333;
		font-size:10pt;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding-bottom:10px;
		border-bottom:1px dotted #333333;
		}

/*◆トラックバック小窓の概要枠の設定◆*/
	.trackback-post {
		color:#333333;
		font-size:9pt;
		font-weight:normal;
		background:#ffffff;
		}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
	#banner-commentspop {
		color:#ffffff;
		background: #666666;
		background-image: url("http://tedb.gasakura.net/images/5.gif");
		font-size:13.5pt;
		font-weight:bold;
		border: 2px solid #333333;
		padding:10px;
		}

