<!--
*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body{
    height:100%;
	background-color:#F2EBE1;
	font-size: 11px;
	color:#434343;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B", sans-serif;
	line-height: 170%;}

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

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

body > #container {
        height: auto;
}

div#main{

	padding:0 10px 80px 10px;
}

#head{
    background-color:#ffffff;
    position:absolute;
    top:0px;
    height:57px;
    width:750px;
    text-align:right;
	background:url(../h/01.gif);
}


-->





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;
   }   

p.plan_type{
   font-family:Times New Roman, Times, serif;
   font-size:large;
   margin:0 0 10px 0;
   }

table.pla{
   border:none;
   color:#666666;
   }
   
table.pla th, table.pla td{
   border:#000000 solid 1px;
   text-align:center;
   vertical-align:top;
   padding:20px;
   }

img.plan {
   border:0;
}


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;}





#pic {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 0px;
	width: 200px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: solid #CCCCCC 1px;
	display: block;
	height: 70px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 70px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: none
	display: block;
	height: 300px;
	left: 85px;
	position: absolute;
	top: 20px;
	width: 300px;
}




#foot{
    background-color:#000000;
    position:absolute;
    bottom:0px;
    height:75px;
    width:750px;
    text-align:right;
	background:url(../h/f.gif);
}