/*  
Theme Name: iecocoro_style
Theme URI: http://www.iecocoro.com/
Description: iecocoro for Wordpress
Version: 1.0
Author: JournalNet
Author URI: http://www.journal.co.jp/net/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	padding:0;
	outline: none;
	margin: 0;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	color: #666666;
	}

body, select, input, textarea {
	font: 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #666666;
	text-decoration:none;
	}

a:hover, a:active {
	color:#999999;
	text-decoration:underline;
	}

hr {
	border-width: 3px 0px 0px 0px; 
	border-style: dotted; 
	border-color: #CCCCCC; 
	height: 1px;
	margin:15px 0px;
	clear:both;
	}
hr.page {
	margin:0 0 15px 0;
	}
table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	width:905px;
	margin:0 auto;
	}
	
/*#wrapper {
	font-size:0.75em;
	padding:0 25px 60px 25px;
	border-right:1px solid #cac8c2;
	margin: 0 27px 0 0;
	}*/

#masthead {
	height: 120px;
	position: relative;
	}

#content {
	width:620px;
	float:left;
	margin: 0 auto 15px auto;
	}
#content2 {
	width:905px;
	float:left;
	margin: 0 auto 15px auto;
	}	
h1 {
	clear:both;
	color:#666666;
	padding: 0;
	margin:18px 0 5px 0;
	float:left;
	letter-spacing:0.01em;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 265px;
	float:right;
	margin: 0 auto 15px auto;
	}
#sidebar div.search {
	width:265px;
	height:65px;
	float: right;
	background-image: url(images/search_bg.gif);
	margin-bottom: 5px;
	}
#featured-cats {
	width:182px;
	float:left
	}

#more-posts {
	width:413px;
	float:right;
	}
	
	
	
/* ---------- @ Headers -----------*/

#description {
	font: bold 2em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	clear: both;
	}
	
h2 {
	padding-bottom:8px;
	margin: 15px 0 10px 0;
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 28px;
	}

#lead h2 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
h2.posttitle {
	color: #5D3804;
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	left: 135px;
	position: absolute;
	font-size:26px;
	padding: 0;
	top:3px!important;
	margin: 0;
	padding-bottom: 0px;
	width: 630px;
	line-height:130% !important;
	}

h2.pagetitle {
	margin-top:300px;
	}
div#title_tag h2.pagetitle, 
div#title_page h2.pagetitle, 
div#title_word h2.pagetitle, 
div#title_faq h2.pagetitle, 
div#title_staffblog h2.pagetitle,
div#title_special h2.pagetitle,
div#title_event h2.pagetitle,
div#title_from h2.pagetitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:16px 1px;
	float: left;
	color: #5D3804;
	border-bottom: solid #F08D0B 2px;
	padding: 0 20px 0 150px;
	background-image: url(images/title_tag_h2.gif);
	background-position: 20px 2px;
	background-repeat: no-repeat;
	height: 31px;
	}
div#title_bn_shop, 
div#title_bn_housing, 
div#title_housing, 
div#title_reform, 
div#title_interior, 
div#title_exterior, 
div#title_setsubi,
div#title_event, 
div#title_special, 
div#title_from, 
div#title_tag, 
div#title_page, 
div#title_word, 
div#title_faq ,
div#title_staffblog {
	width:905px;
	overflow:hidden;
	position:relative;
	margin-top: 15px;
	}
div#title_bn_shop, 
div#title_bn_housing, 
div#title_housing, 
div#title_reform, 
div#title_interior, 
div#title_exterior, 
div#title_setsubi {
	height:252px;
	}
/*div#title_event, 
div#title_special, 
div#title_from {
	height:86px;
	}*/
div#title_event, 
div#title_special, 
div#title_from,
div#title_tag, 
div#title_page, 
div#title_word, 
div#title_faq,
div#title_staffblog {
	height:150px;
	background-image:url(images/title_tag.jpg);
	}
/*div#title_event {
	background-image:url(images/title_event.gif);
	}
div#title_special {
	background-image:url(images/title_special2.gif);
	}
div#title_from {
	background-image:url(images/title_fromiecocoro2.gif);
	}*/
div#title_bn_housing, 
div#title_housing {
	background-image:url(images/title_housing.jpg);
	}
