@charset "utf-8";
/*
Theme Name: YardWorks
Theme URI: http://www.yardworks-web.com/
Description: YardWorks WEBサイト Blog用テーマ
Author: manualz
Author URI: http://www.manualz.jp
*/


* { margin:0; padding:0; }
img { border: 0; }
/*-----------Block Level Elements--------------*/
body {
	color: #505050;
	font-size: 12px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",  Osaka, "ＭＳ Ｐゴシック";
	background: #FFFFFF;
	margin: 25px 0 30px;
	padding: 0;
	text-align: center;
}

h1 { display: none; }

a {	color:#FFF; text-decoration: underline; }
a:hover {	text-decoration: none; }

/*------------WRAPPER--------------*/
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/*------------HEADER---------------*/
#header {
	width: 900px;
	height: 105px;
	text-align: center;
}


/*-------------MAIN----------------*/
#main {
	width: 900px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#main p a{color:#505050; text-decoration: underline; }
#main p a:hover{color:#a9a9a9; text-decoration: underline; }

/*------------SIDE---------------*/
#navibar {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}
/* \ */
* html #navibar {
	width: 220px;
}
/**/

#navibar h3 {
	width: 190px;
	height: 15px;
	margin: 0 0 2px 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	clear: both;
}
#navibar h3.t_pickup { background: url(images/blog/t_pickup.gif) no-repeat; height: 18px; }
#navibar h3.t_category { background: url(images/blog/t_category.gif) bottom left no-repeat; height: 26px; }
#navibar h3.t_archive { background: url(images/blog/t_archive.gif) no-repeat; }
#navibar h3.t_mobile { background: url(images/blog/t_mobile.gif) no-repeat; }
#navibar h3.t_official_site { background: url(images/blog/t_official_site.gif) no-repeat; }

#navibar .l_navi {
	width: 170px;
	background:#214203 url(images/blog/left_top.gif) top left no-repeat;
	padding: 10px 10px 3px 10px;
	margin: 0;
}
/* \ */
* html #navibar .l_navi {
	width: 190px;
}
/**/
#navibar .l_navi_btm {
	width: 190px;
	height: 7px;
	background: url(images/blog/left_bottom.gif) top left no-repeat;
	margin: 0 0 15px 0;
	clear: both;
}
#navibar .feature {
	width: 170px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	padding: 0;
	clear: both;
}
#navibar .feature img {
	float: left;
	width: 47px;
	margin-right: 7px;
	display: inline;
}
#navibar .feature a {
	text-decoration: none;
}
#navibar .feature a:hover {
	color: #AAD223;
}
#navibar .feature p {
	min-height: 40px;
	height: auto !important;
	height: 40px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navibar span.border {
	text-decoration: underline;
}
#navibar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navibar ul li {
	color: #FFFFFF;
	margin-bottom: 7px;
}
#navibar ul li a {
	text-decoration: underline;
}
#navibar ul li a:hover {
	color: #AAD223;
}
#navibar .mobile_qr {
	position: relative;
	width: 190px;
	height: 90px;
	background: url(images/blog/mobile_qr.gif) top left no-repeat;
	margin-bottom:15px;
}
#navibar .mobile_qr a {
	position: absolute;
	top: 43px;
	left: 100px;
}

#sidebar {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
}
#sidebar h3 {
	width: 150px;
	height: 15px;
	margin: 0 0 2px 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
#sidebar h3.t_search { background: url(images/blog/t_search.gif) no-repeat; }
#sidebar h3.t_calendar { background: url(images/blog/t_calendar.gif) no-repeat; }
#sidebar h3.t_new_entries { background: url(images/blog/t_new_entries.gif) no-repeat; }
#sidebar h3.t_tagcloud { background: url(images/blog/t_tagcloud.gif) no-repeat; }

#sidebar .r_navi {
	width: 132px;
	background:#214203 url(images/blog/right_top.gif) top left no-repeat;
	padding: 9px 9px 2px 9px;
	margin: 0;
}
#sidebar .r_navi_btm {
	width: 150px;
	height: 7px;
	background: url(images/blog/right_bottom.gif) top left no-repeat;
	margin: 0 0 10px 0;
	clear: both;
}

