@charset "utf-8";

/*====================================================
	base
====================================================*/
*{
	margin:0; padding:0;
}
html {overflow-y: scroll;}

body{font-size: 12px;
     color:#2D2D2D;
	 font-family: Geneva, Arial, Swiss, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
     font-size: 12px;
	 line-height:1.6em;
	 background-color: #ffffff;
	 scrollbar-base-color:#FFFFFF;
     scrollbar-face-color:#E9E9E9; 
     scrollbar-arrow-color:#7F7F7F;  
     scrollbar-highlight-color:#FFFFFF;  
     scrollbar-3dlight-color: #FFFFFF; 
     scrollbar-shadow-color:#BBBBBB; 
     scrollbar-darkshadow-color: #FFFFFF;
	}
	 
br {letter-spacing:0;
}	 

/*--------------------------
	link
--------------------------*/

a:link{color:#254e9b ; text-decoration:none;}
a:visited{color: #254e9b; text-decoration:none;}
a:active {color: #254e9b; }
a:hover {color:#254e9b; text-decoration:underline;}


/*--------------------------
	font-size
--------------------------*/


.sText{
	font-size:10px;
	line-height:1.33;
}

.mText{
	font-size:14px;
	line-height:1.33;
}

.lText{
	font-size:16px;
	line-height:1.33;
}





.nav_index{
    font-size:12px;
	color: #0000FF;
	text-decoration: underline;
}


			
.nav_text {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;

}
.nav_text a:link{color: #0000FF; text-decoration:none;}
.nav_text a:visited{color: #0000FF; text-decoration:none;}
.nav_text a:active {color: #0000FF; }
.nav_text a:hover {color:#0000FF; text-decoration:underline;}