div#title_reform {
	background-image:url(images/title_reform.jpg);
	}
div#title_bn_shop, 
div#title_interior {
	background-image:url(images/title_interior.jpg);
	}	
div#title_exterior {
	background-image:url(images/title_exterior.jpg);
	}
div#title_setsubi {
	background-image:url(images/title_setsubi.jpg);
	}
/*div#title_design {
	background-image:url(images/title_design.gif);
	}*/
div#title_bn_shop p, 
div#title_bn_housing p, 
div#title_housing p, 
div#title_reform p, 
div#title_interior p, 
div#title_exterior p, 
div#title_setsubi p {
	position:absolute;
	float:right;
	text-align:left;
	top:120px;
	width:290px;
	right: 7px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8em;
	}
div#title_tag p, 
div#title_word p, 
div#title_faq p,
div#title_staffblog p,
div#title_special p,
div#title_event p,
div#title_from p {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 700px;
	text-align: left;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8em;
	}
/*div#title_design p {
	position:absolute;
	float:right;
	text-align:left;
	top:16px;
	width:340px;
	right: 160px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8em;
	}*/
/*h3 {
	border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}

.post h3 {
	border:none;
	font:1.7em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	}*/
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 21px;
	color: #5D3804;
	font-weight: bold;
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4,
.archive-list2 h4 {
	color: #5D3804;
	margin:0;
	font-size:21px;
	line-height:125%;
	float: left;
	}
.archive-list2 h4 {
	width:360px !important;
	}

	
/*h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}*/

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}

	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#description a, #description a:visited {
	color:#444;
	text-decoration:none
	}

#description a:hover {
	color:#686868;
	}

#description a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#5D3804;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, /*.archive-list a img, .archive-list a:visited img*/ {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	background:#FFF;
	border:1px solid #b9b9b9;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:22px 0;
	background:#ededed;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:320px;
	padding:13px 15px 16px 0;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
			
/*.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
	*/	
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar li, .headlines li {
/*	margin-left:30px;*/
	padding:5px 0;
	}


#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
/*.archive-list h4 a, .archive-list h4 a:visited,*/
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
	}

#sidebar a:hover, 
#sidebar a:active,
#home #content a:hover, 
#home #content a:active, 
.archive-list h4 a:hover, 
h4 .archive-list a:active, 
.archive-list2 h4 a:hover, 
h4 .archive-list2 a:active, 
.commentcount a:hover, 
.commentcount a:active, 
.fullarchive a:hover, 
.fullarchive a:active {
	color:#686868;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
.faq, 
.sblog,
.eventcalendar,
.eventlist,
.bblog {
	padding: 0;
	float: right;
	width: 265px;
	height:auto;
	margin-bottom:5px;
	}
.faqtitle, 
.sblogtitle,
.caltitle,
.eventlisttitle,
.bblogtitle {
	border-width: 1px 1px 0 1px;
	padding: 3px;
	border-style: solid;
	border-color: #A0A0A4;
	background-repeat: no-repeat;
	height:auto;
	margin:0;
	}
.faqtitle p, 
.sblogtitle p,
.caltitle p,
.eventlisttitle p,
.bblogtitle p {
	font-size:12px;
	line-height:1.2em;
	border-bottom: solid 1px #CCCCCC;
	margin:0;
	padding:0;
	}
.faqtitle {
	background-image:url(images/bg_faqtitle2.gif);
	}
.sblogtitle {
	background-image: url(images/bg_sblogtitle2.gif);
	}
.caltitle {
	background-image:url(images/bg_calendertitle2.gif);
	}
.sblogtitle img {
	display:inline;
	}
.eventlisttitle {
	background-image:url(images/bg_eventlisttitle2.gif);
	}
.bblogtitle {
	background-image:url(images/bg_blogtitle2.gif);
	}
.bblog li small {
	color:#99CC00;
	}
#sidebar .list,
#singlesidebar .list {
	border-left:solid 1px #A0A0A4;
	border-right:solid 1px #A0A0A4;
	margin:0;
	padding:5px 0;
	text-align: left;
	clear: both;
	
	}
