@charset "shift_jis";

/*
-------------------------------------------------------------------------
  Program Name		: nmdb_lib_common.css
-------------------------------------------------------------------------
  Version 1.0.0		2008/01/21	Naoki Hikasa	New Create
-------------------------------------------------------------------------
*/

/************************************************************
     BODY
*************************************************************/

/* 共通利用 */
body.body01{
	font-family:'MS UI Gothic', 'Times New Roman', Osaka;
	font-size:10pt;
	background-color:white;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:0px;
}

body.body02{
	font-family:'MS UI Gothic', 'Times New Roman', Osaka;
	font-size:10pt;
	background-color:white;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}


/************************************************************
     TABLE
*************************************************************/

/* 共通利用 */
table.table01_l_t{
	text-align:left;
	vertical-align:top;
	border-style:none;
	width:800px;
	background-color:#ffffff;
	border-collapse:collapse;
	color:#000000;
}

table.table02_l_t{
	text-align:left;
	vertical-align:top;
	border-style:none;
	width:800px;
	color:black;
	background-color:white;
}

table.table03_l_t{
	text-align:left;
	vertical-align:top;
	border-style:none;
	background-color:#ffffff;
	border-collapse:collapse;
	color:#000000;
}


/************************************************************
     TD
*************************************************************/



/************************************************************
     INPUT
*************************************************************/

/* 共通利用 */
input.input01_a{
	height:20px;
	ime-mode:active;
}

input.input01_d{
	height:20px;
	ime-mode:disabled;
}

input.input02_d{
	height:20px;
	ime-mode:disabled;
	width:60px;
}

input.input03_d{
	height:20px;
	ime-mode:disabled;
	width:60px;
	background-color:#cccccc;
}

input.input04_d{
	height:20px;
	ime-mode:disabled;
	width:48px;
}

/************************************************************
     A
*************************************************************/

a:link 		{ color: blue } 
a:visited 	{ color: blue } 
a:hover 	{ color: blue } 
a:active 	{ color: blue }

a.a_hand {
			cursor:hand;
		}

a { 
	text-decoration: none;	
}


/************************************************************
     IMG
*************************************************************/

/* 共通利用 */
img.img01{
	cursor:default;
    border-width:0px;
}

img.img02_hand{
	cursor:hand;
	border-width:0px;
	vertical-align:middle;
}



/************************************************************
     HR
*************************************************************/

/* 共通利用 */
hr.hr01{
	width:800px;
	text-align:left;
	margin-left:0;
}


/************************************************************
     MARGIN
*************************************************************/


/************************************************************
     STYLE
*************************************************************/

