/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://jfarm.jp/mt-static/themes-base/blog.css);
@import url(http://jfarm.jp/mt-static/support/themes/cityscape-seattle/cityscape-seattle.css);
/* end StyleCatcher imports */

#header {
	background:#0e3f08;
}
#header, #header-inner, #header-content, #header-name {
	position:relative;
	margin:0;
	padding:0;
	border:0;
	width:940px;
	height:310px;
	overflow:hidden;
}
* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height:310px;
}
#header-name a {
	position:relative;
	display:block;
	width:940px;
	height:281px;
	margin:29px 0 0;
	padding:0;
	border:0;
	background:url(http://jfarm.jp/toyoki/images/toyoki_blog_header.jpg) left bottom no-repeat !important;
	text-indent:-10000px;
	overflow:hidden;
}
#header-description {
	position:relative;
	width:940px;
	height:29px;
	margin:-310px 0 0;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:29px;
	overflow:hidden;
}
.widget-banner img {
	background:#fdfde5;
}
#footer {
	font-size:12px;
}
#footer ul.nav {
	width:60%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#footer ul.nav li {
	display:inline;
	padding:0 1.5em 0 0;
}
#footer address.copyright {
	width:40%;
	margin:0;
	padding:0;
	text-align:right;
	font-style:normal;
	float:left;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}


