@charset "UTF-8";
@import "index.css";


/* --------------------------------------------------
	initialize
-------------------------------------------------- */

* {
	margin  : 0px;
	padding : 0px;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content     : " ";
	display     : block;
	visibility  : hidden;
	clear       : both;
	height      : 0.1px;
	font-size   : 0.1em;
	line-height : 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* --------------------------------------------------
	default set
-------------------------------------------------- */

a {
	color           : #000000;
	text-decoration : none;
}

a:hover {
	color           : #aaaaaa;
	text-decoration : none;
}

img {
	border : 0;
}

li {
	list-style : none;
}

/* --------------------------------------------------
	body
-------------------------------------------------- */

body {
	/* setting border: 0 hoses ie5 win window inner well border */
	color       : #333;
	background : #f5f5f5 url(../img_common/body_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size   : 100%;
	text-align  : center;
	font-style  : normal;
	font-weight : normal;
}

/* --------------------------------------------------
	container
-------------------------------------------------- */

#container {
	position: relative;
	margin     : 0px auto; /* center on everything else */
	width      : 800px;
	text-align : left;
	background-color: #ffffff;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

#container-inner {
	position : static;
	width    : 800px;
	background-color: #ffffff;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */

#header {
	position : static;
	width    : 800px;
	margin: 0px;
}

#header-inner {
	position : static;
	margin: 0px;
}

#header-title {
	position : static;
	width    : 760px;
	height   : 90px;
	margin: 0px 20px;
}

#header-title div.logo {
	float: left;
	width: 223px;
	height: 56px;
	margin: 17px 0px;
}

#header-title div.sb {
	float: right;
	width: 94px;
	height: 21px;
	margin-top: 17px;
}

#swich {
	clear: both;
	width: 800px;
	height: 30px;
	margin-bottom: 3px;
	white-space: nowrap;
	display: block;
}

#swich div.mr{
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width: 265px ;
	height: 30px ;
	display: block;
}

#swich div.ml{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 264px ;
	height: 30px ;
	display: block;
}

/*header_btn_corp*/
#hd_btn_corp {
	width: 800px;
	height: 49px;
	white-space: nowrap;
	display: block;
	background : url(../img_common/hdbg_corp.gif) repeat-x;
	margin: 0px;
}

#hd_btn_corp div.mr132{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 132px ;
	height: 40px ;
	display: block;
}

#hd_btn_corp div.mr131{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 131px ;
	height: 40px ;
	display: block;
}

#hd_btn_corp div.ml{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 132px ;
	height: 40px ;
	display: block;
}

/*header_btn_mas*/
#hd_btn_mas {
	width: 800px;
	height: 49px;
	white-space: nowrap;
	display: block;
	background : url(../img_common/hdbg_MAS.gif) repeat-x;
	margin: 0px;
}

#hd_btn_mas div.mr132{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 132px ;
	height: 40px ;
	display: block;
}

#hd_btn_mas div.mr131{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 131px ;
	height: 40px ;
	display: block;
}

#hd_btn_mas div.ml{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 132px ;
	height: 40px ;
	display: block;
}

/*header_btn_branch*/
#hd_btn_branch {
	width: 800px;
	height: 49px;
	white-space: nowrap;
	display: block;
	background : url(../img_common/hdbg_branch.gif) repeat-x;
	margin: 0px;
}

#hd_btn_branch div.mr132{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 132px ;
	height: 40px ;
	display: block;
}

#hd_btn_branch div.mr131{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 131px ;
	height: 40px ;
	display: block;
}

#hd_btn_branch div.ml{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 132px ;
	height: 40px ;
	display: block;
}



/* --------------------------------------------------
	crumb
-------------------------------------------------- */

#crumb {
	position  : static;
	color     : #000000;
	font-size : 0.7em;
}

#crumb a {
	color           : #000000;
	text-decoration : none;
}

#crumb a:hover {
	color           : #aaaaaa;
	text-decoration : none;
}

/* --------------------------------------------------
	pagebody
-------------------------------------------------- */

#pagebody {
	position : static;
	width    : 100%;
	margin: 0px;
}

#pagebody-inner {
	position : static;
	width    : 100%;
}

/* --------------------------------------------------
	alpha
-------------------------------------------------- */

#alpha-top {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : left;
	width    : 450px;
	margin   : 20px 0px 30px 20px;
}

#alpha-inner-top {
	position : static;
	width    : 100%;
}

/* --------------------------------------------------
	beta
-------------------------------------------------- */

#beta-top {
	display  : inline; /* ie win bugfix */
	position : relative;
	float    : right;
	width    : 280px;
	margin   : 20px 20px 30px 0px;
}

#beta-inner-top {
	position : static;
	width    : 100%;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */

#footer {
	width      : 800px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #384f9d;
}

#footer-link {
	width    : 760px;
	height: 21px;
	margin: 15px 20px;
	display: block;
	overflow: hidden;
}

#copyright {
	width       : 800px;
	margin: 0px;
	padding     : 25px 0px;
	background-color: #384f9d;
	color       : #fff;
	text-align  : center;
	font-size   : 0.7em ;
	font-family : Arial, sans-serif;
	white-space : nowrap;
	display: block;
}

/* --------------------------------------------------
	general
-------------------------------------------------- */

.right {
	float : right;
}

.left {
	float : left;
}

