/*   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; 
}
   
.Low-bar {    /* class Low-bar ... */
   
	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-bar ul {
	 /* vertcal space from PullDown Menue
	margin-top:300px; padding:0;     */
	 margin-top:20px; padding:0;   /*  for adding youth section */
	}
.Low-bar li {
	margin-bottom: 4px;
	list-style-type: none;
}
.Low-bar 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:24px;  */
   padding-left: 0;  
	text-decoration: none;
	text-align: left;
	font-size:1.2em;
	background-color: #66cc66;
	border-radius: 8px;
}
.Low-bar 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;
}