#sidebar .listbottom,
#singlesidebar .listbottom {
	background-image:url(images/bg_faqbottom.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0px;
	height:5px;
	}

/*#sidebar img{
	margin-top: 10px;
	}
#sidebar > img:first-child {
	margin-top:0;
	}
	
*/
#sidebar ul,
#singlesidebar ul {
	font-size: 14px;
	}

#sidebar li,
#singlesidebar li {
	border-bottom:dotted 3px #CCCCCC;
	background-image:url(images/allow.gif);
	background-repeat:no-repeat;
	background-position: left center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	list-style: none;
	padding: 10px 0 10px 20px;
	margin: 0 5px;
	overflow:hidden;
	font-size: 12px;
	}
	
	

		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/


.archive-list img {
	}

.archive-list,
.archive-list2 {
	clear:both;
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}

		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}




/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}
.entry a {
	color:#3399CC;
	text-decoration:underline;
	}

/*.postmetadata {
	padding: 7px 0;
	margin:0 10px;
	color:#666666;
	}
*/

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#E5E2DB;
	text-align:left;
	padding:5px 0 5px 5px;
	border:1px solid #CCCCCC;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	padding:5px;
	color: #666666;
	font-size: 10px!important;
	line-height: 150% !important;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}



/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}


/*サーチフォーム*/  
#searchform {
	background:url(images/searchbox.gif) no-repeat;
	display: block;
	width:243px;
	margin: 30px auto 0 auto;
	height: 25px;
	text-align:left;
	}  
#searchform input {
	float:left;
	}  
#searchform .isearch {
	border:none;
	width:209px;
	height:16px;
	font-size:14px;
	background: none;
	margin: 4px 3px;
	text-align: left;
	}  
#searchsubmit {
	border:none;
	width:27px;
	height:25px;
	cursor: pointer;
	background: none;
	font: none;
	}  

/*
#searchform {
	float:right;
	width:302px;
	text-align:right;
	background-image: url(images/searchbox.gif);
	background-repeat: no-repeat;
	margin: 5px 27px 0 0;
	}
*/
	   	
/*
#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#FFF!important;
	height: 25px;
	width: 187px;
	}

#searchsubmit {
	vertical-align:top
	}		
	
*/
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
	.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
/* ---------- pagetop　タイトル部分 -----------*/

div#titlearea {
	width:905px;
	margin: 15px auto 15px auto;
	background: #FFF;
	clear: both;
	height: auto;
	}

div#titlearea * {
	text-align: left;
	line-height: normal;
	/*	overflow: visible;
*/	top: auto;
	}
div.bannerarea {
	width: 265px;
	padding: 0;
	margin: 0;
	overflow: auto;
	line-height: 20px;
	float: right;
	}

div.bannerarea img {
	margin-bottom: 5px;
	float: right;
	width: 265px;
	}
div.bannerarea > img:last-child {
	margin-bottom: 0;
	}
div#tagsearch {
	clear:both;
	border: solid 1px #CCCCCC;
	height: 270px;
	}	
#tagsearch h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	}


/* ---------- toppage　スペシャル部分 -----------*/

/*#titlecontent {
	width: 905px;
	margin: 15px auto;
	padding: 0px;
	background: #FFF;
}*/


span {
	margin: 0;	
	padding: 7px 0;
}
#feature_list span {
	display:block;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

/*a { 
	outline-color: #888;	
}	*/
		span.tabstitle1 {
			margin: 0;	
			padding: 15px 0 0 0;
			font-size: 12px;
		}
		span.tabstitle2 {
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 16px;
	font-weight: bold;
		}

		div#feature_list {
	width: 620px;
	height: 252px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 auto 15px auto;
	border: solid #CCCCCC 1px;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 290px;
		}

		ul#tabs li {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		}
		
		ul#tabs li img {
			padding: 0px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #5d3804;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 64px;
			outline: none;
		}

		ul#tabs li a:hover {
	text-decoration: underline;
		}

		ul#tabs li a.current {
	color: #FFF;
	background-image: url(images/special_tab.png);
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 350px;
			height: 252px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 350px;
			height: 252px;
		}

		ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
			-moz-border-radius: 5px;
	background-image: url(images/bg_clickhere.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 66px;
	height: 17px;
	padding: 3px 15px;
		}
		
		ul#output li a:hover {
		}
