﻿@charset "utf-8";

/*----------------------------------------------*/
/*                                              */
/*  Maker   : Ayako Okubo                       */
/*  Company : Elephant Communications inc.      */
/*                                              */
/*----------------------------------------------*/

/*------------------------------------------------
   index.html
------------------------------------------------*/

/* main ----------------------------------------*/

div#main p#first{
margin:20px 0 55px 0;
}

div#main h2.contact{
margin:0 0 15px 25px;
padding:20px 0 0 5px;
background:url(../image/all_line01.gif) no-repeat left top;
}

div#main p.pagetop{
margin:0 0 0 25px;
padding:45px 0 0 0;
background:url(../image/all_line01.gif) no-repeat left top;
}

/* conBox --------------------------------------*/

div#main div.conBox{
margin:0 0 15px 25px;
padding:15px 15px 15px 15px;
height:140px;
background:#ededed;
}

div.conBox p.text{
float:left;
width:525px;
}

div.conBox p.f01{
padding:40px 0 0 0;
}

div.conBox div.btnArea{
float:right;
padding:30px 0 0 0;
width:130px;
}

div.conBox p.btn{
margin:5px 0 0 0;
width:120px;
height:41px;
}

div.conBox p.btn a{
display:block;
width:120px;
height:41px;
background:url(../image/all_btn01.jpg) no-repeat left top;
outline:none;
text-indent:-9999px;
}

div.conBox p.btn a:hover{
background:url(../image/all_btn01.jpg) no-repeat left -47px;
}




