@charset "euc-jp";
/* CSS Document */

body{
background-image:url(../campaign/images/back.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
margin:0;
}

#wrap{
width:800px;
margin:0 auto;
padding:0;
}

#header{
width:800px;
height:112px;
background-image:url(../campaign/images/header_back_01.gif);
background-repeat:repeat-x;
position: relative;
}

#logo01{
position: absolute;
top: 15px;
left:10px;
}

#logo02{
position:absolute;
top:60px;
right:0px;
}


#main{
background-color:#FFF;
background-image: url(../campaign/images/body_back.jpg);
background-repeat:no-repeat;
height: 800px;
margin:0;
padding:0;
}

#main img{
border:none;
}

#main h1{
margin:0;
padding:0;
}

#button01{
width:140px;
float:left;
margin:0 0 0 30px;
padding:0;
}

#lead01{
float:right;
width:583px;
margin:0;
padding:0;
}

#lead02{
float:right;
padding:20px 40px 0 80px;
font-size:14px;
font-weight:bold;
line-height:150%;
}

#ex{
width:500px;
float:right;
}

#button02{
width:800px;
margin:0 auto;
}
#button02 img{
border:none;
margin:10px;
}
#footer{
clear:both;
width:800px;
margin:0 auto;
height:50px;
font-size: 10px;
background-color:#FFF;
}





