@charset "Shift_JIS";

body {
	height: 100%;
	padding: 0;
	font-size: 9pt;
	line-height: 15pt;
	color: #333333;
}
TBODY {
	height: 100%;
	padding: 0;
	font-size : 9pt;
	line-height: 15pt;
	color: #333333;
  

  
  
  
  font-family : Arial;
}
H1 {
	font-size : 11pt;
	color: #333333;
	font-weight: bold;
	text-align: left;
       margin-bottom: 3pt;  
       padding-top : 15pt;  
}
H2 {
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-align: left;
	line-height: 11pt;
       margin-bottom : 5pt;  
       padding-top : 30pt;  
}
H3 {
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-align: left;
	line-height: 11pt;
       margin-bottom : 5pt;  
       padding-top : 5pt;  
}
#dd {
	margin-top: 0%; /* メニューボックスの画像からの距離 */
	margin-left: 0%; /*メニューボックスの左からの距離  */
	padding: 0 0 10px 0; /*本文の位置*/
	WIDTH: 810px; /*画面の横幅の固定*/
}

#dd LI {
	margin: 0;
	padding: 0; /*メニューの間隔*/
	list-style: none;
	float: left;
	font: bold 12px;
	text-decoration: none;
}

#dd LI A.menu {
	display: block;
	text-align: center;
	background: #0000cc; /* メニューボックスの色 */
	padding-top: 7px; /* メニューボックスの幅 */
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-top: 0px; /*すきま*/
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	width: auto;
	text-decoration: none;
	background-color: #3366ff; /*メニューの色*/
	color: white;
	font-size: 9pt;
	font-weight: bold;
}

/* メインメニューのマウスを当てたときの色 */

#dd li a.menu:hover {
	background: #0000cc;
}

/*　◆サブメニュー　*/

.submenu {
	background: #DCDCDC; /*サブメニュー背景色*/
	border: 1px solid #3366ff;
	visibility: hidden;
	position: absolute;
	z-index: 30;
	white-space: nowrap;
	width: auto;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

.submenu a {
	display: block;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	color: #0033ff; /*サブメニューの文字色*/
}

.submenu a:hover { /*マウスが乗ったとき*/
	background: #0000cc;
	color: #FFffff;
}

#screen {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 100px;
}

/*フッタ*/

#footer1 {
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	width: 650px;
	color: navy;	
	position: fixed;
}

#footer2 {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	width: 650px;
	color: navy;
}

#footer3 {
	width: 650px;
	text-align: right;
	font-size: 9pt;
	color: #666666;
}



