@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("/images/haikei.gif");
		}

/*â—†ãƒªãƒ³ã‚¯æ–‡å­—è¨­å®šâ—†*/
	a:link		{ color: #000099; text-decoration: underline; background: none;}
	a:visited	{ color: #000099; text-decoration: underline; 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:#333;
		background: none;
		background-position:right; 
		background-repeat:no-repeat;
		background-image: url("ç”»åƒã‚’ç½®ãURl/ãƒ•ã‚¡ã‚¤ãƒ«å.jpg");
		font-size:x-large;
		font-weight:normal;
		padding-top:20px;
		padding-left:20px;
		padding-bottom:0px;
		position: relative; z-index:1;
		text-align: left;
		}

/* â—†ãƒ–ãƒ­ã‚°ã‚¿ã‚¤ãƒˆãƒ«ã®æ–‡å­—ã®ãƒªãƒ³ã‚¯è‰²â—† */
	#banner a:link		{ color: #000000; text-decoration:none; background: none;}
	#banner a:visited		{ color: #000000; text-decoration:none; background: none;}
	#banner a:active		{ color: #000000; 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:#666666;
		font-size: medium;
		padding:10px;
		line-height:150%;
		border-bottom: 1px solid #006633;
		width :auto;
		}

/* â—†å„ã‚¨ãƒ³ãƒˆãƒªãƒ¼ã®æ–‡å­—ã®ãƒªãƒ³ã‚¯è‰²â—† */
	.blogbody a:link{color: #006633;text-decoration: underline; background: none;}
	.blogbody a:visited{color: #006633;text-decoration: underline; background: none;}
	.blogbody a:active{color: #006633;text-decoration: underline; background: none;}
	.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("ç”»åƒã‚’ç½®ãURl/ãƒ•ã‚¡ã‚¤ãƒ«å.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;
		}

/*â—†ã‚«ãƒ†ã‚´ãƒªã‚„ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼æž ã®åŸºæœ¬è¨­å®šâ—†*/
	#links {
		color:#336600;
		background:#99cc99;
		position : absolute ;
		top: 105px ;
		width : 220px ;
		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;
		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;
		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("ç”»åƒã‚’ç½®ãURl/ãƒ•ã‚¡ã‚¤ãƒ«å.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;
		}
