/*  
Theme Name: SuperFresh
Theme URI: http://themetation.com/
Description: A simple, clean and fresh personal blog design.
Date: 7th Julai 2008
Version: 2.5.1
Author: Kai Loon
Author URI: http://kailoon.com/
Tags: Right Sidebar, 3 Column, Green, Featured Post
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
/* #eae8c6  */
body {
	background: #f3f3f3 url(images/header-bg.png) repeat-x top left;
	font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
	color: #464842;
}

/*--formatting--*/
a {
	color: #3cb3b4;
}

a:hover {
	text-decoration: none;
}

a:hover img{ opacity:0.8; filter: alpha(opacity=80); }


img{
	border: none;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 900 20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 4px;
	margin: 2px 0 10px 0;
}

h2 em {
	font: 400 24px "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: 0;
}

top-news
h2.pagetitle {
	font: 400 24px "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #e1dfb9;
	border-bottom: 1px solid #D7D39A;
}

h2.pagetitle strong {
	font-size: 24px;
}

h2 a {
	color: #5d5b35;
	text-decoration: none;
}

h2 a:hover {
	color: #8b9859;
	text-decoration: underline;
}

h3 {
	font: 900 18px Arial, Helvetica, sans-serif;
}

h4 {
	font: 900 16px Arial, Helvetica, sans-serif;	
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #d0d0d0;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #d0d0d0;
}

/*--container--*/
#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 100px;
	float: left;
}

#content {
	width: 900px;
	float: left;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-left: 30px;
}

#content #right-col {
	width: 260px;
	margin-top: 20px;
	height: 100%;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	width: 260px;
	height: 100%;
	float: left;
	position: relative;
}

#footer {
	width: 100%;
	float: left;
	font-size: 0.8em;
	background: url(images/footer-bg.png) repeat-x top left;
	height: 23px;
	padding-top: 40px;
	color: #fff;
}

/*--header--*/

#header #logo {
	width: 200px;
	height: 62px;
	float: left;
}

#header #menu em {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	float: left;
	height: 33px;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	text-align: right;
	font-style: normal;
	width: 690px;
}

#header #menu em a{
	color: #a9bf78;
}

#header #menu em a:hover{
	color: #fff;
	text-decoration: underline;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	width: 200px;
	height: 62px;
	float: left;
	text-indent: -9999em;
}

/*--page-menu--*/
#header #menu {
	float: left;
	width: 700px;
}

#header #menu ul {
	width: 700px;
	list-style: none;
	float: right;
	text-align: right;
}

#header #menu ul li.page_item {
	float: right;
}

#header #menu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	margin: 0 4px 0 0;	
	float: left;
	text-decoration: none;
	font: 900 13px Arial, Helvetica, sans-serif;
	color: #a9bf78;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#header #menu ul li.page_item a:hover {
	color: #fff;
}

#header #menu ul li.current_page_item a {
	color: #fff;
	background-color: #2c4106;
}

/*--featured-post--*/

#featured-post {
	width: 590px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #918e61;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 578px;
	border: 1px solid #c0bd92;
	float: left;
	padding: 0 10px;
	background: #fff url(images/featured-bg.png) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #eae8c6;
	color: #5d5b35;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #5d5b35;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #e5e3c2;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eae8c6;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

ul.mousikomi{
	display:block;
	padding: 10px;
	background:#fff;
}

ul.mousikomi li{
	display:block;
	padding: 10px;
	list-style: inside;
	background: #fff;
}

ul.mousikomi li.ver{
	background: #eee;
}

/*--main-kita-box---*/
#main-kita-box{
	padding: 10px;
	background: #e6e6e6;
	height:246px;
	margin: 0 0 10px 0;
}

#main-container{
	padding: 0 7px 7px 0;
}

#kita-movie a img{
	margin: 0;
	padding: 0;
	border: none;
}

.main-kita-left{
	float:left;
	width:315px;
}

.main-kita-right{
	float:right;
	width:251px;
}

/*--post--*/

.post {
	width: 590px;
	float: left;
	margin-top: 20px;
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post a img{
	padding: 5px;
	border: 1px solid #d0d0d0;
	margin-left: 10px;
	margin-bottom: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #d0d0d0;
}

ul.links {
	list-style: none;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 590px;	
}

p.metadata {
	padding: 2px;
	background-color: #e5edd9;
	clear: left;
	text-align: right;
	margin-top: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.cat {
	float: left;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	margin-bottom: -5px;
	color: #666;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 260px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--searchform--*/
#searchform {
	width: 260px;
	background: url(images/searchform.png) no-repeat top left;
	height: 45px;
	margin-bottom: 20px;
}

#searchform form {
	float: left;
	width: 250px;
	margin: 10px;
	display: inline;
}

#searchform form input#s {
	width: 190px;
	background: url(images/form.png) no-repeat top left;
	height: 20px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 20px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
}