/* ---------- tagsearch -----------*/

div#tagsearch div {
	margin: 0;
	text-align: left;
	padding: 5px;
	height: 260px;
	}
div#tagsearch div.tag {
	width: 215px;
	float: left;
	border-left: solid 1px #CCCCCC;
	}
div#tagsearch div.tag2 {
	width: 440px;
	float: left;
	}
*html div#tagsearch div.tag2 {
	width: 430px;
	float: left;
	}
		
div#tagsearch h2 img {
	border-bottom: dotted 3px #CCCCCC;
	display: block;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	}

div#tagsearch li {
	font-size: 12px;
	background-image: url(images/allow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 6px;
	float: left;
	width: 185px;
	margin: 6px 0 0 10px;
	padding-left: 20px;
	list-style: none;
	}
*html div#tagsearch li {
	font-size: 12px;
	background-image: url(images/allow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 6px;
	float: left;
	width: 175px;
	margin: 6px 0 0 10px;
	padding-left: 20px;
	list-style: none;
	}

div#tagsearch li a {
	color: #666666;
	text-decoration: none;
	}
div#tagsearch li a:hover {
	text-decoration:underline;
	}
/* ---------- カテゴリ別　リスト-----------*/

div.catlist {
	margin-bottom:15px;
	}

div.catlist dl {
	border-bottom:dotted 3px #CCCCCC;
	font-size: 14px;
	padding: 10px 0;
	height: 14px;
	text-align: left;
	}

div.catlist dt {
	display:inline;
	float:left;
	background-image:url(images/allow.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:20px;
	color: #AA0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
div.catlist dd {
	float: left;
	margin-left: 20px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	}
	
div.catlist p.tolist{
	font-size:14px;
	vertical-align: middle;
	text-align: right;
	}	

div.catlist img {
	margin-top:10px;
	}
	
div.catlist p.tolist img {
	vertical-align:middle;
	margin-right: 5px;
	margin-top: 0px;
	}


/* ---------- @ Footer -----------*/

#footer {
	font-size:12px;
	/*	padding:16px 25px 25px 25px;*/
	color: #666666;
	font-family: "Centuty Gothic";
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: right top;
	text-align:center;
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	/*	float:left;*/
	width:905px;
	margin: 15px auto 10px auto;
	line-height:1.5em;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
#footerlogo {
	margin: 15px auto 0 auto;
	width: 905px;
	height: 42px;
	}
	
#footerlogo img {
	float: right;
	}
				
#footerlink {
	width:905px;
	display: block;
	padding-top: 28px;
	}
	
#footerlink li {
	display: inline;
	background-image: url(images/allow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	}
#footer li.nolist {
	background:none !important;
	}

/* ---------- リスト -----------*/

/*li.list_housing,
li.list_reform,
li.list_setsubi,
li.list_interior,
li.list_exterior {
	list-style:none;
	width:452px;
	float:left;
	height:180px;
	border-bottom:3px dotted #CCCCCC;
	margin: 0;
	}*/
.archive-list li,
.archive-list2 li {
	list-style:none;
	float:left;
	height:180px;
	border-bottom:3px dotted #CCCCCC;
	margin: 0;
	}
.archive-list li {
	width:452px;
	}
.archive-list2 li {
	width:600px;
	}

li.list_word {
	width:220px;
	border-bottom:none !important;
	border-top:dotted 3px #CCCCCC;
	height:auto;
	}

/*li.list_housing span,
li.list_reform span,
li.list_setsubi span,
li.list_interior span,
li.list_exterior span {
	border-left:3px dotted #CCCCCC;
	display:block;
	height: 120px;
	width: auto;
	padding: 20px 15px 15px 15px;
	margin: 10px 0;
	text-align: left;
	}*/
.archive-list li span,
.archive-list2 li span {
	border-left:3px dotted #CCCCCC;
	display:block;
	height: 120px;
	padding: 20px 15px 15px 15px;
	margin: 10px 0;
	text-align: left;
	}
.archive-list li span {
	width: auto;
	}
.archive-list2 li span {
	width: 100%;
	}


