/*----------------------------------------------------
base css for Gunma General Public Service

----------------------------------------------------*/

/* element -----------------------------------------*/

body {
	color :                #333333;
	background-color :     #E8E7E7;
	background-image :     url("../common/bg_img.gif");
	margin :               0;
	padding :              0;
}
  
td, th {
	color : #333333 ;
	vertical-align : top 
;}
 
TD.mid { vertical-align : middle ;
  background-color : white;
}
TD.bot { vertical-align : bottom ;
  background-color : white;
}

img {
	border :               0 none hidden ;
}

sup, sub {
	font-size :            60%;
}

a:link {
	color :                #333333;
	text-decoration :      none;
}

a:visited {
	color :                #333333;
	text-decoration :      none;
}

a:hover {
	color :                #FF6600;
	text-decoration :      underline;
}

a:active {
	color :                #FF6600;
	text-decoration :      underline;
}


a.red:link {
	color :                #FF3300;
	text-decoration :      none;
}

a.red:visited {
	color :                #FF3300;
	text-decoration :      none;
}

a.red:hover {
	color :                #FF3300;
	text-decoration :      underline;
}

a.red:active {
	color :                #FF3300;
	text-decoration :      underline;
}



a.green:link {
	color :                #276532;
	text-decoration :      underline;
}

a.green:visited {
	color :                #276532;
	text-decoration :      underline;
}

a.green:hover {
	color :                #276532;
	text-decoration :      underline;
}

a.green:active {
	color :                #276532;
	text-decoration :      underline;
}


h1, h2, h3 {
	margin :               0;
}




/* class -------------------------------------------*/



.gray {
	color :                #CCCCCC;
}

.red {
	color :                #FF3300;
}

.green {
	color :                #276532;
}

.white {
	color :                #FFFFFF;
}

.mark { 
	vertical-align : middle;
}






