/*___________________________________________BASIC DEFINITIONS_____*/


TABLE{
    teble-layout:fixed;
}

BODY,SPAN {
    font-family:"ＭＳ Ｐゴシック","MS UI Gothic","ＭＳ Ｐ明朝";
}

A {
text-decoration:underline;
}

A:link,A:visited {
 background-color:transparent;
}

A:active {
 background-color:transparent;
}

A:hover {
text-decoration:none;
}

/*___________________________________________GENERAL TXT_____*/


/*  フォント最小 */
.size1 {
 font-size:10px;
 line-height:12px;
}


/*  フォント最小行間大 */
.size1w {
 font-size:11px;
 line-height:16px;
}


/*  フォント標準 */
.size2 {
 font-size:10pt;
 line-height:14px;
}



/*  フォント標準行間大 */
.size2w {
 font-size:10pt;
 line-height:18px;
}

/*  フォント大 */
.size3 {
 font-size:12px;
 line-height:15px;
}


/*  フォント大行間大 */
.size3w {
 font-size:12px;
 line-height:18px;
}

/*  フォント特大 */
.size4 {
 font-size:11pt;
 line-height:15px;
}

/*  フォント特大行間大 */
.size4w {
 font-size:11pt;
 line-height:20px;
}



/*___________________________________________FORM DEFINITIONS_____*/


.pulldown140 { 
	color: #000000; 
	font-size: 9pt; 
	background-color:#FF9900;
	width:140px
}


.pulldown150 { 
	color: #333333; 
	font-size: 9pt; 
	background-color:#f0f0f0;
	width:150px
}

.pulldown230 { 
	color: #333333; 
	font-size: 9pt; 
	background-color:#f0f0f0;
	width:240px
}

