/* common */
body, a, h1, h2, h3, div, form, fieldset 		{margin:0px; padding:0px;}

html				{height:80%;}
body 				{margin:0; padding:10% 0 0 0; color:#999999; text-align:center; height:80%; font-family:Arial, Helvetica, sans-serif; font-size:11px; background-color:#000000;
					scrollbar-3dlight-color:#000000;scrollbar-arrow-color:#cccccc;scrollbar-base-color:#000000;scrollbar-darkshadow-color:#000000;scrollbar-face-color:#000000;scrollbar-highlight-color:#cccccc;scrollbar-shadow-color:#000000;}
html>body			{height:80%;}

/* links */
a		 		{color:#CABB9C; text-decoration:none;}
a:hover			{color:#cccccc; text-decoration:none;}
a:active 			{color:#CABB9C;}
a:visited 			{color:#CABB9C;}
/* h-tags */
h1				{color:#cccccc; font-size:16px; font-weight:bold; margin:0px;}
h2 				{color:#ffffff; font-size:11px;}
h3 				{color:#ffffff; font-size:11px;}
/* design */
#header			{width:100%; height:50px; margin:auto; padding:0px; overflow:auto;}
#logo				{width:750px; height:40px; text-align:left; margin:auto; padding:0px; overflow:auto; font-size:30px; font-weight:900; color:#CABB9C;}
#navi				{width:750px; height:40px; text-align:left; margin:auto; padding:0px; overflow:auto;}
#content			{width:750px; height:400px; text-align:justify; margin:auto; padding:5px; overflow:auto;}
#content_login		{width:750px; height:700px; text-align:justify; margin:auto; padding:5px; overflow:auto;}
#content_table		{width:730px; height:300px; text-align:justify; margin:auto; padding:0px; overflow:scroll;}
#footer			{width:750px; height:15px; text-align:center; margin:auto; padding:0px; overflow:auto;}

form				{margin-top: 0px; font-size: 11px; margin-bottom: 0px;}
select				{border: #cccccc 1px outset;font-size: 11px;font-family: arial, tahoma, helvetica, sans-serif; background-color: #CABB9C;}
input				{border: #cccccc 1px outset; font-size: 11px; font-family: arial, tahoma, helvetica, sans-serif; background-color: #CABB9C;}
input.button			{border-right: medium none; border-top: medium none; border-left: medium none; border-bottom: medium none;}
input.submit			{font-weight: bold; font-size: 11px; font-family: arial, tahoma, verdana, helvetica, sans-serif; background-color: #ffcc66;}
input.button2		{width: 70px; color:#CABB9C; font-weight:bold; background-color:#000000; border:0px;}
input.submit2		{width: 70px; color:#CABB9C; font-weight:bold; background-color:#000000; border:0px;}
.tbltext			{font-family:Arial, Helvetica, sans-serif; font-size:11px;}