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

/*◆ページ全体の基本的な設定と背景色◆*/
	body {
		margin:0px;
		color: #009900;
		background:#ffffff;
	background-attachment:fixed;
	background-position:right bottom;
	background-repeat:no-repeat;
/*	background-image: url("画像を置くURl/ファイル名.jpg"); */
		}

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

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

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

/* ◆ブログタイトルのある段落◆ */
	#banner {
		color:#006633;
		background: none;
		background-position:right; 
		background-repeat:no-repeat;
/*		background-image: url("画像を置くURl/ファイル名.jpg"); */
		font-size:large;
		font-weight:normal;
		padding-top:20px;
		padding-left:20px;
/*		padding-bottom:45px; */
		padding-bottom:20px;
		position: relative; z-index:1;
		text-align: left;
		}

/* ◆ブログタイトルの文字のリンク色◆ */
	#banner a:link		{ color: #006633; text-decoration:none; background: none;}
	#banner a:visited		{ color: #669900; text-decoration:none; background: none;}
	#banner a:active		{ color: #669900; background: none;}
	#banner a:hover		{ color: #33cc00; text-decoration:none; background: none;}

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

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

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

/*◆blockquote設定◆*/
blockquote {
		color: #00497c;
		background:#ffffff;
		margin:5px 40px 5px 40px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 5px;
		border-left: 5px solid  #0099cc;
		width: auto ;
		}

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

/*◆カテゴリーリンクの設定◆*/
	.category {
		color:#660033;
		background: none;
		font-size:small;
		font-weight:bold;
		text-align: center;
		padding: 3px;
		border: 1px solid #666666;
		}

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

/* ◆エントリーのある段落◆ */
	.blog {
		font-size:small;
		font-weight:normal;
		color: #660033;
		background: none;
		}

/* ◆各エントリー◆ */
	.blogbody {
/*		background-image: url("画像を置くURl/ファイル名.gif"); */
		color:#222222;
		font-size: medium;
		padding:10px;
		line-height:150%;
		border-bottom: 1px solid #006633;
		width :auto;
		}

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

/* 中谷追加初め */
/* ◆日付無しの各エントリー◆ */
	.dateless-blogbody {
/*		background-image: url("画像を置くURl/ファイル名.gif"); */
		color:#222222;
		font-size: medium;
		padding:10px;
		padding-bottom:0px;
		line-height:150%;
/*		border-bottom: 1px solid #006633; */
		border-bottom: none;
		width :auto;
		}

