/*
Theme Name: BIH
Theme URI: 
Description: 
Author: toshi
Author URI: 
version: 5.0
*/



/* basics */

body,p,hr,div,a,ul,li,dl,dd,dt,ol,h2{margin:0; padding:0;}


body {
	background: url("images/back1.jpg") no-repeat fixed;
	font-family: 'メイリオ',Meiryo,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 10pt;
	margin: 0px;

	}
	

.update {
	color: #f00;
	font-weight: 600;
	}
.a-right {
	text-align: right;
}
.a-center {
	text-align: center;
}


/* images and misc. */
img.WP-PrintIcon{
	margin:0px;
	padding:0px;
}
img{border: none;
	padding: 0px;
}
img a{border:none;}

img.left{ float: left; border: none; padding: 0 15px 10px 0; }
img.right{ float: right; border: none; padding: 0 0 10px 15px; }

blockquote{
	border-left:2px solid #DCDEDE;
	border-bottom: #eee 1px solid;
	margin:15px 30px;
	padding:5px 12px 5px 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

/* clearfix hack */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }


/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#74796C;text-decoration: underline; border: none;}



/* container */


#container {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	color:#666;
	overflow: hidden;
	}
	
/* header */

#header {
	width: 100%; 
	color: #9e9581; 
	height: 19px;
	}
	
#header h1{
	font-size: 10pt;
	font-weight: 300;
	margin:0px 0px 0 15px;
	padding:4px 15px 0px 0;
	float:left;
	visibility: hidden;
display: none;
	}

#header p{
	font-size: 10pt;
	font-weight: 300;
	text-align: right;
	padding:0px 0px 0px 0px;
	margin:2px 60px 0px 0px;
	}



/* mid header */
	
#midheader{
	width: 100%; 
	height: 199px; 
	background: url("images/head.png");
/*	background: #DBDBD3;*/
	overflow: hidden;
	margin:0;
	padding:0;
	}

/*.rightimg{ 
	width: 500px;
	height: 134px;
	float: right;
	background: url("images/rightimg/random.php");
	border-left: 6px solid #fff; 
	border-bottom: 6px solid #fff; 
	}*/



/* content */
#con {
	background-image: url("images/side-con.png");
	width: 820px;
	padding: 0;
	color:#7B5300;
	clear: both;
    overflow: hidden;
	}


#content {
	background: #fff;
	float: left;
	width: 555px;
	overflow: hidden;
	margin: 0 0px 0 25px;
	border-left: 1px solid #EEE; 
	border-right: 1px solid #EEE; 
	border-bottom: 1px solid #EEE; 

	}	



.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 16pt;
	text-align: justify;
	}
	


.post p{margin: 4px 0 4px 0;}

.post ul {padding: 12px;}

.post ul li {list-style-type:square; list-style-position: inside; color:#31342C;}

.entry{
	letter-spacing: normal;
	padding: 0 0 5px 0;
}
.entry img{
	padding: 0 10px;
}


.pagepost {
	line-height: 120%;
	margin: 0px 20px 5px 20px;
	}
/*.pagepost hr {
	color: #CC9900;
	border-top: thin dotted #CC9900;
}*/
.pagepost ul li {
	margin-left: 40px;
	list-style-type:square;
}	
.pagepost ol li {
	margin-left: 40px;
}	
.pagepost h2{
	display: none;
}
.pageentry h2{
	display: block;
}
.pagepost a{color:#7B5300;text-decoration:underline;border: none;}
.pagepost a:hover{color:#f00;text-decoration: underline; border: none;}

.printmail {
	text-align: right;
	padding: 5px 5px 3px 0;
	margin: 0px 0px 0px 5px;
	border-bottom: 1px solid #E1E1DD;
	margin: 0px 0px 8px 0px;
}
	

	
.postmetadata img{display: inline; margin: 0; padding: 4px 2px 0 2px;}
	
.navigation {
	margin: 20px 10px;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}




/* blogcontent*/

#blogcontent {
/*	background: #fff;*/
	width: 465px;
	float:right;
	margin: 0 10px 0 0px;
	overflow: hidden;
	}	

/* sidebar */

#sidebar {
	font-size:10pt;
	width: 150px;
	float:left;
	margin: 0 0 30px 0;
	padding: 0;
	}


#sidebar ul {
	background: #999966 no-repeat left center;
	padding: 5px 0px 5px 0px;
	margin: 0 0 80px 0;
	list-style-type: none;
	}


#sidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 6px 0px;
	}


#sidebar ul li a{
	display: block;
	background: url("images/65p.png") no-repeat left center;
	color: #fff; 
	text-decoration: none; 
	text-indent: 14px;
	border: none;

}
#sidebar ul li a:hover{
	background: url("images/65.png") no-repeat left center;
	display: block;
	text-decoration: none;
	border: none;
	color: #fcbfd9; 

}

/* sidebar1 */

#sidebar1 {
	font-size:10pt;
	width: 150px;
	float:left;
	margin: 0 0 30px 0;
	padding: 0;
	}

#sidebar1 ul {
	background: #999966 no-repeat left center;
	padding: 5px 0px 5px 0px;
	margin: 0 0 20px 0;
	list-style-type: none;
	}


#sidebar1 ul li {
	background: #999966 no-repeat left center;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 6px 0px;

	}

#sidebar1 ul li a{
	display: block;
	background: url("images/65p.png") no-repeat left center;
	color: #fff; 
	text-decoration: none; 
	text-indent: 14px;
	border: none;

}
#sidebar1 ul li a:hover{
	background: url("images/65.png") no-repeat left center;
	display: block;
	text-decoration: none;
	border: none;
	color: #fcbfd9; 
}


