@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("designimg/bg.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("designimg/top.jpg");
		font-size:large;
		font-weight:normal;
		padding-top:20px;
		padding-left:20px;
		padding-bottom:45px;
		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 {
		top: 140px ;
		color:#669900;
		background: none;
		margin-left : 240px ;
		margin-right : 30px ;
		margin-bottom : 20px ;
		width: auto ;
		}

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

/*◆blockquote設定◆*/
	.blockquote {
		color: #333333;
		background:#eeffee;
		margin: 5px 5px;
		font-size:small;
		font-weight:normal;
		line-height:125%;
		padding: 3px;
		border-left: 5px solid  #66aa66;
		width: auto ;
		}

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

/*◆カテゴリーリンクの設定◆*/
	.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;
		}

	.blog dl{/*メニュー一つの枠の設定*/
	  margin: 0.7em;
	  padding:5px;
	  border: solid 1px #CACACD;/*枠色*/
	  background: #ffffff;
	  float: left;
	  width: 16em;/*幅。全体の幅に対応して設定してください*/
	  height: 16em;/*高さ。紹介文に合わせて拡げてください*/
	  overflow: hidden;
	  }


/* ◆各エントリー◆ */
	.blogbody {
		color:#333333;
		font-size: medium;
		margin-bottom:10px;
		margin-left:10px;
		line-height:115%;
		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;}

/* ◆エントリータイトル◆ */
	.title	{
		margin-top:2px;
		font-size: medium;
		color: #006633;
		padding:4px 4px 4px 4px;
		border-left: 2px solid #006633;
		border-bottom: 1px solid #aaccaa;
		background: #cceecc;
		}

/*◆カテゴリーリンクの設定◆*/
	.blogcategory {
		color:#336600;
		background: none;
		font-size:small;
		font-weight:bold;
		text-align: right;
		}
	.blogcategory a:hover {color: #ffffff;text-decoration: underline;background : #336600;}



/*◆ページ移動リンクの設定◆*/
	#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:3px;
		padding-bottom:3px;
		font-weight:bold;
		margin-top:10px;
		}

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

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

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
		color:#336600;
		background:#99cc99;
		position : absolute ;
		top: 140px ;
		width : 200px ;
		margin-bottom : 20px ;
		padding-top : 25px ;
		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;
		background:#bbddbb;
		line-height:100%;
		padding: 1px;
		text-align:right;
		border: 2px dotted #ffffff;
		}

	.sidetitle:first-letter {
		color:#336600;
		font-size:1.2em;
		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;
		border: 1px dotted #006633;
		padding:5px;
		margin-top:4px;
		margin-left:60px;
		line-height:100%;
		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("designimg/recipeicon.gif");
		padding-bottom:4px;
		padding-top:5px;
		padding-left:35px;
		font-weight:bold;
		width : auto ;
		margin-left:25px;
		margin-top:5px;
		}

/* ◆投稿者名、コメントの書き込み欄の文字化け防止◆ */
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;
		}
