*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body{
    height:100%;
	background:url(../h/bg.jpg);
	background-color:#F2EBE1;
	font-size: 11px;
	color:#59413D;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B", sans-serif;
	line-height: 170%;}

* html div#container{
    height:100%;
}

div#container{
    width:750px;
    margin:0px auto 50px auto;
    background-color:#FFFFFF;
    position:relative;
    min-height: 100%;
    border-left:solid 1px #333333;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
	
}

body > #container {
    height: auto;
}

div#main{
	width:730px;
	padding:0 10px 100px 10px;
}

#head{
	background-color:#ffffff;
	position:absolute;
	top:0px;
	height:78px;
	width:136px;
	text-align:right;
	background:url(../h/h07.gif);
	left: 615px;
}


td img {display: block;}


a{/*リンクされた文字*/
    color:#993300;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#993300;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#993300;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#993300;
    text-decoration: underline;
}

a:active {/*クリック中*/
    color:#ffffff;
    text-decoration:none;
}


table.equip{
   border:none;
   background:#ffffff;
   }
   
table.equip th, table.equip td{
   border:none;
   background-color:#FFFEFE;
   text-align:left;
   vertical-align:top;
   line-height:140%;
   width:320px;
   padding:5px;
   }    



img.equip { float:left; margin:0 10px 0 0;
}


table.out{
   border:none;
   border-spacing:2px;
   }
   
table.out th{
   padding:3px;
   text-align:left;
   background-color:#CABDB4;
   font-weight:normal;
   width:100px;
   }

table.out td{
   border-bottom:solid 1px #666666;
   text-align:left;
   width:300px;
   }   

table.madori{
   border:none;
   }

table.madori td{
   border:solid 1px #DDD4C7;
   padding:3px;
   text-align:center;
   }   
table.madori th{
   border:solid 1px #DDD4C7;
   background-color:#DDD4C7;
   padding:3px;
   text-align:center;
   }     

p.access{
background-color:#F0E6E0;
color:#40352B;
width:250px;
height:15px;
border-bottom:double #40352B;
vertical-align:middle
}


.call {
	font:24px Century Gothic,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B",clean,sans-serif;
	}

#foot{
    background-color:#000033;
    position:absolute;
    bottom:0px;
    height:100px;
    width:750px;
    text-align:left;
	color:#FFFFFF;
	}