*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body{
    width:100%;
    height:100%;
    text-align:center;
	background-color:#f8feff;
	font-size: 11px;
	color:#434343;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B", sans-serif;
	line-height: 170%;}

* html div#container{
    height:100%;
}

#upper{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -140px;
}

#stopper{
	height:140px;
}

div#bg{
    width:1018px;
	height:100%;
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}


div#container{
    width:750px;
	height:100%;
    margin:0px auto;
    background-color:#FFFFFF;
    position:relative;
    border-left:solid 1px #333333;
    border-right:solid 1px #333333;
	text-align:left;
}

div#main{
	height:100%;
	margin:0 auto;
	padding:10px 10px 40px 10px;
}

#head{
	background-color:#ffffff;
	position:absolute;
	top:82px;
	left:612px;
	height:38px;
	width:138px;
}








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:#E9E7E6;
   color:#423C37
   }
   
table.equip th, table.equip td{
   border:#B1ACAC solid 1px;
   background-color:#FFFEFE;
   text-align:left;
   vertical-align:top;
   line-height:140%;
   width:150px;
   height:200px;
   padding:5px;
   }    


img.equip {
   border:#666666 1px solid;
}


table.out{
   border:none;
   border-spacing:2px;
   }
   
table.out th{
   padding:3px;
   text-align:left;
   background-color:#cccccc;
   font-weight:normal;
   width:100px;
   }

table.out td{
   border-bottom:solid 1px #666666;
   text-align:left;
   color:#666666;
   width:500px;
   }

table.plan{
   border:none;
   color:#666666;
   }
   
table.plan th, table.plan td{
   border:#B1ACAC solid 1px;
   text-align:left;
   vertical-align:top;
   line-height:140%;
   width:300px;
   padding:0 10px 0 0;
   }    

img.plan {
   border:0;
}
p.plan{border-bottom:#999999 double;}




table.madori{
   border:none;
   }

table.madori td{
   border:solid 1px #DDD4C7;
   padding:5px;
   text-align:center;
   }   

p.access{
background-color:#F0E6E0;
color:#40352B;
width:250px;
height:15px;
border-bottom:double #40352B;
vertical-align:middle
}



table.plan{
   border:none;
   }
   
table.plan th, table.plan td{
   border:#B1ACAC solid 1px;
   text-align:left;
   vertical-align:top;
   line-height:140%;
   width:220px;
   padding:10px 10px 10px 0;
   }

a:hover img.plan{
	top:-4px;
	left:0px;
	position:relative;
}
    

img.plan {
   border:0;
}
p.plan{border-bottom: #CCCCCC double;}



	
p.access{
background-color:#F0E6E0;
color:#40352B;
width:250px;
height:15px;
border-bottom:double #40352B;
vertical-align:middle
}



#foot{
	background-color:#FFFFFF;
	height:105px;
	width:750px;
}

#foot img{
	height:105px;
	width:750px;
	margin:0;
	border:0;
}

.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
