@charset "utf-8";

/**********************************
 PAGE ELEMENTS
**********************************/

/* -------------------
  P
------------------- */

#main p {
	margin-left:28px;
	margin-right:20px;
}

/* -------------------
  H2
------------------- */

#main h2 {
	background-image:  url("../images/sub/h2/h2.gif");
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
	width:786px;
	height:30px;
	margin-bottom: 15px;
}

/* -------------------
  H3
------------------- */

#main h3 {
	width:360px;
	height:23px;
	margin-left:15px;
	margin-bottom:20px;
	background-repeat:no-repeat;
}

#main h3.operation {
	background-image:  url("../images/sub/h3/h3-01.gif");
	margin-top:30px;
}

#main h3.company {
	background-image:  url("../images/sub/h3/h3-02.gif");
	clear:both;
}

#main h3.working {
	background-image:  url("../images/sub/h3/h3-03.gif");
	clear:both;
}

/* -------------------
  Float styles
------------------- */

#main .left {
	width:155px;
	margin-left:28px;
	background-color:#EFEFEF;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
}

#main .first {
	margin-left:35px;
}

#main .left p {
	margin-left:5px;
	margin-right:5px;
	text-align:left;
}

#main .left img {
	border:1px solid #BCBCBC;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

/* -------------------
  User Control Button
------------------- */

#main .usr {
	text-align:center;
	padding-bottom:10px;
}