#bar1 ul {
	background: #B8B991 no-repeat left center;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 5px 0px;
	}

#bar1 ul li {
	background: #B8B991 no-repeat left center;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 5px 0px;

	}

#bar1 ul li a{
	display: block;
	color: #fff; 
	text-decoration: none; 
	text-indent: 14px;
	border: none;

}
#bar1 ul li a:hover{
	display: block;
	text-decoration: none;
	border: none;
	color: #f8cd86; 

}

#bar1 p {
	text-align: center;
	color: #fff;
	padding : 10px 0 10px 0;
}
/* sidebar2 */

#sidebar2 {
	font-size:10pt;
	width: 180px;
	color:#555;
	float:right;
	margin: 30px 0 30px 0;
	padding: 0;
	list-style-type: none;
	line-height: 100%;


}
.bar2 {
	background: #fff no-repeat left center;
	padding: 5px 15px 0px 15px;
	margin: 0 0 10px 0;
	border: 1px solid #B8B991;

}

.bar3 {
	background: #fff no-repeat left center;
	border: 1px solid #B8B991;
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
}
.bar4 {
	background: #fff no-repeat left center;
	border: 1px solid #B8B991;
}

.children {
	line-height: 150%;
	list-style-type: none;
	padding: 0px 0 0 0;

}

#sidebar2 li {
	background: #fff no-repeat left center;
	list-style-type: none;
	margin: 0 0 0px 0;
	padding: 10px 3px 10px 3px;
	}

#sidebar2 p {
	padding: 3px 0px 10px 10px;
	}

#sidebar2 ul li {
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 5px 5px;

	}
#sidebar2 ul li a{
	text-decoration: none; 
	border: none;
}
#sidebar2 ul li a:hover{
	border: none;
	color: #f00; 

}
#sidebar2 ul li ul li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	}

#sidebar2 h2{
	font-size: 10pt;
	font-weight: 300;
	padding:0px 0px 0px 0px;
	margin:3px 0px 12px 0px;
	display: none;

}

/*calender*/


#wp-calendar {
	background: #fff;
	color: #777; 
	width:100%;
	padding: 5px 0px 5px 0px;
	margin: 0 0 10px 0;
	}
#wp-calendar td {
	text-align: center;
}
#wp-calendar tbody tr td a{
	background: #EEE ;
	display: block;
	text-decoration: underline;
	}

#wp-calendar tbody tr td a:hover{
	background: #CCC ;
	display: block;
	color: #009; 
	text-decoration: underline;
	}

#wp-calendar tfoot tr td a{
	color: #009; 
	}
#wp-calendar tfoot tr td a:hover{
	color: #009; 
	text-decoration: underline;
	}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 10px;
	}

#searchform input#s{
	font-size: 9pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 9pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: url("images/foot.png");
	clear: both;
	height: 180px; 
	width: 820px;
	margin-top:0px;
	font-size: 8pt;
	}



#shopdata {
	width: 580px;
	height:100px;
	margin: 40px 0 5px 0px;
	padding: 0px;
	float: left;
	color: #7B5300;
}
#shopdata .des {
	font-size: 10pt;	
	text-indent: 130px ;
	line-height:100% ;
	color: #7B5300;
	padding: 3px 0 4px 0;
	margin:0 0 0px 0px;

}
#shopdata .shopname {
	display: block;
	font-size: 14pt;	
	text-indent: 130px ;
	line-height:100% ;
	color: #7B5300;
	padding: 0 0 4px 0;
	margin:0px;
	float: left;
}
#shopdata .addr {
	display: block;
	font-size: 10pt;	
	text-indent: 20px ;
	line-height:100% ;
	color: #7B5300;
	padding: 5px 0 0px 0;
	margin:0px 0 0 0px;
	float: right;
	
}
#shopdata .communi {
	clear: both;
	font-size: 10pt;	
	text-indent: 0px ;
	line-height:100% ;
	color: #7B5300;
	padding: 0 0 0px 0;
	margin:0px;
	text-align: right ;
}

#shopdata .acce {
	clear: both;
	font-size: 10pt;	
	text-align: right ;
	line-height:140% ;
	color: #7B5300;
	padding: 10px 20px 0px 0;
	margin:0px;
}

#map {
	width: 230px;
	height: 100px;
	padding: 0px;
	float: right;
	margin: 50px 0px 0px 0;
	clear: both;	
}
 

#footnavi {
	color: #7B5300;
/*	background: #fff;*/
	width: 820px;
	clear: both;
}
#footnavi li {
	list-style-type: none;
	display: inline;
}
#footnavi ul {
	width: 100%;
	text-align: center;
}
#footnavi p{padding:2px;margin: 0px; color: #7B5300;}
#footnavi a{color: #7B5300;text-decoration: none;}
#footnavi a:hover{color: #f00;text-decoration: underline;}

/* special */

#migi{
	background: #fff;
	margin: 6px 6px 6px 280px; 
	padding: 10px 5px;
	width: 280px;
}
#hidari{
	background: #fff;
	margin: 6px 6px 6px 0px; 
	padding: 10px 5px;
	width: 280px;
}


/*  */

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 100%;
    font-weight: bold;
    line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #BDEBAD;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
/*    background: #fff;*/
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 100%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 100%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 100%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 100%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    padding-left: 10px;
    border-left: 5px solid #999;
    color: #444;
    font-size: 125%;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 100%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}
/* navigation */
.content-nav {
    font-size: 93%;
    margin: 10px;
    text-align: center;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 100%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 100%;
}
/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 93%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #CC9999;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 93.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 90.6%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}