/*--about--*/
#about {
	clear: left;
	width: 260px;
	margin-bottom: 20px;
}

#about h3 {
	font: 400 16px Arial, Helvetica, sans-serif;
	/* background: url(images/about.png) no-repeat top right; */
	width: 260px;
	margin-bottom: 10px;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #dedcb9;
	margin: 5px 5px 5px 0;
}

#about span {
	font-size: 10px;
	line-height: 16px;
}

#about form input#s {
	width: 207px;
	background: url(images/form.png) no-repeat top left;
	height: 20px;
	border: 0;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
}

/*--sidebar--*/


ul.side-col{
	list-style: none;
	margin: 0 0 10px 0;
}

ul.side-col li{
	margin: 0 0 5px 0;
}

.side-menu-login{
	width: 260px;
	background: #d7d39a;
	padding: 5px 0;
}

.side-menu-login table{
	margin: 0 auto;
}

h3.top-news {
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
	font-weight:normal;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 8px;
}

/*--sidebar1--*/

#sidebar h2 {
	border: none;
}


#sidebar h3 {
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
	font-weight:normal;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	/* float: left; */
	width: 260px;
	/* padding-right: 10px; */
}

#sidebar2 {
	/* float: left; */
	width: 250px;
}


#sidebar ul li {
	float: left;
	width: 250px;
	/* background-color: #d7d39a; */
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: 400 14px Arial, Helvetica, sans-serif;
	color: #4c6b0d;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 240px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #bbb875;
	float: left;
	width: 230px;
	text-decoration: none;
	color: #5d5b35;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	color: #fff;
	background-color: #bbb875;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
}

h3#comment-title {
	width: 600px;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #d7d39a;
	padding: 5px 10px;
	min-height: 120px;
	overflow: auto;
	border: 1px solid #c1bd85;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #eae8c6;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #c1bd85;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	display: none;
	padding-top: 30px;
	margin-top: 15px;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/
#footer .footer-text {
	width: 900px;
	margin: 0 auto;
}

#footer .footer-text a {
	color: #fff;
}

#footer .footer-text span {
	float: left;
	width: 600px;
}

#footer .footer-text em {
	float: left;
	width: 300px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #d0d0d0;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #d0d0d0;
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #d0d0d0;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.singlebody p{
	line-height: 1.5;
}

#kitatoha{
	width: 600px;
	text-align:center;
}

#kitatoha p{
	margin: 8px 0;
	padding:0;
}

#kitatoha a img{
	border:none;
}

#kitatoha .kitatoha-img{
	padding: 0 0 10px 0;
}

#kitatoha div.kitatoha-txt{
	padding: 0 0 20px 15px;
	text-align:left;
}

#kentikushi p{
	margin: 10px 0 8px 0;
	padding:0;
}

/**　建築家プロフィール **/

/*----------------------------------------------------
	北海道の建築家
----------------------------------------------------*/

#archi-head{
	padding: 0 0 10px 0;
}

#archi-head-siryou{
	height: 40px;
}

.arch-prof{
	float: left;
	text-align:center;
}

.arch-prof-img{
	padding: 10px;
	background: #dedede;
}

.arch-prof-txt{
	float:left;
	padding: 0 5px 0 10px;
	width: 410px;
}

.arch-prof-siryou h2{
	font-size: 20px;
}

.arch-prof-siryou{
	float:left;
	padding: 5px 0 0 0;
	width: 350px;
}

#archi-head-siryou .arch-prof-right{
	margin: 0 20px 0 0;
	width: 200px;
	float:right;
	text-align:center;
}

.arch-prof-txt p{
	margin-bottom: 1px;
}

.arch-prof-right{
	float:right;
	text-align:center;
	font-size: 0.9em;
}

.a_itiran{
	padding: 7px;
	margin-bottom: 3px;
	font-size: 0.9em;
	background: #76c7d4;
	color: #fff;
}

.a_itiran a{
	background: #76c7d4;
	color: #fff;
}

.a_itiran a:visited{
	background: #76c7d4;
	color: #fff;
}

.a_itiran a:hover{
	background: #83e1f0;
	color: #fff;
}