/* ◆日付無しの各エントリーの文字のリンク色◆ */
	.dateless-blogbody a:link{color: #006633;text-decoration: none; background: none;}
	.dateless-blogbody a:visited{color: #006633;text-decoration: none; background: none;}
	.dateless-blogbody a:active{color: #006633;text-decoration: none; background: none;}
	.dateless-blogbody a:hover  {color: #ffffff;text-decoration: underline;background-color : #b27500;}
/* 中谷追加終り */

/* ◆エントリータイトル◆ */
	.title	{
		font-size: medium;
		color: #006633;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("images/recipeicon.gif");
		padding-bottom:10px;
		padding-top:10px;
		padding-left:35px;
		border: 3px dotted #006633;
		margin-bottom:10px;
		}

/*◆ページ移動リンクの設定◆*/
	#menu {
		color:#669900;
		background: none;
		font-size: small;
		margin-bottom:15px;
		text-align:center;
		padding-top: 5px;
		}

/* ◆日にち◆ */
	.date	{ 
		font-size: medium;
		color: #ffffff;
		background:#006633;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:bold;
		margin-top:10px;
		}

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

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

/* ◆追記の本文◆ */
	.extendedbody {
		color: #00497c;
		background:#ffffff;
		margin:5px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 0px;
		border-left: 5px solid  #0099cc;
		width: auto ;
		}


/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
		color:#336600;
		background:#99cc99;
		position : absolute ;
		top: 140px ;
		width : 220px ;
		margin-bottom : 20px ;
		padding-top : 5px ;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:10px;
		}

/*◆カレンダーの設定◆*/
.calendarline {
	font-size:medium;
	font-weight:bold;
	color:#ccffcc;
	padding:5px;
	background:#669966;
	text-align:center;
	position: relative; z-index:2;
}

/*◆カレンダー年月◆*/
.calendarhead {
	font-size:medium;
	font-weight:bold;
	color:#ffcc99;
	background: none;
	text-align:left;
}

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

/*◆エントリーやアーカイブ枠の文字などの設定◆*/
	.side {
		color:#336600;
		background:#99cc99;
		font-size:small;
		font-weight:normal;
		line-height:140%;
		padding:5px;
		}

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

.sidetitle:first-letter {
	color:#336600;
	font-size:1.5em;
	font-weight:bold;
	}

/*◆rss(xml)の設定◆*/
	.syndicate {
		font-size:small;
		line-height:140%;
		padding:2px;
		margin-top:15px;
		text-align:center;
		}

/*◆poweredの設定◆*/
	.powered {
		color: #ffffff;
		background: none;
		font-size:small;
		line-height:140%;
		padding:2px;
		margin-top:20px;
		text-align:center;
		}

/*◆コメント枠の設定◆*/
	.comments-body {
		color:#006633;
		font-size:small;
		font-weight:normal;
/*		background-image: url("画像を置くURl/ファイル名.gif"); */
		border: 1px solid #006633;
		padding:10px;
/*		margin:25px; */
		margin:10px;
		line-height:150%;
		width : auto ;
		}

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

/* ◆「コメント」「トラックバック」の見出し◆ */
	.comments-head	{
		font-size:small;
		color: #006633;
		background-position:left center; 
		background-repeat:no-repeat;
		background-image: url("images/recipeicon.gif");
		padding-bottom:10px;
		padding-top:10px;
		padding-left:35px;
		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:#006633;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:25px;
		}

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

/*◆トラックバック小窓のurl枠の設定◆*/
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #006633;
		background:#ffffff;
		padding:10px;
		margin:10px;
		border: 1px solid #006633;
		}

	.trackback-url a:link{color: #006633;text-decoration: none; background: none;}
	.trackback-url a:visited{color: #006633;text-decoration: none; background: none;}
	.trackback-url a:active{color: #006633;text-decoration: none; background: none;}
	.trackback-url a:hover  {color: #ffffff;text-decoration: underline;background-color : #b27500;}

/*◆トラックバック小窓の設定◆*/
	.trackback-body {
		color:#006633;
		font-size:small;
		font-weight:normal;
		background:none;
		line-height:140%;
		padding:10px;
		width : auto ;
		margin:25px;
		margin-bottom:20px;
		}

/*◆トラックバック小窓の概要枠の設定◆*/
	.trackback-post {
		color:#006633;
		font-size:small;
		font-weight:normal;
		background:none;
		padding:10px;
		}

	.trackback-post a:link{color: #006633;text-decoration: none; background: none;}
	.trackback-post a:visited{color: #006633;text-decoration: none; background: none;}
	.trackback-post a:active{color: #006633;text-decoration: none; background: none;}
	.trackback-post a:hover  {color: #ffffff;text-decoration: underline;background-color : #b27500;}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
	#banner-commentspop {
		color:#006633;
		background:#99cc99;
		font-size:large;
		font-weight:bold;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-bottom:10px;
		}


/*◆追加 スクリプトコード用◆*/
	.script-code {
		color:#222222;
		font-size:small;
		font-weight:normal;
		font-family:"Courier New";
		border: 1px solid #006633;
		padding:10px;
		margin:10px;
		line-height:100%;
		width : auto ;
		}

pre {
		color:#222222;
		font-size:small;
		font-weight:normal;
		font-family:"Courier New";
		border: 1px solid #006633;
		padding:10px;
		margin:5px 5px 5px 5px;
		line-height:50%;
		width : auto ;
}

ul {
		margin-left:15px;
		margin-top:0px;
		margin-bottom:0px;
}
