


#head { /* ヘッダ */
	position: relative;  height: 95px;
	background: url(./image/line.gif) repeat-x 0px 59px;
	border-width: 5px 5px 0 5px;  border-style: solid;  border-color: #595750;
}

#subSiteTitle {
	position: absolute;  left: 10px;  top: 15px;
}

#steponeNavi {
	position: absolute;  right : 400px;  top: 0px;  width : 200px;  height: 10px;
	font-size: 80%;  color: #777777;  font-weight: bold;
}

#headSiteNavi { /* ヘッダ・サイト・ナビ */
	position: absolute;  top: 0px;  right: 3px;
	font-size: 80%;  color: #777777;  font-weight: bold;
}

#globalNavi { /* グローバル・ナビ */
	position: absolute;  left: auto;  right : 0;  top: 13px;  width: 600px;  height: 40px;  
}

#globalNavi .globalNavi-item img { /* 準備中画像 */
	position: absolute;  top: -1px;  right : -1px;
}

#contents { /* コンテンツ */
	position: relative;  top : -20px;
	margin-left: 255px;
}

#tableOfContents { /* このページの目次 */
	position: relative;  top: -2px;  right: 2px;  float: right;
	font-size: 75%;
}

#leftSideBar { /* レフト・サイド・バー */
	position: absolute;  top: 0px;  width: 240px;  height: 100%;
}

.exampleimage {
	margin: 5px 0 5px 10px;
}
.rightimage {
	position: relative;
	margin-left: 5px;
}

#moduleTitle {
	position: absolute;  right: 240px;  top: 30px;
}



