<!--
*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body{
    height:100%;
	background:url(../h/back.jpg);
	background-color:#FFFFFF;
	font-size: 12px;
	color:#666666;
	font-family:"Century Gothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B",sans-serif,;
	line-height: 170%;
	}

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

div#container{
    margin:0px auto;
	width:750px;
    position:relative;
    min-height: 100%;
	text-align:center;

}

body > #container {
        height: auto;
}

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

div#main{
    width:750px;
    background-color:#FFFFFF;
    border-left:solid 1px #333333;
    border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	}
div#text{
    padding:10px;
	}	

-->

td img {display: block;}



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

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

.bold {
	font-size: 12px;
	font-weight: bold;
}
	   

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.plan{
   border:none;
   padding:0;
   line-height:160%;
   }
table.plan th{
   background-color:#CCCCCC;
   font-weight:normal;
   }
table.plan td{
   border-bottom:solid 1px #999999;
   }


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

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


#foot{
    position:absolute;
    bottom:0px;
    width:750px;
    text-align:right;
}

.call{color:#c4d710; font-size:16px;}
