@charset "Shift_JIS";


/*=====================================
common
=====================================*/

* {
margin:0;
padding:0;
}

body{
font-family:"メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro "ＭＳ Ｐゴシック", Osaka, sans-serif;
background:#F6EFE5 url(../img/bg.jpg);
color:#000000;
font-size:14px;
line-height:1.8;
margin:0;
padding:0;
}
#all{
width:950px;
margin:20px auto;
overflow:hidden;
background-color:#FFFFFF;
}
a:link {color:#8C8E87; text-decoration:none;}
a:hover {color:#ff0000; text-decoration:underline;}
a:visited{color:#DD0024; text-decoration:none;}

#list{
width:500px;
background:url(../img/list.gif) no-repeat left;
margin:40px 0 10px 30px;
padding:0 0 1px 18px;
font-size:14px;
}
/*=====================================
コンテンツ
=====================================*/

#main{
width:787px;
height:462px;
margin:30px 0 30px 90px;
overflow:hidden;
background-color:#FFFFFF;
background:url(../img/404_bg.jpg) no-repeat top left;
}

#zoon{
width:500px;
margin:50px 0 10px 230px;
}
#zoon h1{
width:219px;
height:30px;
background:url(../img/404_title.gif) no-repeat top left;
text-indent:-9999px;
overflow:hidden;
margin:0 0 30px 0;
padding:0;
font-size:14px;
}

#contact{
width:450px;
margin:0;
overflow:hidden;
}
.tel{
width:140px;
background: url(../img/404_c_tel.gif) top left no-repeat;
float:left;
padding:0 0 0 39px;
margin:40px 0 0 10px;
line-height:12px;
}
.tel p{
margin:0;
padding:0 0 9px 0;
font-size:10px;
}
.mail{
width:100px;
background: url(../img/404_c_mail.gif) top left no-repeat;
float:left;
padding:0 0 3px 39px;
margin:40px 0 0 10px;
line-height:20px;
}

#banner{
width:750px;
margin:0 0 50px 91px;
}

/*=====================================
フッター
=====================================*/

.copyright{
clear:both;
width:243px;
height:14px;
margin:0 auto 20px auto;
background: url(../img/copyright.png) left top no-repeat;
behavior: expression(IEPNGFIX.fix(this));
text-indent:-9999px;
overflow:hidden;
}

