body{
      position: relative ;
      margin-left:auto;
      margin-right:auto;
      padding : 0px;
      background-color: #fff;
      font-family: "MS UI Gothic",sans-serif;
      }

.header{
  background-image:url("images/ri-fu500.jpg");
  background-repeat:repeat-x;
  position:relative;
  height:78px;
  z-index:1;
}

.ui-body-z .ui-content p{
    font-size:12px;
}

.ui-body-z .ui-content td {
  font-size: 11px;
  line-height:140%;
  letter-spacing:-1px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.ui-body-z .ui-content table {
      font-size: 11px;
  line-height:140%;
  letter-spacing:-1px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.ui-body-z .ui-content td p{
  font-size: 11px;
  line-height:140%;
  letter-spacing:-1px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.ui-body-z .ui-content table p{
      font-size: 11px;
  line-height:140%;
  letter-spacing:-1px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}


.kakumarukage {
border-top: 1px rgb(204, 207, 206) solid;
border-left: 1px rgb(204, 207, 206) solid;
border-right: 1px #808080 solid;
border-bottom: 1px #808080 solid;
border-radius: 10px; /* CSS3草案 */
-webkit-border-radius: 10px; /* Safari,Chrome用 */
-moz-border-radius: 10px; /* Firefox用 */
/*behavior:url(border-radius.htc);*/
}

.kakumaru {
border-radius: 10px; /* CSS3草案 */
-webkit-border-radius: 10px; /* Safari,Chrome用 */
-moz-border-radius: 10px; /* Firefox用 */
/*behavior:url(border-radius.htc);*/
}

.kakumaru-u {
border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
/*behavior:url(border-radius.htc);*/
}

.kakumaru-b {
border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
/*behavior:url(border-radius.htc);*/
}

.kakumaru-l {
border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
/*behavior:url(border-radius.htc);*/
}

.kakumaru-r {
border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
/*behavior:url(border-radius.htc);*/
}

a.sbutton {
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   -webkit-border-radius: 7px;
   border-radius: 7px;
   padding: 0.3em 0.9em;
   margin: 0px 0.3em;
   text-decoration: none;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   background: linear-gradient(top, #fff, #ccc);
   line-height: 2em;
   white-space: nowrap;
}

.SP-div {
   margin-top:35px;
   margin-bottom:35px;
}
.SP-div-u {
   margin-top:0px;
   margin-bottom:35px;
}
.SP-div-d {
   margin-top:35px;
   margin-bottom:0px;
}


#okini2{
    display:none;
}

#navi
	{

	left: 0px;
	width : 100%;

	background-color: #ffffff;
	text-align: left;
	font-size: 13px;
	background-image:url(images/header750.jpg);
	background-repeat: repeat;
    padding: 5px 0px 0px 0px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #F0F0F0;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #F0F0F0;

	clear: both;

	}

#navi ul { margin : 0px; padding : 0px 10px 5px 10px ; }

#navi li
	{
	margin-right : 5px;
	display : inline;
	border-right: 1px solid #D6D6D6;
	padding: 0px 5px 0px 0px;
	padding-top: 0px;
	}

#navi a { text-decoration:none; }
#navi a:link	{ color: #0066ff; }
#navi a:visited	{ color: #0066ff; }
#navi a:hover	{ color: #ff0033; position:relative; top:1px; left:1px; }
#navi a:active 	{ color: #0066ff; }

#navi li.bwn { display:none; }



#contents
	{
	padding-top: 25px;
	position: static;
	height : auto;
	font-size : 14px;
	font-weight : 400;
	color : #666;
	margin-top: 0px;
	margin-bottom : 50px;
	}

h3,h4,h5,h6,.midashi
	{
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-left : 10px;
	padding-top : 3px;
	padding-bottom :3px;
	font-size : 15px;
	font-weight : 900;
	line-height : 1.5em;
	color : #996633;
	background-color : #FDF0B7;

	border-top-width : 2px;
	border-top-style : solid;
	border-top-color : #f0f0f0;

	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #f0f0f0;

	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : #b4b4b4;

	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #b4b4b4;

border-radius: 10px; /* CSS3草案 */
-webkit-border-radius: 10px; /* Safari,Chrome用 */
-moz-border-radius: 10px; /* Firefox用 */
behavior:url(border-radius.htc);
	
	clear: both;
	z-index: 0;
	}

.cl{
   clear: both;
   visibility: hidden;
   height: 0;
   content:".";
   display:block;
   font-size:0;
   margin:0;
   padding:0;

}


.more-link
	{
	font-size : 14px;
	font-weight : 400;
	color : #666;
	}

.more {

	font-size: 12px;
	position: static;
	margin-top: 0px;
	margin-left:auto;
	text-align:right ;
	margin-right: 0 ;
	margin-bottom: 0px;
	}

.more ul { 
    margin: 0px;
    padding: 5px 10px 0px 0px;
    list-style-type:none;
    }
    
.more li { 
    margin-left:10px;
    padding-left:17px;
    display:inline;
    background: url(https://e-img.work/arr0104-rgt.gif) no-repeat 0px 1px;
    }

.more li.bwn { 
    margin-left:10px;
    padding-left:17px;
    display:inline;
    background: url(https://e-img.work/arr0104-bwn.gif) no-repeat 0px 1px;
    }

.more li.bwn2 { 
    margin-left:10px;
    padding-left:17px;
    display:inline;
    background: url(https://e-img.work/arr0104-bwn.gif) no-repeat 0px 1px;
    }

.more a { text-decoration:none; }
.more li.bwn2 a:link	{ color: #996633; }
.more li.bwn2 a:visited	{ color: #996633; }
.more li.bwn2 a:hover	{ color: #ff0033; position:relative; top:1px; left:1px; }
.more li.bwn2 a:active 	{ color: #996633; }

.entry-footer {
	border-top: 1px solid #cccccc;
	}

.entry-footer2 {
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
    background-color:#F0F0f0;
    font-size: 12px;
	position: static;
	text-align:right ;
	padding-right: 0px;

	margin-top: 0px;

	margin-bottom : 20px;
	}
	
html[xmlns] .entry-footer2 {
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
    background-color:#F0F0f0;
    font-size: 12px;
	position: static;
	text-align:right ;
	padding-right: 0px;

	margin-top: 0px;

	margin-bottom : 20px;
	}


	
.entrys .footerlink
	{
	font-family: "MS UI Gothic",sans-serif;
	font-size : 8px;
	font-weight : 400;
	clear: both;
	}

.footerlink li { list-style: none; }


entrys
	{
	position: relative;
	height : auto;
	font-size : 14px;
	font-weight : 400;
	color : #666;
	margin-top: 0px;
	margin-bottom : 0px;
	padding : 0px 10px ;
	}

.entry-body2
	{
	margin-top: 10px;
	padding : 10px 0px ;
	position: static;
	min-height:140px;
    height:auto !important;
    height:140px;
    background-image : url(images/ri-fu2.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
	}

.entry-body3
	{
	margin-top: 10px;
	padding : 10px 0px ;
	position: static;
	min-height:140px;
    height:auto !important;
    height:140px;
    background-image : url(images/sakura.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
	}

.entrys img
	{
	}


#floatbutton
    {
    position: fixed;
    right: 5px;
    top: 54px;
    z-index:5;
    }

.float{
	float: left;
	margin: 0px 20px 30px 0px;
	padding: 0px 0px 0px 0px;
	}
.floatr{
	float: right;
    margin: 0px 0px 20px 15px;
	padding: 0px 0px 0px 0px;
	}

html[xmlns] .float{
	float: left;
	margin: 0px 20px 30px 0px;
	padding: 0px 0px 0px 0px;
	}
html[xmlns] .floatr{
	float: right;
    margin: 0px 0px 20px 15px;
	padding: 0px 0px 0px 0px;
	}


