@charset "UTF-8";

.body_bg{
	margin: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
 }
.body_bgheader{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1086px;
	width: 100%;
	margin: 0px;
	background-image: url(../images/bg_main_long.png);
	background-repeat: repeat-x;
 }

.main{
	display:block;
	position:relative;
	top: 0px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

.main_flash{
	position:absolute;
	top: 142px;
	left: 0px;
	width: 1000px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.side_bgheader{
    width:90px;
	background-image: url(../images/bg_main_long.png);
	background-repeat: repeat-x;
 }
.left_kage{
    width:10px;
	background-image: url(../images/bg_kage_leftunder.png);
	background-repeat: repeat-y;
 }
.left_kageheader{
	height: 1086px;
    width:10px;
	margin: 0px;
	background-image: url(../images/bg_kage_left.png);
	background-repeat: no-repeat;
 }
.right_kage{
    width:10px;
	background-image: url(../images/bg_kage_rightunder.png);
	background-repeat: repeat-y;
 }
.right_kageheader{
	position: absolute;
	top: 0px;
	height: 1086px;
    width:10px;
	margin: 0px;
	background-image: url(../images/bg_kage_right.png);
	background-repeat: no-repeat;
 }

 