
html {
	margin: 0;
	padding: 0;
	height:100%;
	scrollbar-arrow-color:#b3d3e8;
	scrollbar-face-color:#d5e7f3;
	scrollbar-track-color:#b3d3e8;
	scrollbar-3dlight-color:#d5e7f3;
	scrollbar-shadow-color:#d5e7f3;
	scrollbar-darkshadow-color:#d5e7f3;
	scrollbar-highlight-color:#d5e7f3;
}

body {
	background: url(../img/bg.gif) repeat-x center 417px #000000;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:18px;
	height: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	text-align:center;	
}

body.in {
	background: #ffffff;
	color: #4d4d4d;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	font-size: 12px;
	line-height:18px;
	height: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;	
}



a {
	text-decoration: underline;
	color: #3bd1f4;
}

table.main {
	width: 100%;
	height: 100%;
}

div.header {
	background: url(../img/header_bg.jpg) no-repeat center top;
	text-align: center;
}

div.menu {
	background: url(../img/menu_bg.gif) no-repeat center top;
	text-align: center;
	width:900px;
	margin:0 auto;
}


div.contents {
	width: 860px;

}

div.if {
	width: 460px;
	text-align: left;
	margin:0 auto;
}

div.side_left {
	width: 190px;
	text-align: left;
	float:left;
}

div.side_right {
	width: 190px;
	text-align: left;
	float:right;
}

img.btn {
	margin:29px 0 27px 0;
}


div.footer {
	padding: 10px 0px 15px 0px;
}
