* {
margin : 0px;
padding: 0px;
}

body{
overflow-x:hidden;
}

#main{
margin: 0 auto;
position:relative;
width:1100px;
height:800px;
background-image: url('../images/bg.jpg');
background-repeat:no-repeat;

}

#inner{
position:relative; 
width:695px;
top:100px;
margin-left:170px;
padding:40px;
}

#inner_head{
background-image: url('../images/content1.png');
background-repeat:no-repeat;
height:56px;
margin-left:-40px;
margin-bottom:-25px;
width:914px;
}

#inner_body{
margin-left:-40px;
background-image: url('../images/content2.png');
background-repeat:repeat-y;
width:780px;
min-height:320px;
}

#inner_bottom{
background-image: url('../images/content3.png');
background-repeat:no-repeat;
height:100px;
width:780px;
margin-left:-40px;
}

#textbox_body ul li{
margin-left:25px;}


#logo{
position:absolute; 
margin-left:200px;
margin-top:50px;
}

#logo2{
position:absolute;
margin-left:790px;
margin-top:50px;
}
 





#bottom_navi{
position:absolue;
margin-top:-20px;
margin-left:600px;

width:200px;
}


#content{

width:500px;
position:relative;
top:50px;
left:300px;
z-index: 2;
}
#inner img{
position:absolute;
z-index:1;
left:40px;
margin-top:40px;
}
#textbox_head{
background-image: url('../images/textbox_head.png');
background-repeat:no-repeat;
height:20px;
width:400px;
z-index:5;
}
#textbox_body{
background-image: url('../images/textbox_body.png');
background-repeat:repeat-y;
padding:20px;
width:360px;
z-index:5;
}
#textbox_bottom{
background-image: url('../images/textbox_bottom.png');
background-repeat:no-repeat;
padding:20px;
width:360px;
z-index:5;
}
#textbox_body table{
float:right;
}

.inner_img{
position:relative !important;
float:right; 
margin:0px !important;
padding:0px !important;
margin-right:50px !important;
