@charset "utf-8";

/* ========================================== 


    　　　ゴルフside


========================================== */

/* frame
========================================== */
#frame:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#frame {
  min-height: 1%;
}

* html #frame {
  height: 1%;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* side
========================================== */
#side {
    width: 170px;
	background: #e9ebee;
	padding: 5px;
	float: left;
}


/*----- ul -----*/
#side li {
    margin: 10px 0;
}


/* contact
============================ */
#contact {
    border-left: solid 4px #5b5041;
	color: #5b5041;
	padding: 3px 0 3px 5px;
}


/*----- dl -----*/
#side dl {
    margin-bottom: 5px;
	line-height: 1.4em;
}

#side dt {
	font-weight: bold;
}

#side dd {
    font-size: 153.9%;
	font-weight: bold;
}

/*----- p -----*/
#side p {
    font-size: 85%;
	line-height: 1.2em;
}    






/* IE6透過PNG　a対策
========================================== */
* html #frame a {
    position: relative;
}


