body {
	background: #fff;
}

#rap{
	margin: 5px auto;
	background: #fff;
	font-family: "UD Shin Go Regular"
	font-size: 1.1em;
	line-height: 1.25;
	width:90%;	
}

#content {
	float: left;
	width: 100%;
}
.story{
	font-size: 1em;
	background: #fff;
	padding-right: 1px;
	padding-left: 1px;
}
.story img{
	border: 0;
}

.storytitle{
	font-family: "UD Shin Go Medium";
	background: #f3f3e3; 
	border-top: 2px solid #D5D5D5; 
	/*border-bottom: 1px solid #D5D5D5; */
	padding: 2px 2px 2px 2px;
}
.storycontentup{
	font-family: "UD Shin Go Regular";
}
.storycontent{
	float: left;
	font-size: 1em;
	line-height:1.25;
	margin-bottom:1em;
	padding-left: 20px;
	padding-right: 10px;
	width: 60%;
}

.storycontent2{
	font-size: 1em;
	line-height:1.25;
	margin-bottom:1em;
	padding-left: 20px;
	padding-right: 10px;
}
.storytitle h1{
	font-size: 1.4em; 
	color:#00b300; 
	font-weight: bold;
	margin:0; 
	padding-bottom: 5px; 
}
.storycontent table{
	border: 0px;
	padding: 2px;
	color:#222; 
//	font-weight: bold;
	margin-left: auto;
	margin-right: auto; 
	padding-bottom: 5px; 
	table-layout: auto;
	width: 95%;
}
.storycontent td{
	padding-bottom: 5px;
	border: 1px solid #fff;
}
	
.news {
	font-family: "UD Shin Go Regular";
	font-size: 1em;
	height: 300px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	overflow: scroll;
}
.news li{
	list-style-type: square; 
}


/* -- Header sytle -- */
#header {
	font: 14px bold;
	color: brown;
/*	background: #659733; */
	background-image: url("../weblog/wp-content/uploads/2019/03/title-iriyasaki.jpg");
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	letter-spacing: 0.1em;
	margin: 0;
	height: 175px;
	padding: 10px 15px 2px 15px;
}
#header h1{
	font: bold 230%;	
}

#header img{
	border:none;
}
.navlist {
/*	background-color:#659733; */
	background-color:#E90033; 
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 35px; 
	padding: 3px 3px 0px 3px;
	color:#FFFFFF; 
	font-family: "UD Shin Go Medium";
	font-size: 20px; 
	font-weight: bold; 
	text-align: left; 

	margin: 0px 0px 0px 0px;
}

.navlist ul{
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	white-space: nowrap; 
}

.navlist li {
	display: inline;
	list-style-type: none; 
}

.navlist a { 
	padding: 0px 10px; 
}

.navlist a:link, .navlist a:visited {
	color: #FFFFFF;
/*	background-color:#659733; */
	background-color:#E90033; 
	text-decoration: none; 
}

.navlist a:hover {
	color: #659733;
	background-color:#FEEA43;
	text-decoration: none; 
}

#footer {
/* background-color:#66ACC6; */
 top: 0px;
 right: 0px;
	background-color:#E90033; 
 font-family: "UD Shin Go Medium";
 font-size: 0.7em; 
 color:#FFFFFF;
 text-align:center;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 5px 5px 10px 5px;
	clear:both;
} 

#footer a:link, #footer a:visited { 
 color: #FFFFFF; 
 text-decoration: none;
 background-color: transparent; 
}

#footer a:hover { 
 color: #FEEA43; 
 text-decoration: underline; 
}
#footer2 {
	clear: both;
	margin-top: 10px;
	font-size: 0.7em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
