@charset "UTF-8";
/* 共通 */
*{margin:0px;
padding:0px;
}

body{
background-image:url(../img/body05_bg.gif);
background-repeat:repeat;
background-attachment:scroll;
}
div#page{
width:800px;
padding:0px 100px 0px 100px;
}
p{padding:0px;
margin:0px;}

/*段組 */
div.left{
width:100px;
float:left;
}
div.right{
width:100px;
}

div.headder{
background-image:url(../img/header_bg.gif);
background-repeat:repeat-x;
width:800px;
}

div.menu{
width:697px;
height:33px;
background-image:url(../img/kabegami.gif);
background-repeat:repeat;
padding-left:103px;
}

div.body{
width:800px;
background-image:url(../img/kabegami.gif);
background-repeat:repeat;
margin:0px;
}

div.footer{width:780px;
height:29px;
background-image:url(../img/footer_bg.gif);
background-repeat:repeat-x;
padding-left:20px;}


/* タイトル・メニュー */
.menu_img{
margin:2px 0px 3px 0px;
float:left;}
.clear{clear:both;}

.company{
padding-left:450px;
padding-top:10px;
padding-bottom:5px;}

.mail{
padding-left:10px;
padding-top:10px;
padding-bottom:5px;}


