@charset "utf-8";
/* CSS Document */
	
	* { 
		margin: 0; padding: 0; border: 0 
	}
	
	html, body {
		height: 100%;
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #707070;
		background-color: #b8b8b8;
	}
	
	img {
		display: block;
		border: 0;
	}
	
	
	a:link {
		color: #707070;
		text-decoration: none;
	}

	a:visited {
		color: #707070;
		text-decoration: none;
	}
	
	a:active {
		color: #707070;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	
	#content-root {
		position: absolute;
		/* top: 50%; */
		left: 50%;
		width: 715px;
		height: auto !important;
  		height: 100%;
		min-height: 100%;
		/*margin-top: -250px; set to a negative number 1/2 of your height*/
		margin-left: -357px; /*set to a negative number 1/2 of your width*/
		background-image: url(images/bg_main01.png);
	}
	
	
	#content-side {
		float: left;
		width: 242px;
	}
	
	#content-main {
		float: left;
		width: 468px;
		height: 100%;
	}
	
	#content-sub-root {
		position: absolute;
		left: 50%;
		width: 715px;
		height: auto !important;
  		height: 100%;
		min-height: 100%;
		margin-left: -357px; /*set to a negative number 1/2 of your width*/
		background-image: url(images/bg_main02.png);
	}
	
	#content-sub-side {
		float: left;
		width: 190px;
	}
	
	#content-sub-main {
		float: left;
		width: 520px;
	}
	

	#col-division {
		float: left;
		width: 193px;
		padding: 24px 0 0 25px;
	}
	
	#col-business {
		float: left;
		width: 240px;
		padding: 22px 0 0 10px;
	}
	
	#gfx-contentmain {
		width: 468px;
		height: 155px;
		background-image: url(images/gfx_contentmain.png)
	}
	
	#txt-welcome {
		width: 265px;
		padding: 47px 0 0 172px;
		font-size: 11px;
		color: #28558d;
	}
	
	#nav-menu {
		list-style: none;
		padding: 0;
		margin: 0 0 0 3px;
	}
	
	#nav-menu li {
		float: left;
		margin: 0;
	}
	
	#nav-side {
		list-style: none;
	}
	
	#nav-side li {
		width: 180px;
		height: 19px;
		margin: 0 0 0 4px;
		padding: 5px 5px 0 0;
		text-align: right;
		font-size: 11px;
		background-image: url(images/bg_btn_menu_n.png)
	}
	
	.headingtext {
		font-size: 11px;
		color: #28558d;
	}
	
	.title_text {
		font-size: 13px;
		font-weight: bold;
		color: #28558d;
	}
	
	.para_text {
		padding: 15px;
	}
	
	.header01_text {
		font-size: 16px;
		font-weight: bold;
		color: #28558d;
		margin-bottom: 5px;
	}
	
	.listtype01 {
		list-style: none;
		font-size: 11px;
		padding: 0;
		margin: 5px 0 15px 13px;
		list-style-image: url(images/gfx_ico_arrow01.png)
	}
	
	.listtype01 li {
		margin: 0 0 4px 0;
	}
	
	.listtype02 {
		list-style: none;
		font-size: 12px;
		padding: 0;
		margin: 5px 0 15px 23px;
		list-style-image: url(images/gfx_ico_brick.png)
	}
	
	.contain_box01 {
		margin: 5px 5px 5px 0;
		padding: 5px;
		border: #999999 thin dotted;
		background-color: #FFFFCC;
	}
	
	img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
