﻿@charset "utf-8";

#my_body {
width : 1290px ;
margin: 0 auto;
}

#header {
width : 100% ;
background-color: #ff8c00;
}

#left {
	width: 270px;
	float: left;
	background-color: #ffffff;
}

#middle {
width: 750px;
float: left;
background-color: #ffffff;
}

#right {
width: 270px;
float: right;
background-color: #ffffff;
}

#footer {
background-color: #ffffff;
width : 100% ;
clear: both;
}

#left_netimage {
	width: 270px;
	float: left;
	background-color: #ffffff;
}

#main{
    position: relative;
    min-height: 650px;
    border: dotted 0px #faa;
    background:#FFFFFF;
}

#side{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
    height: 500px;
    background: #FFFFFF ;
}

#side_right{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
    height: 500px;
    background: #FFFFFF ;
}
