@charset "utf-8";
/* CSS Document */
div #menuArea{
	clear:both;
	width:611px;
/* 	background-color:#f2f1f1; */
	margin:0px auto ;
	padding-top:15px;
	text-align:left;
}
div #orderArea,
div #admnArea,
div #docArea{
	margin:0;
	background-position:0 0;
	background-repeat:no-repeat;
	padding-top:54px;
	padding-bottom:8px;
}
div #orderArea{
	background-image:url(../images/group_order.png);
}
div #admnArea{
	background-image:url(../images/group_admn.png);
}
div #docArea{
	background-image:url(../images/group_doc.png);
}

#menu h2{
	font-weight:bold;
	border-left-style:solid;
	border-left-width:4px;
	margin:0 0 0 58px;
	padding-left:5px;
}
div #menuArea p{
	margin:0 0 31px 89px;
}
#menu #indexBox{
	position:absolute;
	top:0;
	left:0;
}
#menu h2 a{
	color:#514e4e;
	text-decoration:underline;
}
#menu h2 a:hover,#menu h2 a:focus{
color:#FF7011;
text-decoration:underline;
}
