body{
	margin:0px;
	font-size:0.8em;
}
a{
	text-decoration: none;
}
a:visited {
 color: navy 
}
table {
	border-collapse: collapse
}
div.container{
	width:100%;
	height:100%;
}
div.sidemenu{
	width:25%;
	float:left;
}

div.searchmenu{
	width:40%;
	float:left;
}
div.searchresult{
	width:60%;
	float:right;
}

div.project_detail{
	width:35%;
	float:left;
}

div.project_report{
	width:65%;
	float:left;
}
div.label{
/*	color:#FFFFFF;*/
	font-weight:bold;
	padding:3px;
/*	background-color:#000000;*/
	margin-bottom:5px;
	border:solid 1px #000000;
	border-left:solid 5px #000000;
}
div.menugroup{
	color:#000000;
	font-weight:bold;
	padding:3px;
	/*background-color:#000000;*/
	background:url(./../image/menu_group.gif) repeat-x;
}
.errorMessage{
	color:#FF0000;
}
.require{
	color:#FF0000;
}

div.menu{
	padding:3px;
	padding-left:10px;
	background:url(./../image/menu_bg.gif) repeat-x;
}
div.fullcontent{
	width:100%;
	float:right;
}
div.content{
	width:75%;
	float:right;
}
div.header{
	width:100%;
	height:40px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.5em;
	font:"ＭＳ ゴシック", "Osaka－等幅";
	/*background-color:#000000;*/
	background:url(./../image/title_bg.gif) no-repeat;
	/*padding-left:5px;*/
}
div.headermenu{
	width:100%;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	/*background-color:#EEEEEE;*/
	/*padding:5px;*/
	background:url(./../image/button.png);
}
div.border{
	border:solid 2px;
	margin:5px;
	padding:5px;
}
div.footer{
	/*font-weight:bold;*/
	text-align:center;
	width:100%;
	clear:both;
	color:#000000;
	/*background-color:#999999;*/
	background:url(./../image/button.png);
	/*padding:5px;*/
}
fieldset{
	padding-left: 10px;
	border:solid 2px #BBBBBB;
}
legend{
	font-weight:bold;
	background-color: #ffffff;
	border-left:solid 5px #0000FF;
	padding-left:3px;
	padding-right:3px;
}

thead{
	font-weight:bold;
	color:#000000;
	/*background-color:#000000;*/
	background:url(./../image/menu_group.gif) repeat-x ;
	border-bottom: 1px solid #CCC;
}
td.collabel{
	font-weight:bold;
	background-color:#E6E6E6;
}
colgroup.collabel{
	font-weight:bold;
	background-color:#E6E6E6;
}
td.colitem{
	background-color:#FFFFFF;
}
colgroup.colitem{
	background-color:#FFFFFF;
}

span.note{
	color:#FF0000;
	font-size:0.7em;
	margin-left:5px;
}
div.help{
	font-weight:bold;
	border:solid 1px #000000;
	color:#117a2e;
	background-color: #fddcdc;
	padding:3px;
	font:"ＭＳ ゴシック", "Osaka－等幅";
	margin-bottom:5px;
}
div.adminhelp{
	font-weight:bold;
	border:solid 1px #000000;
	color:#117a2e;
	background-color: #fddcdc;
	padding:3px;
	font:"ＭＳ ゴシック", "Osaka－等幅";
	margin-bottom:5px;
}

input.submit {
	border-top: 3px double #cccccc;
	border-right: 3px double #333333;
	border-bottom: 3px double #333333;
	border-left: 3px double #cccccc;
	color: #333333;
	background-color: #edeae4;
	background-image: url(./../image/button.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