.a_sakuhinn{
	padding: 7px;
	margin-top: 3px;
	font-size: 0.9em;
	margin-bottom: 3px;
	background: #b1d64b;
	color: #fff;
}

.a_sakuhinn a{
	background: #b1d64b;
	color: #fff;
}

.a_sakuhinn a:visited{
	background: #b1d64b;
	color: #fff;
}

.a_sakuhinn a:hover{
	background: #c7ef56;
	color: #fff;
}

.a_shiryou{
	padding: 7px;
	background: #d78ea6;
	color: #fff;
}

.a_shiryou a{
	background: #d78ea6;
	color: #fff;
}

.a_shiryou a:visited{
	background: #d78ea6;
	color: #fff;
}

.a_shiryou a:hover{
	background: #f7a3bf;
	color: #fff;
}

#harchi h3{
	font-weight: normal;
	color: #829f29;
}

.ha_line{
	padding: 0 0 0 80px;
	background: url(/img/bookcart/line_l.gif) no-repeat left bottom;
}

.ha_name{
	background:url(/img/other/hokkaidoarch/1name.gif) no-repeat center left;
}

.ha_company{
	background:url(/img/other/hokkaidoarch/2company.gif) no-repeat center left;
}

.ha_url{
	background:url(/img/other/hokkaidoarch/3url.gif) no-repeat center left;
}

.ha_address{
	background:url(/img/other/hokkaidoarch/4address.gif) no-repeat center left;
}

.ha_tel{
	background:url(/img/other/hokkaidoarch/5tel.gif) no-repeat center left;
}

.ha_concept{
	margin: 5px 0 20px 0;
}

.ha_keireki{
	width:290px;
	float:left;
}

.ha_tokui{
	width:290px;
	float:right;
}

.ha_takui2{
	margin: 10px 0 0 0;
}

table.ha_nen{
	margin: 10px 0 0 0;
}

td.ha_gou{
	width:20%;
	font-size: 0.9em;
	vertical-align: top;
}

td.ha_syou{
	padding: 0 0 3px 13px;
	vertical-align: top;
}

#ha_ph {margin: 20px 0px 0px 5px;}
.ha_photo {float: left; margin: 0 13px 15px 3px;}
.ha_photo a img {margin: -3px; border: 3px solid #d8d9d3; overflow: hidden;}
.ha_photo a:hover {background: none;}
.ha_photo a:hover img {margin: -6px; border: 6px solid #9dcc22;}


#archi-list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.ha-read{
	text-align: center;
}

.arch-prof-img-list{
	padding: 5px;
	background: #ccc;
}

.ha_lists{
	float: left;
	width:120px;
	height:170px;
	background: #fff;
	margin: 0 5px 10px 5px;
}

div.ha_lists:hover{
	background: #e7ffde;
}

p.ha_list_left{
	text-align: center;
	padding: 0 0 5px 0 !important ;
}

p.ha_list_right{
	width: 120px;
	text-align: center;
	padding: 0 0 5px 0 !important ;
}

.ha_kname{
	color: #3b3b3b;
}

.ha_comname{
	display: block;
	font-size: 11px;
	line-height: 1.1em;
}

.ha-siryou img{
	margin-right:10px;
	float:left ;
}

.ha-siryou li{
	margin:0 0 10px 0;
}

.ha-siryou li span{
	vertical-align: middle;
}

#archi-footer img{
	width:120px;
	height:120px;
}

table#cart-table{
	width: 600px;
}


/* -------------------------------------------------------- */
/*	イチ押し暮らしのサイト	*/
/* -------------------------------------------------------- */

div.ichilist{
	padding: 10px;
	border: solid 1px #e6e6dc;
	background: #fff;
	margin: 0 0 10px 0;
}

div.ichilist:hover {
	background: #e7ffde;
}

div.left_ph{
	float:left;
	height: 80px;
	padding: 0 20px 0 0 ;
	border-right: 1px solid #e4e4e4;
}

div.left_ph img{
	border: 1px solid #c5c4b0 !important;
}

div.left_ph a:hover img{
	border-bottom: 5px solid #c5c4b0;
}

div.right_txt{
	padding: 20px 10px 0px 130px;
}

span.list_sub{
	font-size:0.9em;
}

span.list_main{
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	color: #3f3f3f;
}

div.bookline{
	background:url(/img/bookcart/line_l.gif) no-repeat top left;
	height:2px;
}

.ichiclear{
	clear: both;
}
