@charset "utf-8";

/*====================================================
	base
====================================================*/

body{
	 background-color: #F3F3F3;
	 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;
	}  


*{	margin:0; padding:0;
}

br {letter-spacing:0;
}	 

 

	 

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

a:link{color:#666666 ; text-decoration:none;}
a:visited{color: #666666; text-decoration:none;}
a:active {color: #666666; }
a:hover {color:#009966; text-decoration:none;}


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

/*   10px   */
.sText{
	font-size:63%;
	line-height:1.6;
}

/*   12px   */
.mText{
	font-size:75%;
	line-height:1.6;
}

/*   14px   */

.lText{
	font-size:88%;
	line-height:1.6;
}

/*   16px   */

.xlText{
	font-size:100%;
	line-height:1.5;
}

.xxlText{
	font-size:125%;
	line-height:1.5;
}

/* New Win */

#N_win_wrap {
	width:580px;
	margin:0 auto;
	text-align: center;
}

#N_win_contents {
	width:480px;
	margin:0 auto;
	text-align: left;
	line-height:1.6;
}

#titleText{
	font-size:120%;
	width:480px;
	line-height:1.5;
	margin-top:1.5em;
	margin-bottom:0.8em;
	color:#12523A;
	font-weight:bold;
	text-align: left;
	letter-spacing:1px;
}


.contents_box {
	width:480px;
	margin:0 auto;
	text-align: left;
	font-size:70%;
	line-height:1.6;
}

.linktext{
	font-size:75%;
	line-height:1.6;
	font-weight:bold;
}