div.excerpt {
	display:block;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	overflow: hidden;
	height: 130px;
	position: relative;
	width: 249px;
	}

.archive-list2 .excerpt {
	width:410px;
	}
div.excerpt p {
	float:left;
	line-height: 1.4em;
	width: 240px;
	height: 14px;
	overflow: hidden;
	padding: 0;
	margin-top:7px;
	}
div.excerpt p.topost {
	font-size:12px;
	float:right !important;
	text-align: right !important;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
p.topost img {
	float:right !important;
	margin-left:3px;
	vertical-align:bottom;
	}
span.archive-list_span a, 
span.archive-list_span a:hover, 
span.archive-list_span a:visited {
/*	float:left;*/
	height: 46px;
	}
span.upup {
	background-color:#E5E2DB;
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	}
div.extitle {
	margin: 5px;
	clear: both;
	float: left;
	width: 100%;
	}
div.extitle p {
	font-weight: bold;
	font-size: 14px;
	bottom: 0px;
	height: auto;
	text-align: center;
	}
li.list_bn_housing div.extitle, 
li.list_housing div.extitle, 
li.list_reform div.extitle,
li.list_setsubi div.extitle,
li.list_ div.extitle {
	color: #99CC00;
	}
li.list_bn_shop div.extitle, 
li.list_interior div.extitle, 
li.list_exterior div.extitle,
li.list_event div.extitle, 
li.list_special div.extitle,
li.list_from div.extitle,
li.list_faq div.extitle {
	color: #F08E0B;
	}
	
span.archive-list_span a img {
	float:left;
	border: none;
	display: block;
	}

span.archive-list_span h4 {
	width: 194px;
	height: 50px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	overflow:hidden;
	line-height:1.2em;
	padding: 0 0 0 55px;
	}

li.list_bn_housing h4, 
li.list_housing h4, 
li.list_reform h4, 
li.list_setsubi h4, 
li.list_ h4 {
	background-image: url(images/iecocoro_maru_kimi.gif);
	}
li.list_bn_shop h4, 
li.list_interior h4, 
li.list_exterior h4, 
li.list_event h4, 
li.list_special h4, 
li.list_from h4,
li.list_faq h4 {
	background-image: url(images/iecocoro_maru_gray.gif);
	}
p#pankuzu {
	font-size:12px;
	text-align:left;
	margin: 5px 0;
	}
/*div.catlist2, 
div.title_search, 
div.catlist_news, 
div.catlist_special, 
div.catlist_from,
div.catlist_backnumber {
	position:relative;
	height:35px;
	overflow:hidden;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	clear: both;
	}
div.catlist2 {
	margin-bottom:10px;
	background-image:url(images/title_list.jpg);
	width: 905px;
	}
div.title_search {
	background-image:url(images/title_search.jpg);
	width:905px;
	}
div.catlist_news, 
div.catlist_special, 
div.catlist_from,
div.catlist_backnumber {
	widht:620px;
	}
div.catlist_news {
	background-image:url(images/title_news.gif);
	}
div.catlist_special {
	background-image:url(images/title_special.gif);
	}
div.catlist_from {
background-image:url(images/title_fromiecocoro.gif)
	}
div.catlist_backnumber {
background-image:url(images/title_backnumber.gif)
	}*/
div.catlist2 h2, 
div.title_search h2, 
div.catlist_news h2, 
div.catlist_special h2, 
div.catlist_from h2,
div.catlist_backnumber h2 {
/*	position:absolute;
	top:50px;*/
	}
.nonstyle ul {
	list-style: none;
	}


/*---------------------*/
#post_bn_shop,  
#post_bn_housing,  
#post_housing,  
#post_reform,
#post_interior, 
#post_exterior, 
#post_setsubi, 
#post_news, 
#post_special, 
#post_from, 
#post_staffblog,
#post_faq {
	text-align:left;
	}	

div#titlearea #post {
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 10px;
	position: relative;
	clear: both;
	height: 120px;
	}
#post_bn_housing div#post,  
#post_housing div#post,  
#post_reform div#post,
#post_event div#post, 
#post_from div#post, 
#post_staffblog div#post,
#post_faq div#post {
	background-image: url(images/post_title_housing.gif);
	}
