/*   style3.css  box model */

@font-face
{
font-family: mplus-1p-regular;
src: url(home/mplus-1p-regular.ttf)
     format("truetype");
}

body {  
   background-position: 0% 0%;
   background-color: rgb(114, 184, 200);
 
 color:rgb(60,40,20); 
  text-align:center;
 font-size: 12px; text-align:center; 
}

#jnr {
	background-color:rgb(235, 235, 177)
}

.Low-barY {    /* class Low-barY ... */
   
	opacity:0.8;
 width:1300px;
        padding:0;
                     /*   float:left; */
 clear:both;
 	text-align:left;
	font-size: 2.3em;
	font-family: "ＭＳ 教科書体",sans-serif;
	text-shadow: 2px 2px 2px bisque;
}

.Low-barY ul {
	margin-top:300px; padding:0;   /* vertcal space from PullDown Menue    */
	}
.Low-bary li {
	margin-bottom: 4px;
	list-style-type: none;
}
.Low-barY li a {
	color:rgb(25, 28, 214);
   background: -webkit-linear-gradient(top,#8cc58c, #204020);
   background: -moz-linear-gradient(top,#66ccff, #204020);
   background: -ms-linear-gradient(top, #66ccff, #204020);
   background: -o-linear-gradient(top, #66ccff, #204020);
 
	display: block;
	line-height:85px;
    padding-left: 20px;  
   	text-decoration: none;
	text-align: left;
	font-size:1.2em;
    background-color: #4ac4c9; 
	background-image:url(../img/Young.png);
	border-radius: 8px;
}
.Low-barY li a:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #cacaca;
}


#footerPC {
	text-align: left;
	font-size:1.5em;
 width:80%;
 hight:10%;
 clear:both;
}
