/* pastime css */



body {

  line-height : 1.0 ;

  color : #607050 ;

  font-size : 10pt !important ;

  scrollbar-face-color: #e6dfff;

  /*スクロールバー本体の色*/

  scrollbar-highlight-color: #d8d8eb;

  /*スクロールバー左側（上）の影*/

  scrollbar-shadow-color: #d8d8eb;

  /*スクロールバー右側（上）の影*/

  scrollbar-3dlight-color: #ffffff;

  /*スクロールバーの左側（下）の影*/

  scrollbar-arrow-color: #ffffff;

  /*矢印の色*/

  scrollbar-track-color: #ffffff;

  /*背面の色*/

  scrollbar-darkshadow-color: #ffffff;

/*スクロールバー右側（下）の影*/

}

td {

  font-size: 10pt ;

}

body,p,li,dd,td {

  letter-spacing : 0 !important ;

}

pre {

  overflow : visible !important ;

}

A:link {

  text-decoration:none;

}

A:visited {

  text-decoration:none;

}

A:active {

  text-decoration:none;

}

A:hover {

  position:relative;

  top:1;

  left:1;

}



h1,h2,h3 {

	font-size: 10pt;

	font-weight: normal;

	margin: 0;

	padding: 0;

}



/* 案内窓の基本設定 */

.infwin  {

  position:absolute;

  border:1px solid;

  visibility:hidden;

  overflow:hidden;

}

/* 案内内の表示設定 */

.inftd   {

  font-size:10pt;

  text-align:center;

}



/* index */



#contents_body {

	width: 632px;

	border: 0;

	margin-left: auto;

	margin-right: auto;

	padding: 0;

}



#book_top {

	width: 632px;

	height: 23px;

	background: url(picture/index_img_top.gif) no-repeat;

}



#book_left {

	width: 92px;

	height: 781px;

	float: left;

	background: url(picture/index_img_left.gif) no-repeat;

}



#book_contents {

	width: 505px;

	height: 781px;

	float: left;

}



#book_contents th {

	width: 505px;

	background: url(picture/index_img_title.gif) no-repeat;

	height: 148px;

}



#book_contents h1 {

	text-indent: -1000em;

}



#book_contents strong {

	font-weight: normal;

}



#book_contents td.documents {

	width: 200px;

	height: 633px;

	background: url(picture/index_img_documents.jpg) no-repeat;

}



#book_contents td.contents {

	width: 305px;

	height: 633px;

}



#book_right {

	width: 35px;

	height: 781px;

	background: url(picture/index_img_right.gif) no-repeat;

	float: right;

}



#book_bottom {

	width: 632px;

	height: 44px;

	clear: both;

	background: url(picture/index_img_bottom.gif) no-repeat;

}



#enter a {

	width: 118px;

	height: 28px;

	background: url(enter.gif) no-repeat;

	display: block;

	text-indent: -1000em;

}



#enter a:hover {

	background: url(enter.gif) no-repeat 0 -28px ;

}
