/* ---------------------------------------------------------- */
/*   THEME STYLING BEGINS HERE                                */
/* ---------------------------------------------------------- */


/* basic page element styling */

body {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
	color: #333;
	background-color: #fff;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}

a {
	color:#fd4f02;
}

a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* page layout basics */

#container {
	width: 900px;
}

#alpha {
	float: left;
	margin: 0 0 0 0px;
}

#alpha-inner {
	padding: 0 0 25px;
}

#beta {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left: 60px;
	float: left;
}

#beta-inner {
	padding: 15px 0 25px;
}

#gamma {
	float: left;
	margin: 0 0 0 0px;
}

#gamma-inner {
	padding: 0 0 25px;
}


/* container styling */

#container-inner {
}


/* banner styling */

#banner {
	width: 900px;
	height: 400px;
	margin: 0;
	background:url(https://www.hayashifumiko.com/images/header_2017.jpg) no-repeat #ffffff;
	position:relative;
}

#banner #btn-fb {
	position:absolute;
	left:16px;
	top:300px;
}

#banner #btn-fb a {

}

#banner #btn-fb a:hover {
filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}

#banner #banner-banner {
	position:absolute;
	left:16px;
	top:290px;
}

#banner #banner-banner a {

}

#banner #banner-banner a:hover {
filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}

#banner a {
	color: #000;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner-inner {
	border-top-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	padding-right: 220px;
}

#banner-header {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-indent: -1000em;
}

#banner-description {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-indent: -1000em;
}


/* navigation bar styling */

#nav {
	padding: 0;margin:0;
	width:900px;height:42px;
	background-color: #f78232
}

.nav-list {
	padding: 0;margin:0 0 0 66px;
}

.nav-list li.nav-list-item {
	padding: 0;margin:0;
    text-align: center;
    padding-top: 9px;
    margin-bottom: -9px;
}

.nav-list li.nav-list-item a{
	padding: 0;margin:0;
	width:153px;
	height:42px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.nav-list li.nav-list-item a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* pagebody styling */

#pagebody {
	background-color: #fff;
	width: 900px;
}

#pagebody-inner {
	padding:  0;
}


/* entry listing and entry styling */

.content-header {
	color: #666666;
    font-size: 24px;
    padding: 15px 0 3px 0px;
    margin-bottom: 20px;
    border-bottom: 4px solid #f78232;
}

.content-nav {
	margin: 5px 0 20px;
}


.date-header {
	color: #666;
	margin: 5px 0;
	font-size: 14px;
}

.entry {
	font-size: 14px;
	color: #666;
}

.entry-header {
	color: #000;
	margin: 5px 0 5px;
	font-size: 18px;
}

.entry-header a {
	color: #fd4f02;
	text-decoration: none;
}

.entry-header a:hover {
	text-decoration: underline;
}

.entry-content {
	margin: 0;
	position: relative;
}

.entry-content p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

.entry-content h3 {
    font-size: 24px;
    padding: 15px 0 3px 0px;
    margin: 15px 20px 0px 20px;
    border-bottom: 4px solid #f78232;
}

.entry-content h4 {
	color: #fd4f02;
	font-weight: bold;
	margin-bottom: 0px;
}

.entry-more-link {
	font-size: 11px;
	font-weight: bold;
}

.entry-footer {
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
	margin: 10px 25px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	font-weight: normal;
}

.entry-footer a {
	color: #666;
}

.entry-footer a:hover {
	color: #333;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
	width: 80%;
}


.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
}

.trackbacks-info,
.trackback-footer,
.comments-info,
.comment-footer,
.comments-open-footer,
.archive-content {
	margin: 5px 0 20px;
}


.trackback-footer,
.comment-footer {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
}

.comment-footer a {
	color: #666;
}

.comment-footer a:hover {
	color: #333;
}


/* sidebar module styling */