#sidebar .search {
	width: 150px;
	height: 22px;
	padding: 12px 0 0;
	margin-bottom: 10px;
}
#sidebar .search form {
	margin: 0;
	padding: 0;
}
.searchfield {
	width: 130px;
	height: 18px;
	font-size: 12px;
	vertical-align: middle;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 1px;
	margin: 1px 1px 5px;
}
/* \ */
* html .searchfield {
	width: 130px;
	height: 23px;
	margin: 1px 1px 5px;
}
/**/
.searchfield:hover {
	background: #FFFFFF;
	border: 1px solid #999999;
}
.archivefield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
}
.searchsubmit {
	padding: 0;
	margin: 0;
}
/* \ */
* html .archivefield {
	margin: 0 0 5px;
}
* html .searchsubmit {
	margin: 2px 0 0;
}
/**/

#sidebar .feature {
	width: 132px;
	height: 55px;
	padding: 0;
	clear: both;
}
#sidebar .feature img {
	float: left;
	width: 47px;
	margin-right: 7px;
	display: inline;
}
#sidebar .feature a {
	text-decoration: none;
}
#sidebar .feature a:hover {
	color: #AAD223;
}
#sidebar .feature p {
	height: 45px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar span.border {
	text-decoration: underline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*-----------CONTENTS--------------*/
#center_column {
	width: 500px;
	height: auto;
	margin: 0 180px 0 220px;
}
/* \ */
* html #center_column {
	margin: 0;
	padding: 0;
}
/**/
#content {
	width: 500px;
	height: auto;
	margin: 0;
}
/* \ */
* html #content {
	line-height: 1.2em;
}
*:first-child+html #content {
	line-height: 1.2em;
}
/**/


/*-----------FOOTER--------------*/
#footer {
	width: 500px;
	height: 45px;
	margin: 0;
	padding: 0;
	clear: both;
}
#footer .copyright {
	float: left;
	width: 390px;
	height: 30px;
	color: #466C1F;
	font-size: 10px;
	margin: 0 0 0 55px;
	padding: 0;
	text-align: center;
	clear: both;
}
#footer .pagetop {
	float: right;
	width: 55px;
	text-align: right;
}


/*-------------The Post-------------*/
.post {
	width: 500px;
	margin: 0 0 20px 0;
}
.entry {
	width: 500px;
	border-bottom: 1px dotted #002803;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.entry p {
	font-size: 12px;
	line-height: 1.5em;	
}
.pagelink {
	width: 500x;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 8px 0 0 0;
}
.pageprev {
	float: left;
	margin-bottom: 10px;
}
.pagenext {
	float: right;
	margin-bottom: 10px;
}
.pagelink a {
	color: #466C23;
	text-decoration: none;
}
.pagelink a:hover {
	color: #466C23;
	text-decoration: underline;
}


/*-------------PAGE-------------*/
.title {
	width: 500px;
	height: 25px;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
}
.title h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.title h2 a, h2 a:hover, h2 a:active {
	color: #63AC33;
	text-decoration: none;
}
.entry_date {
	color: #466C23;
	font-size: 9px;
	margin: 10px 0 0 0;
}
.main {
	width: 500px;
	margin: 0;
	padding: 0;
}
.main img {
	margin-bottom: 10px;
}
.category {
	width: 500px;
	color: #466C23;
	font-size: 11px;
	padding: 0;
	margin: 15px 0 10px;
}
.category a {
	color: #466C23;
	text-decoration: none;
}
.category a:hover {
	text-decoration: underline;
}
.info {
	width: 455px;
	height: 40px;
	color: #466C1F;
	font-size: 11px;
	background: url('images/blog/footer.gif') top right no-repeat;
	margin: 0 0 10px 0;
	padding: 0 45px 10px 0;
	border-bottom: 2px solid #002803;
	text-align: right;
}
/* \ */
* html .info {
	width: 500px;
}
/**/
.info a {
	color: #466C23;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}

/*------------Calendar----------------*/
#wp-calendar {
	empty-cells: show;
	color: #FFFFFF;
	width: 132px;
	font-size: 12px;
	margin: 0 auto;
}
#wp-calendar a {
	color: #90D933;
	text-decoration: underline;
}
#wp-calendar a:hover {
	color: #C7EC98;
}
#wp-calendar td#today {
	background-color: #466C23;
	color: #90D933;
}
#wp-calendar td#today a {
	color: #90D933;
}
#wp-calendar td#today a:hover {
	color: #C7EC98;
}
#wp-calendar caption {
	text-align: left;
	width: 100%;
}
#wp-calendar th {
	text-align: center;
}
#wp-calendar td {
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td#prev {
	padding: 2px 0;
	font-size: 13px;
	text-align: left;
}
#wp-calendar td#next {
	padding: 2px 0;
	font-size: 13px;
	text-align: right;
}


/*-------------Other------------------*/
.right {
	float: right;
}
.date {
	font-size: 10px;
}
.margin_btm {
	margin-bottom:15px;
}
