@charset "UTF-8";



/*----------------------------------------------------------------------------------------------------

	Redefine HTML
	
----------------------------------------------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	background: #FFF;
	
	color: #5E5C5B;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 16px;
}

/*	for Win IE7	*/
* +html body {
	font-size: 1em;
	line-height: 1em;
}

/*	for Win IE6	*/
* html body {
	font-size: 1em;
	line-height: 1em;
}



dd {
	margin-left: 0;
}



img {
	border: 0;
}



ul {
	margin: 0;
	padding: 0;
}



li {
	font-size: 0;
	line-height: 0;
	list-style: none;
}


p {
	margin: 0;
}



/*----------------------------------------------------------------------------------------------------

	ID & Class [ Shared Layout ]
	
----------------------------------------------------------------------------------------------------*/



#background {
	padding: 4px 0 13px 0;
	background: #E7F6FF;
}

#background .container {
	width: 743px;
	margin: 0 auto;
}



#head {
	width: 743px;
	margin-bottom: 14px;
	background: url("../img/b743_blue1_bg.gif") repeat-y;
}

#head a {
	display: block;
	width: 501px;
	height: 38px;
	margin: 30px 0 21px 32px;
}

#head .head {
	background: url("../img/b743_blue1_head.gif") no-repeat;
}

#head .foot {
	background: url("../img/b743_blue1_foot.gif") no-repeat;
}



#content_colum {
	background: url("../img/b743_blue2_bg.gif") repeat-y;
}

#content_colum .head {
	background: url("../img/b743_blue2_head.gif") no-repeat;
}

#content_colum .foot {
	background: url("../img/b743_blue2_foot.gif") no-repeat;
}



#function {
	position: relative;
	width: 698px;
	height: 429px;
	margin: 40px auto 40px auto;
}

#function img {
	position: absolute;
}

#function ul li img {
	position: relative;
}

#function ul li.btn1 {
	position: absolute;
	top: 56px;
	left: 519px;
}

#function ul li.btn2 {
	position: absolute;
	top: 116px;
	left: 504px;
}

#function ul li.btn3 {
	position: absolute;
	top: 177px;
	left: 478px;
}

#function ul li.btn4 {
	position: absolute;
	top: 240px;
	left: 436px;
}

#function ul li.btn5 {
	position: absolute;
	top: 302px;
	left: 375px;
}

#function ul li.btn6 {
	position: absolute;
	top: 362px;
	left: 271px;
}



#global {
	position: relative;
	width: 698px;
	margin: 0 auto 0 auto;
}

#global li.btn1 {
	position:absolute;
	top: 0;
	left: 13px;
}

#global li.btn2 {
	position:absolute;
	top: 0;
	left: 158px;
}

#global li.btn3 {
	position:absolute;
	top: 0;
	left: 259px;
}

#global li.btn4 {
	position:absolute;
	top: 0;
	left: 360px;
}

#global li.btn5 {
	position:absolute;
	top: 0;
	left: 462px;
}

#global li.btn6 {
	margin-left: 574px;
}



#text_colum {
	width: 698px;
	margin: 0 auto 0 auto;
	background: url("../img/b698_blue_bg.gif") repeat-y;
}

#text_colum .head {
	background: url("../img/b698_blue_head.gif") no-repeat;
}

#text_colum .foot {
	background: url("../img/b698_blue_foot.gif") no-repeat;
}



#foot {
	border-top: 1px solid #C2E9FF;
}

#foot ul {
	position: relative;
	width: 743px;
	margin: 0 auto 0 auto;
	padding: 5px 0 3px 0;
}

#foot .btn1 {
	position: absolute;
	left: 471px;
}

#foot .btn2 {
	margin-left: 640px;
}

#foot .container {
	border-top: 1px solid #C2E9FF;
}

#foot .container img {
	display: block;
	margin: 0 auto;
	padding: 9px 0 7px 0;
}



/*----------------------------------------------------------------------------------------------------

	Shared Class
	
----------------------------------------------------------------------------------------------------*/



.container {}



.head,
.foot {
	height: 10px;
}

/*	for Win IE6	*/
* html .head,
* html .foot {
	margin-bottom: -8px;
}



.colum {
	overflow: hidden;
}



.fl {
	float: left;
}



.fr {
	float: right;
}



.clear {
	clear: both;
}



.img {}



.rollover {}