#post_bn_shop div#post,  
#post_interior div#post, 
#post_exterior div#post, 
#post_setsubi div#post {
	background-image: url(images/post_title_interior.gif);
	}	
#post_special div#post {
	height:0;
	}
div#titlearea div#post p {
	font-size: 24px;
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	float:left;
	position: absolute;
	left: 135px;
	top: 60px;
	}
#post_bn_housing div#post p,  
#post_housing div#post p,  
#post_reform div#post p,
#post_event div#post p, 
#post_special div#post p, 
#post_from div#post p, 
#post_staffblog div#post p,
#post_faq div#post p {
	color: #99CC00;
	}
#post_bn_shop div#post p, 
#post_interior div#post p, 
#post_exterior div#post p, 
#post_setsubi div#post p {
	color: #F08E0B;
	}	
#post_staffblog div#post p {
	font-size:18px !important;
	font-weight:normal;
	}
.sideinfo {
	display:block;
	border:solid 1px #CCC;
	font-size: 12px;
	padding:5px!important;
	text-align: left;
	margin-bottom: 15px;
	}
.sideinfo * {
	vertical-align: middle;
	}
	
.sideinfo dt {
	border-bottom: dotted 3px #CCCCCC;
	font-size: 14px;
	padding-bottom:2px !important;
	margin: 0;
	}
.sideinfo dd {
	line-height: 200% !important;
	margin-left: 5px;
	}
#e-point, #postmain, 
.postplus, 
.photoplus {
	border-top:dotted 3px #CCCCCC;
	margin: 0;
	}
#postmain, 
.postplus, 
.photoplus {
	padding:10px 0;
	clear: both;
	margin: 0 10px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	text-align:left;
	line-height:150%;
	}
.postplus p,
.photoplus p {
	line-height:200%;
	}
#post_special div#postmain {
	padding:0;
	clear: both;
	margin: 0;
	border:none;
	text-align:left;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	line-height: 200%;

	}
#e-point {
	padding:0 0 10px 0;
	}
#e-point img {
	margin:0;
	padding: 0;
	}
#e-point ul {
	margin:10px 0;
	}
#e-point li {
	list-style:none;
	list-style-image:url(images/icon_eco.gif);
	font-size: 14px;
	text-align: left;
	margin:10px 5px;
	list-style-position: inside;
	}
.cft {
	text-align:left;
	}
.cft2 {
	padding:0 10px;
	}
.shopinfo, cft2 {
	border:solid 1px #666666;
	font-size:12px;
	width: 100%;
	clear: both;
	float: left;
	}
h3.shopname {
	font-size: 24px;
	color: #5D3804;
	background-image: url(images/icon_ie.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0 10px;
	padding: 10px 0 10px 40px;
	}
.shopvoice, 
.shopdata, 
.shopaccess {
	border-top:dotted 3px #CCCCCC;
	width: 600px;
	clear: both;
	}
.shopvoice, 
.shopdata {
	padding: 10px 0;
	margin: 0 10px;
	}
.shopaccess {
	margin: 0 10px;
	padding-top: 10px;
	padding-bottom:10px;
	clear: both;
	} 
.shopvoice img {
	float:left;
	margin:0 10px 10px 0;
	max-width: 100px;
	-ms-interpolation-mode: bicubic;
	width:auto;
	height:auto;
	}
.shopinfo h4 {
	font-size: 14px;
	color: #99CC00;
	} 
.shopdata ul {
	margin:10px 0;
	}
.shopdata ul li{
	list-style: none;
	margin:5px 0;
	}
.shopaccess p {
	font-size: 14px;
	padding: 5px 0 0 0;
	font-family: "Century Gothic", "ＭＳ Ｐゴシック", Osaka;
	}
.shopaccess span {
	font-size: 18px;
	font-weight:bold;
	}
.shopaccess img {
	margin: 0 10px 0 0;
	display: inline;
	vertical-align: middle;
	padding: 0;
	}
.googlemap {
	width: 385px;
	float: left;
	}
.googlemap span {
	font-size:12px;
	font-weight:normal;
	}
.qr {
	float: right;
	width: 180px;
	margin: 1em 0;
	text-align:center;
	}
.qr img.qrtitle {
	margin:0 auto;
	border:none;
	}
.qr p {
	text-align:left;
	font-size:12px;
	margin-bottom:5px;
	}
.qr img {
	border:solid 1px #666666;
	margin:0 auto;
	}
.toiawase {
	width:100%;
	text-align: center;
	margin: 0;
	font-size: 14px;
	clear: both;
	padding: 15px 0;
	}
.toiawase a, .toiawase img {
	margin:0 auto;
	}
#singlesidebar {
	width: 265px;
	float:right;
	margin: 0 auto 15px auto;
	}	

