/*BASIC*/
body {
	margin: 0px;
	background-image: url(im/index_bg.gif);
	background-repeat: repeat-y;
}
table {
	font-family: Verdana, Tahoma, Arial ,"‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: normal;
	word-spacing: normal;
	background-color: #FFFFFF;
	text-align: left;
}
/*CONTENTS-INDEX*/
.mtb {
    width: 740px;
	height: auto;
	vertical-align: top;
	background-image: url(im/bg.gif);
}
.index_top {
    width: 740px;
	height: auto;
	vertical-align: top;
	background-color: #990000;
}
.index_text {
    width: 490px;
	height: auto;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #990000;
	padding-bottom: 30px;
}
.index_enter {
    width: 250px;
	height: auto;
	vertical-align: bottom;
	background-color: #990000;
}
.index_line {
    width: 740px;
	height: 30px;
	vertical-align: middle;
	background-color: #990000;
	background-image: url(im/index_line.gif);
}