/* 
Theme Name:和の心にて候
Description:
Theme URL:
Author:
Author URL:
Version:
Licence:
Licence URL:
*/

/*--------------- reset ---------------*/
html {
    margin: 0;
    padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;/**/
	background-repeat: no-repeat;
	min-width: 780px;
	
	color: #525252;
	background: #d1cba1;
  	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
}


.clear { clear: both; }

/*--------------- typography ---------------*/
.widgettitle{
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 150%;
	}
	
/*--------------- page layout ---------------*/


#container
{
    /*position: relative;*/
	width: 760px;
	margin: 0 auto;/**/
	padding: 0;
	border: 0;
	background: #ffffff;
	text-align: left;
}


/*--------------- two-column-right setting ---------------*/

#header
{
	margin: 0;
	border: 0;
	background: #ffffff;
	color: #358D3C;

}
.cateheader
{
	height: 241px;
	width: 760px;
	background-image: url("http://musubiva.net/sbtest/wp-content/theme/wanokokoro/images/custom_title01.jpg");
}

#main
{
	float: left;
	width: 490px;
	margin: 0; 
	padding-top: 15px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom: 20px; 
	background: #FFFFFF;
}

#sidebar
{
	float: right;
	width: 190px;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 10px; 
	padding-top: 20px;
	padding-left:10px;
	background: #F9F9F9;
}

#footer { 
	clear: both;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding-top: 20px;
	background: #424242;
	color: #fff;
}


/*------------------------- navigation --------------------------*/

#topNavi .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-left: 5px;
	margin-bottom: 0;
	height: 30px;

}
	#topNavi div.menu > ul,
	/*#topNavi ul.menu{
		border-left: 1px solid red;
	}*/
	
	#topNavi div.menu > ul > li,
	#topNavi ul.menu > li{
		float: left;
	}

	#topNavi .menu li{
		position: relative;

	}
		#topNavi .menu li a{
			display: block;
			padding: .5em 1.5em;
			/*border-bottom: none;*/
			border-bottom: 1px solid #358D3C;
		}
		
		#topNavi .menu a{
			color: #358D3C;
			font-weight: bold;
		}
		#topNavi .menu a:hover{
			color: #358D3C;
			border-bottom: 3px solid #358D3C;
			font-weight: bold;
		}		
		/*#topNavi div.menu > ul > li.current_page_item,
		#topNavi ul.menu > li.current_page_item{
			border-bottom: 3px solid #358D3C;
		}*/

		#topNavi ul.sub-menu,
		#topNavi ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 150px;
			/*border: 1px solid #ddd;*/
			background: #fff;
		}
			#topNavi .sub-menu li,
			#topNavi .children li{
				position: relative;
				border: none;
			}

			#topNavi ul.sub-menu ul,
			#topNavi ul.children ul {
				top:-1px;
				left:150px;
			}
				#topNavi .menu li:hover > ul{
					display: block;
				}

/*----------------------  footer --------------------------*/


#customFooter {
  padding: 15px 30px;
  text-align:left;
  font-size: 12px;
  background: #424242;
}

#customFooter ul{
  margin:0;
  padding:0 0 45px 0;
  list-style-type:none;
}

#customFooter li{
  margin:0;
  padding:0;
  display: inline;
  color: #fff;
  font-weight:bold;
}

#customFooter li a{
  text-decoration:none;
  color: #fff;
  border-bottom:dotted 1px #fff;
}

#customFooter .copyright {
  margin:0;
  padding:0;
  text-align: right;
  color: #fff;
  font-weight:bold;
}

/*----------------------  List --------------------------*/

ul,ol {
	margin: 0;
	padding: 20px;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}