.sidebarphoto {
	width: 100%;
	margin-bottom: 10px;
	font-size:12px;
	}
#post_bn_housing div.sidebarphoto,  
#post_housing div.sidebarphoto,  
#post_reform div.sidebarphoto,
#post_event div.sidebarphoto, 
#post_special div.sidebarphoto, 
#post_from div.sidebarphoto, 
#post_staffblog div.sidebarphoto {
	background-color:#5D3804;
	color:#FFFFFF;
	}
#post_bn_shop div.sidebarphoto, 
#post_interior div.sidebarphoto, 
#post_exterior div.sidebarphoto, 
#post_setsubi div.sidebarphoto {
	border:solid 1px #E5E2DB;
	background-color:#FFFFFF;
	color:#666666;
	}	

.sidebarphoto p {
	margin:10p;
	padding:10px;
	}

.sidebarphoto img {
	width:auto;
	height:auto;
	max-width: 245px;
	-ms-interpolation-mode: bicubic;
	margin-bottom:0;
	}
* html body .image-resize {
	width: expression(this.width >= this.height ? "245px" : "auto");
}
.sidebarblog {
	}
div.topbannerarea {
	width: 265px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 20px;
	float: right;
	}
         #topbannersidebar { margin:0; padding:0; width:265px; height:252px; overflow:hidden; }
         #topbannersidebar ul { list-style-type:none; margin:0; padding:0; }
         #topbannersidebar li { height:59px; font-size:11px; position:relative; margin:0 0 5px 0; }
         #topbannersidebar h5 { color:#ff6699; font-size:1em; margin-bottom:.5em; }
         #topbannersidebar h5 a { color:#ff6699; text-decoration:none; }
         #topbannersidebar p { margin:0; padding:0; }
         #topbannersidebar img { float:left; margin:0; }
         #topbannersidebar .info { color:#ccc; font-size:.9em;}
         #topbannersidebar .spyWrapper { height:100%; overflow:visible; position:relative; }
         #topbannersidebar { -webkit-border-radius:10px; -moz-border-radius:10px; }
         /* rating */
         #topbannersidebar div.rating   { background-image:url("img/ajax/info_bar_stars.png"); width:72px; height:12px; position:absolute; bottom:0; right:10px; }
         .none   { background-position:0 0!important; }
         .one   { background-position:0 -12px!important; }
         .two   { background-position:0 -24px!important; }
         .three   { background-position:0 -36px!important; }
         .four   { background-position:0 -48px!important; }
         .five   { background-position:0 -60px!important; }

.mailmagform {
	text-align: center;
	}
.mailmagform form {
	text-align: center;
	width:400px;
	background-color: #E5E2DB;
	margin: 0 auto;
	}
.mailmagform input {
	text-align: center;
	}
.mailmagform input.mailmag_mail {
	width: 300px;
	background:none;
	background-color: #FFFFFF;
	height: 22px;
	color: #666666;
	border: solid 1px #666666;
	}
.mailmagform input.mailmag_sbumit {
	width: 150px;
	height: 22px;
	background-image: url(images/mailmag_buttom.gif);
	color: #FFFFFF;
	border: none;
	}
.mailmagform input.mailmag_sbumit:hover {
	background-image: url(images/mailmag_buttom2.gif);
	color:#5D3804;
	}


.head_banner {
	position: absolute;
	bottom: 0px;
	right: 27px;
	}

.pagebar {
	font-size:14px;
	clear: both;
	padding: 10px 0;
	}
.pagebar a, .this-page {
	border: solid 1px #CCCCCC;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 5px;
	}
.this-page, .pagebar a:hover {
	background-color:#DFFF7D;
	border-color: #666666;
	}
