@charset "utf-8";
/********* WORDPRESS:Stylesheet *********/
#wordpresswrapper {
 width: 800px;
 margin: 0 auto 2em;
}
#wordpresswrapper a {
 color: #303030;
 text-decoration: underline;
}
#wordpresswrapper a:hover {
 color: #ff9900;
 text-decoration: underline;
}
#wordpresswrapper h2 {
 font-size: 190%;
 border-left: 3px solid #ff9000;
 padding: 8px 10px;
 background: #f3f5f6;
 display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
/*** Contents ***/
.entry {
 margin: 1em 0;
/* border: 4px double #a0a0a0; */
 background: #ffffff;
/* padding: 1em; */
}
.entry p {
 margin: 0.8em 0;
}
.entry h3 {
 background-image: none;
 display: block;
 width: auto;
 height: auto;
 float: none;
 font-size: 160%;
}
.entry h2 a {
 color: #303030;
 text-decoration: none;
}
.entry h2 a:hover {
 color: #ff9900;
 text-decoration: underline;
}
#content #post-154 .entry {
 background-color: #ffffff;
 border: none;
 padding:0;
}
/*** Sidebar ***/
#sidebar {
 width: 190px;
 float: right;
 margin: 0 auto;
}
#sidebar .widget {
 margin-bottom: 1em;
 padding-bottom: 1em;
 background: url(https://www.nibankan-y.com/assets/images/sidebar_bg.gif) bottom no-repeat;
}
#sidebar .widget h2 {
 font-size: 110%;
 background: #303030;
 padding: 4px;
 color: #e0e0e0;
 display: block;
 border: 1px solid #ffffff;
 border-bottom: none;
}
#sidebar .widget ul {
 margin: 4px 1em;
 list-style: none;
}
#sidebar .widget ul li {
}
/********* // WORDPRESS:Stylesheet *********/