.module-header {
	color: #000;
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

.module-header a {
	color: #000;
}

.module-content {
	margin: 5px 0 20px;
	font-size: 11px;
}

.module-content a {
	color: #900;
}

.module-content a:hover {
	color: #600;
}


.module-calendar {
	font-size: 11px;
}


.module-powered {
	margin: 0;
	padding: 0;
}

.module-powered .module-content {
	margin: 15px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;	border-color: #e5e5e5;
	color: #333;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
}

.module-powered .module-content a {
	color: #333;
}

.module-photo {
	border: 0;
	background: none;
}

.module-photo .module-content {
	margin: 10px;
}

.module-photo img {
	border: 0;
}


.module-featured-photo {
	width: 415px;
}

.module-featured-photo .module-content {
	margin: 15px 0 5px;
}

.module-featured-photo img {
	width: 415px;
}


.module-recent-photos {
	border: 0;
	margin-left: 2px;
}

.module-recent-photos .module-header {
	background-image: none;
}

.module-recent-photos .module-list {
	margin: 0;
}

.module-recent-photos .module-list-item {
	width: 64px; /* mac ie fix */
	margin: 0 5px 6px 0;
	padding: 0;
	background-image: none;
}

.module-recent-photos .module-list-item a {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	border-color: #ccc;
	background-color: #eee;
}

.module-recent-photos .module-list-item a:hover {
	border-color: #000;
}

.archive-list-item {
	margin-bottom: 5px;
}

.typelist-thumbnailed {
	margin: 0 0 20px;
}

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	background-repeat: repeat-x;
	background-position: top left;
	border-color: #e5e5e5;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
	font-size: 11px;
}

.typelist-thumbnail {
	background: #f3f3f3;
}

/* footer */
#footer {
	background-color: #ffffff ;
	margin-top: 3px;
	border-top: solid #cccccc 1px;
	position:relative;
	width:900px;
	height:30px;
	margin:0;padding:0;
	text-align:center;
}

#footer p {
margin:0;padding:5px 0 0;
}

#footer .pagetop {
position:absolute;
right:10px;top:5px;
}

#footer .pagetop a {
	text-decoration: none;
	color: #666;
}

#footer .pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* one-column tweaks */

.layout-one-column #container { width: 900px; }
.layout-one-column #banner { width: 900px; }
.layout-one-column #alpha { width: 900px; }


/* two-column-left tweaks */

.layout-two-column-left #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-tw.png); }
.layout-two-column-left #alpha { width: 300px; }
.layout-two-column-left #beta { width: 560px; }


/* two-column-right tweaks */

.layout-two-column-right #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-wt.png); }
.layout-two-column-right #alpha { width: 560px; }
.layout-two-column-right #alpha-inner { padding:0 0 25px 20px; }
.layout-two-column-right #beta { width: 280px; }


/* three-column tweaks */

.layout-three-column #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-twt.png); }
.layout-three-column #alpha { width: 120px; }
.layout-three-column #beta { width: 400px; }
.layout-three-column #gamma { width: 300px; }


/* three-column-right tweaks */

.layout-three-column-right #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-wtt.png); }
.layout-three-column-right #alpha { width: 400px; }
.layout-three-column-right #beta { width: 120px; }
.layout-three-column-right #gamma { width: 300px; }


/* ClearFix */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}





/* SEISAKU-PAGE */
#seisaku h2 {
margin-top:20px;
}

#seisaku h2 strong {
font-size:150%;
color:#fd4f02;
}

#seisaku h4 {
color:#0068b7;
border-bottom:2px solid #0068b7;
margin-bottom: 20px;
}

#seisaku .jisseki strong {
color: #fff;
background:#0068b7;
padding: 3px 5px;
border-radius:3px;
}
#seisaku .mokuhyo strong {
color: #fff;
background:#ea5504;
padding: 3px 5px;
border-radius:3px;
}

#seisaku .jisseki ul,
#seisaku .mokuhyo ul {
padding:0;
list-style:none;
}
#seisaku .jisseki ul li,
#seisaku .mokuhyo ul li {
padding:0;
margin:5px 0;
}
#seisaku .jisseki ul li span,
#seisaku .mokuhyo ul li span {
font-size:90%;
}
#seisaku .jisseki ul li::before,
#seisaku .mokuhyo ul li::before {
content:"●";
padding: 0 10px;
}

#seisaku .jisseki ul li {
}

#seisaku .mokuhyo ul li {
color:#ea5504;
}

#seisaku .pdf {
text-align:center;
border:5px solid #0068b7;
border-radius:5px;
}
#seisaku .pdf h5{
color:#fff;
background:#0068b7;
margin:0;
padding:10px;
font-size:150%;
font-weight: bold;
}
#seisaku .pdf p{
padding: 10px 20px;
font-size:120%;
}






/* ph=1 */
