
* {
	margin: 0;
}
html, body {
	height: 100%;
}

#contact{
	width:750px;
	margin:0px auto;
	position:absolute;
	top:0px;
	text-align:right;
}


a{/*リンクされた文字*/
    color:#000066;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#990000;
    text-decoration:underline;
}
a:active {/*クリック中*/
    color:#cccccc;
    text-decoration:underline;
}


.style1 {
	font-size: 11px;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B", sans-serif;
	line-height: 160%;}

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

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

.s {font-size: 0.7em;}


td img {display: block;}

table.big {
   width:752px;
   background-color:#FFFFFF;
   border-collapse: collapse;
   border-left:#666666 1px solid;
   border-right:#666666 1px solid;
   border-bottom:#666666 1px solid;
   }

table.equip{
   border:none;
   background:#CCCCCC;
   }
table.equip th, table.equip td{
   border:#999999 solid 1px;
   background-color:#FFFFFF;
   text-align:left;
   vertical-align:top;
   line-height:140%;
   width:150px;
   height:200px;
   }    

