/* CSS Document */

/*====== common ======*/
body {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body,table,td,div {
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	color: #FFFFFF;
}

p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	color: #5C5C5C;
	text-indent: 25px;
}
/*====== common ======*/





/*====== bgi ======*/
.button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/search01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 48px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
}
.button_01 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/search01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 46px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
}

.button_02 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/search02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 80px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
}
.button_03 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/blue/button01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 88px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
}
.bgi_top_bg01 {
	background-image: url(../images/blue/top_bg01_blue.gif);
	background-repeat: repeat-x;
}

.bgi_top_bg02 {
	background-image: url(../images/blue/top_bg01_blue.jpg);
	background-repeat: repeat-x;
}

.bgc_yellow {background-color:#F76203;}




/*====== bgi ======*/
A:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}

A:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}

A:hover {
	color: #E72800;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}

A:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}