#postmain_sblog {
	border-top:dotted 3px #CCCCCC;
	border-bottom:dotted 3px #CCCCCC;
	padding:10px 0;
	}
#postmain_sblog img {
	display:inline;
	padding:0;
	margin:20px;
	}
.h2_side {
	color: #5D3804;
	font-size: 14px;
	margin: 6px 0 auto 33px;
	padding: 0 0 0 0;
	height: 27px;
	}
*:first-child+html .h2_side {
	color: #5D3804;
	font-size: 14px;
	margin: 6px 0 auto 33px;
	padding: 0 0 0 0;
	height:10px;
	}
span.orange {
	color:#FF9900;
	}
#sidebar li span {
	font-size:smaller;
	}
.listphoto {
	height:130px;
	width:160px;
	display:inline;
	}
.postman_name {
	color:#FF9900;
	}
/*.event_list {
	border-bottom:dotted 3px #CCCCCC;
	margin: 0;
	}*/
.event_schedule2 {
	border-top:dotted 3px #CCCCCC;
	padding:10px 0;
	margin:0 10px;
	}


.archive-list2 h4 a:hover, 
h4 .archive-list2 a:active {
	color:#686868;
	text-decoration: underline;
	}
p.guide,
p.guide2 {
	padding:5px 5px 20px 5px;
	font-size:14px;
	color:#5D3804;
	line-height:1.2em;
	background-image:url(images/bg_guidearow.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
p.guide2 {
	width:905px;
	}
.archive-list_word {
	height:200px !important;
	}
.archive-list_word p {
	display: block;
	clear: both;
	padding: 0 !important;
	margin:0 !important;
	height: auto;
	font-size:12px;
	border-top:solid 1px #CCCCCC;
	}
h4.word_title {
	font-size:21px;
	background-color:#E5E2DB;
	width:100%;
	}
	
p.word_yomi {
	color:#F08E0B;
	}

.ddsg-wrapper h2 {
	color: #5D3804;
	}
.ddsg-wrapper ul {
	margin: 0 0 15px 0 !important;
	}
.ddsg-wrapper li {
	list-style-image:url(images/allow.gif);
	margin-left:100px !important;
	}
.ddsg-wrapper li a {
	color:#F08E0B;
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
	}
.ddsg-wrapper li li {
	font-size:10px;
	margin:5px;
	color:F08E0B;
	font-weight:normal;
	}

.ddsg-wrapper li li a {
	font-size:12px;
	color:#666666;
	}


.each_map2 {
	width:385px;
	height:316px;
	clear:both;
	margin:1em auto;
	padding:0;
	float:left;
}

.inlineicon {
	display:inline !important;
	margin:1px !important;
	padding:1px !important;
	vertical-align:middle !important;
	}
body.mceContentBody {
	background-image:none !important;
	}
.list_recome {
	clear:both;
	width:900px;
	height:70px;
	padding:5px;
	margin:0;
	border-bottom:solid 1px #5D3804;
	}
.recome_photo {
	margin:0 10px;
	float:left;
	width:80px;
	height:65px;
	}
.recome_ex {
	float:left;
	width:750px;
	height::65px;
	}
.recome_ex p {
	font-weight:normal;
	color:#F08E0B;
	font-size:12px;
	margin:5px;
	padding:0;
	line-height:1.2em;
	clear:both;
	}	
li.list_staffblog {
	height: 50px;
	background-image: url(images/iecocoro_maru_gray.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
.staffblog span.archive-list_span {
	height:40px;
	}
ul.staffblog h4 {
	width: 380px;
	height: 28px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	overflow:hidden;
	line-height:1.2em;
	padding: 5px 0 0 55px;
	}
ul.staffblog p {	
	padding: 5px 0 0 55px;
	font-size:12px;
	color:#FF6600;
	}
p.prebnext {
	text-align:center;
	font-size:10px;
	padding:5px;
	}
p.wplinkpages {
	clear:both;
	padding-top:15px;
	border-top:dotted 3px #CCCCCC;
	font-size:16px;
	text-align:left;
}
p.wplinkpages a {
	border:solid 1px #690;
	background-color:#DDE8C4;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
	display:inline-block;
}	

	