/*--------------- a link ---------------*/
a { 
  color: #525252;
  text-decoration : none ;
}
a:visited { color: #525252; }
a:hover { 
  color: #525252; 
  text-decoration: none;
}

a.topmenu { color: #358D3C; }
a.topmenu:hover {
	color: #358D3C; 
	text-decoration: underline;
	border-bottom: 2px;
}

a.more {
  color: #525252;
  text-decoration: none;
  border-bottom : dotted 1px #525252 ;
  }

  
/*--------------- special setting ---------------*/
/*for-index,books*/
.topBlogCate {
  margin: 20px 0 20px 10px;
  padding: 0 0 0 7px;
  font-size: 15px;
  font-weight: bold;
  border-left: solid 4px #d1cba1;
}
.topbooksCate {
  margin: 20px 10px 20px 15px;
  padding: 20px 20px 10px 15px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 4px #d1cba1;

}
.syousai{
  background-color : #F3DEB1;
  margin: 20px 10px 20px 15px;
  padding: 5px 5px 5px 5px;
  }

.topEntryDate{
  margin: 0 0 10px 10px;
  font-size:14px;
  font-weight:bold;
  color:#bfb885;
}

.catEntryDate{
  margin: 20px 0 10px 10px;
  font-size:14px;
  font-weight:bold;
  color:#bfb885;
}

.topEntrytitle{
  margin: 0 0 10px 10px;
  font-size:16px;
  font-weight:bold;
  color: #525252;
}
.topEntryImgB {
  margin: 0;
  padding: 0 0 10px 10px;
  background: url() no-repeat left bottom;
}
.topEntryImgS {
  margin: 0;
  padding: 0 0 10px 10px;
  background: url() no-repeat left bottom;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.profImgS {
  margin: 0;
  padding: 0 0 10px 15px;
  background: url() no-repeat left bottom;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.mawarikomi {
  margin: 0;
  padding: 0 0 10px 5px;
  background: url() no-repeat left bottom;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.sbimg {
  margin: 0;
  padding: 0 0 2px 15px;
  background: url() no-repeat left bottom;
  margin-top: 1em;
  margin-bottom: 3px;
}
.booksEntryImgS {
  margin: 0;
  padding: 0 0 10px 10px;
  background: url() no-repeat left bottom;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.bookslead{
	background: #d1cba1; 
	padding: 5px; 
	color: #ffffff; 
	clear: both; 
	font-size: 100%; 
	font-weight: bold; 
	margin-top: 30px;
}

.topEntries{
  margin: 0 0 10px 15px;
  width: 470px;
}

.DateAuthor{
  margin-bottom: 30px;
  text-align: right;
}

.topEntryMore{
  margin: 0 0 10px 11px;
}
.topHr{
  width: 95%;
}
.booksHr{
  width: 95%;
height: 2px;
border: none;
border-top: 1px #D1CBA1 dotted;
}

/*for-sidebar*/

.info
{
  margin: 15px 0 5px 0;
  font-size:16px;
  font-weight:bold;
  color: #525252;
}
.bookinfo
{
  margin: 15px 0 5px 0;
  font-size:15px;
  font-weight:bold;
  color: #50633A;
}

.sidebartitle
{
  margin:0;
  padding: 0 0 10px 15px;
  text-align:left;
  font-size:14px;
  font-weight:bold;
  line-height: 16px;
  color:#5a9359;
}

/* for category, archive, single pre-past
.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}*/
			
/*●個別記事のページナビ*/
.navigation {
  text-align: center;
  padding: 1em 0 ;
  width: 100%;
}
.navitop {
  float:left;
  width:12%;
  text-align:center;
}
.navileft {
  float:left;
  width:44%;
  text-align:left;
  word-break:break-all;
  line-height:1.5em;
}
.naviright {
  float:right;
  width:44%;
  text-align:right;
  word-break:break-all;
  line-height:1.5em;
}			

/*for footer*/
/*●個別記事のページナビ*/
.footernavi {
  text-align: center;
  padding: 1em 0 ;
  width: 100%;
}
.footer-01 {
  float:left;
  width:50%;
  line-height:1.5em;
}
.footer-02 {
  float:right;
  width:50%;
  text-align:left;
  line-height:1.5em;
}

/*for img*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
 
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}
 
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}
 
.alignright {
	float: right;
	}
 
.alignleft {
	float: left;
	}