@charset "utf-8";

html {  
background-color:#da2400;
}  

body {
background-image: url(../img/bg_top.jpg);
/*background-attachment: fixed;*/
background-position: center top;
background-repeat: repeat-x;
background-color:#feedec;
}

#wrapper {
margin: 0 auto;
width: 885px;
background-color:#FFF;
}

/*-----------------header-----------------*/

#header {
height: 64px;
width: 885px;
}

#header:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
}

.logo{
float:left;
width:142px;
margin-top:15px;
}

.companyBtn{
float:right;
width:107px;
margin-top:19px;
}

#flash{
padding:0;
margin:0;	
width:885px;
overflow:hidden;
}

/*firefoxでのズレに対応*/
html>/**/body #flash, x:-moz-any-link, x:default {
width:885;
padding:0;
margin:0;
background-image: url(../img/bg_topff.jpg);
background-position: left top;
background-repeat: repeat-x;
}

/*-----------------content-----------------*/

#content{
padding:20px 20px 0 20px;
background-color:#FFF;
}

#content:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
}

/*-----------------content_left-----------------*/

#cont_left{
width:572px;
float:left;
}

#cont_left:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
}

#cont_left h2{
padding-bottom: 15px;
}

.textBox{
margin:0 0 25px 20px;
width:552px;
}

.textBox h3{
padding:0 0 3px 0;
}

.textBox p.line{
padding:8px 0 0 0;
background: url(../img/dotLine.gif) top left repeat-x;
}

.redBox{
color:#da2400;
}

.banner_left{
float:left;
padding-left:20px;
}

.banner_right{
float:right;
}

/*-----------------content_right-----------------*/

#cont_right{
width:222px;
float:right;
}

#cont_right p{
margin-top:6px;
}

/*-----------------footer-----------------*/

#goTop{
width:885px;
background-color:#FFF;
}

#goTop p{
padding:50px 20px 10px 770px;
}

#footer{
width:100%;
/*height:100%;*/
background: url(../img/footer_bg.jpg) top center repeat-x;
background-color:#da2400;
}

.footer_wrap{
margin: 0 auto;
*margin: 25px auto 0;
padding:50px 0 25px 0;
*padding:25px 0 0 0;
width: 885px;
}

.copyright{
color:#FFF;
font-size:80%;
letter-spacing:1pt;
padding:0 0 0 20px;
float:left;
}

.footer_menu{
color:#FFF;
font-size:80%;
letter-spacing:1pt;
padding:0 20px 0 0;
float:right;
}

#footer a {
color: #ffffff;
text-decoration: none;
}


#footer a:hover {
color: #FFFFFF;
text-decoration:underline;
}

.clear{
clear:both;
}
