@charset "utf-8";
/*  
Theme Name: chiesu
Theme URI: http://wordpress.org/
Description: chiesu
Author: matsuko
Author URI: http://binarybonsai.com/
*/

body {
	margin: 0;
	padding: 0;
	background-color: #E9D6C0;
	color: #666666;
	  }

#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	  }

/* ヘッダー部分のデザイン */
#header {
	height:100px;
	 }
	 
#header h1 {
	background-color:#ECE9D8;
	margin: 0px;
	background-image: url(images/background.jpg);
	  }
	  
#header h1 img {
      border: none;
	  margin: 10px 20px;
	  }
	  
#header ul {
	background-color:#ECE9D8;
	padding: 0;
	list-style-type: none;
	height: 2em;
	font-size: 0.75em;
	margin-right: 26px;
	margin-left: 26px;
	  }
	  
#header li {
	text-align:center;
	float: left;
	line-height: 2em;
	background-image: url(images/nav_back.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECE9D8;
	  }
	  
#header li a {
	display: block;
	width: 130px;
	text-decoration: none;
	color:#660000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	  }
	  
#header li a:hover {
	background-image: url(images/nav_back02.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	  }
	  
/* パンくずリンクのデザイン */ 

#bread {
	font-size: 0.75em;
	font-weight: normal;
	margin-right: 0;
	display: block;
	padding-left: 20px;
	clear: both;
	padding-top: 10px;
	}
	
#bread a {
    color:#663333;
	}
	
#bread a:hover {
    color:#CC3300;
	}
	   
/* ページトップのデザイン */ 
#page_top {
	text-align: right;
	font-size: 0.75em;
	color: #663333;
	clear: both;
	width: 780px;
	margin-right:50px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
    }
	
#page_top a {
	color: #CC6633;
}

/* コンテンツ部分のデザイン */ 
#contents {
	width:600px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	 }
	 
#contents h2 {
	font-size: 0.9em;
	color: #88684A;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 600px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	}
	
#contents p {
	font-size: 0.9em;
	line-height: 140%;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
    }
	   
/* サイドバー部分のデザイン */
#sidebar {
	width: 160px;
	float: left;
	list-style-type: none;
	text-align: left;
	font-size: 0.75em;
	position: relative;
	top: 0px;
	left: 10px;
}	

#sidebar li {
	list-style-type: none;
	margin-top: 2px;
	margin-left: -40px;
	text-align: left;
	background-image: url(images/btn_bg.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 160px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
    } 

#sidebar li a {
	color: #663333;
	text-decoration: none;
    }
	
#sidebar img {
     border: none;
}
   	   
/* トップページのデザイン */
#top {
	margin-right: 60px;
	margin-left: 10px;
	margin-top: 20px;
	float: right;
	width: 550px;
	margin-bottom: 20px;
	  }

#topimg {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
	  }
	  
#message {
	font-size: 0.75em;
	line-height: 180%;
	width: 550px;
	  }

#side_main li {
	list-style-type: none;
	margin-top: 2px;
	text-align: left;
	background-image: url(images/btn_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 180px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.75em;
	margin-left: -15px;
    } 

#side_main li a {
	color: #663333;
	text-decoration: none;
    }



/* トップニュースのデザイン */
#topnews {
	  font-style: normal;
	  }
	 
#topnews h2 {
	margin: 0px;
	padding: 3px;
	color: #663300;
	font-size: 0.75em;
	background-image: url(images/nav_back02.jpg);
	  }
	  
#topnews div {
	overflow:auto;
	height:80px;
	width: 550px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
	  }
	  
#topnews ul {
      font-size:0.75em;
	  margin: 5px 30px;
	  padding: 0;
	  }
	
#topnews ul a {
      color:#CC6633;
	  }

/* 最新のお知らせのデザイン */
#monthmain {
	top: 100px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	width: 840px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	  }

#monthsidebar {
	font-size: 0.75em;
	float: right;
	width: 150px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#monthsidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#monthsidebar li strong {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
}

#monthsidebar li li {
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC66;
	list-style-position: outside;
	list-style-image: url(images/newslist.gif);
	padding-bottom: 5px;
}

#monthsidebar li a {
	color: #663300;
}

#monthsidebar li a:hover {
	color: #CC6633;
}

#monthmain #side_main {
	float: left;
	width: 160px;
	margin-left: 0px;
	padding: 0px;
     }

#monthcontent {
	float: left;
	width: 450px;
	margin-left: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CC9966;
}

#monthcontent h2 {
	font-size: 0.8em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC9966;
	color: #CC9966;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#monthcontent a {
	color: #CC6600;
    }

#monthmain .clear {
    background-repeat:repeat-y;
	}

#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 800px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	display: block;
	clear: both;
	  }


/* 販売店舗紹介のデザイン */ 
#shop_info {
	padding: 10px;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
      }

#shop_info .shop_name {
	font-weight: bold;
	color: #663333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CC9966;
	border-left-color: #663333;
      }

/* 和小物紹介ページのデザイン */ 
#komono {
	width:600px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0px;
	 }
	 
#komono h2 {
	font-size: 0.9em;
	color: #88684A;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 600px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	clear: left;
	}
	
#komono p {
	font-size: 0.9em;
	line-height: 140%;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
    }
	   

#komono img {
	float: left;
	margin: 10px;
}


/* リンク集部分のデザイン */ 
#link {
	border-collapse:collapse;
	margin-bottom: 20px;
	font-size: 0.75em;
	margin-left: 10px;
	float: right;
	width: 580px;
	margin-right: 30px;
	   }
	   
#link th,#link td {
	text-align:left;
	padding: 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663333;
	   }

#link th {
	width: 100px;
	padding-left: 10px;
	   }
	   
#link a {
       text-decoration: none;
	   color:#663300;
	   }
	   
#link a:hover {
       color:#CC6633;
	   }

#post02 {
	margin-top: 120px;
	margin-left: 20px;
       }


/* フッター部分のデザイン */
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CC9966;
	  }
	  
#footer address {
	color: #996600;
	font-size: 0.75em;
	font-style: normal;
	margin: 10px;
	clear: both;
	  }

/* クリアフィックス */
.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.clearfix {
display:inline-block;
}
/*Hides from IE-mac\*/
*html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

/* IE6のハック */
* html #top {
	width:550px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	 }

* html #main {
	width: 740px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	 }
	 
* html #contents {
	width: 470px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	 }
	 
* html #contents h2 {
	font-size: 0.9em;
	color: #88684A;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 500px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	}

* html #komono {
	width: 470px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	 }
	 
* html #komono h2 {
	font-size: 0.9em;
	color: #88684A;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 500px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	}

* html #komono p {
	margin-top: 20px;
}
	
*html #shop_info {
	padding: 10px;
	width: 470px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
      }

*html #sidebar {
	left: 30px;
}	

*html #footer {
	margin-left: 20px;	
	  }
	  
*html #link {
	border-collapse:collapse;
	margin-bottom: 20px;
	font-size: 0.75em;
	margin-left: 30px;
	float: right;
	width: 500px;
	margin-right: 10px;
	   }
	   
*html #monthsidebar {
	font-size: 0.75em;
	float: right;
	width: 150px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
}

*html #monthcontent {
	margin-left: -20px;
}

*html #bread {
	font-size: 0.75em;
	font-weight: normal;
	margin-right: 0;
	display: block;
	padding-left: 30px;
	clear: both;
	padding-top: 10px;
	}