@charset "utf-8";
/* CSS Document */

body{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
margin:0;
padding:0px;
font-size:15px;
line-height:25px;
}

/*font,link*/
p{
margin:0px;
padding:0px;
font-weight:bolder;
color:#B72059;
}

a{
text-decoration:none;
color:#000000;
}

a:hover{
color:#FF6600;
}

a:active{
color:#FF6600;
}

.redF{
color:#FF0000;
}

/*font,link end*/

/*header*/
#header{
margin:0px;
padding:0px;
background-image:url(../image/de_index/header_bg2.gif);
background-repeat:repeat-x;
height:120px;
}

#header .headerM{
margin:0 auto;
padding:0px;
background-image:url(../image/de_index/header_bg1.jpg);
background-repeat:no-repeat;
width:850px;
height:120px;
}

#header .headerM .headerI{
margin:0;
padding:0px;
width:530px;
height:115px;
}
/*header end*/

/*footer*/
#footer{
margin:0px;
padding:0px;
background-image:url(../image/de_index/footer_bg.gif);
background-repeat:repeat-x;
height:60px;
}

#footer .footerM{
margin:0 auto;
padding:5px 0px 0px 0px;
width:850px;
height:55px;
text-align:center;
}
/*footer end*/

/*line*/
#line{
margin:0px;
padding:0px;
height:1px;
background-color:#666666;
}
/*line end*/