/* NIPPON ICHI SOFTWARE official web site css [TOP_index] */

/* BODY basic style */
BODY.base {
background-color:			#ffffff;
font-size:					10pt;
color:						#665533;

scrollbar-arrow-color:		#BEBEBA;
scrollbar-base-color:		#ffffff;
scrollbar-track-color:		#ffffff;
scrollbar-face-color:		#ffffff;
scrollbar-highlight-color:	#BEBEBA;
scrollbar-3dlight-color:	#ffffff;
scrollbar-shadow-color:		#BEBEBA;
scrollbar-darkshadow-color:	#ffffff;
}


.bg_top {
background-image:			url(img/sdw1.gif);
background-repeat:			repeat-x;
}

.bg_bottom {
background-image:			url(img/sdw2.gif);
background-repeat:			repeat-x;
}


.line {
background-image:			url(img/sitemap_ten_i.gif);
background-position:        right top;
background-repeat:			repeat-y;
}


.sitemap {
margin-left:				5px;
margin-top:					5px;
}

.box {
padding:					5px;
}

/* LINK basic style */
a {text-decoration:			none;}

a:link {color:				#333333;}
a:visited {color:			#333333;}
a:active {color:			#ff9900;}
a:hover {color:				#ff9900;
text-decoration:					underline;}




/* TABLE */
table {
font-size:					10pt;
color:						#665533;
}


/* TD */
td.v_top {
vertical-align:				top;}

td.v_bottom {
vertical-align:				baseline;}


/* IMG */
img {
border:						0px;
margin:						0px;
}


/* FOOTPRINT */
.footprint {
margin:						3px 0px;
font-size:					8pt;
color:						#999999;
}


.strong {
font-size: 10pt;
}