@charset "utf-8";

html{
	 overflow-y:scroll;
	 font-family:"Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

#container {
	width: 640px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto; margin-right: auto;
	background-color: #ffffff;
	overflow:hidden;
} 


#contents {
	width: 640px;
} 


.textinpicture {
	display:none;
}

#header {
	position:relative;
	width:640px;
	height:400px;
}
.top_back { position:absolute; left:0px    top:0px;   }
.top_btn1 { position:absolute; left:264px; top:126px; }
.top_btn2 { position:absolute; left:264px; top:181px; }
.top_btn3 { position:absolute; left:264px; top:239px; }
.top_btn4 { position:absolute; left:264px; top:286px; }

#footer {
	width:100%;
	font-size:8pt;
	line-height:12pt;
}
#footer li { display: inline; padding-left: 1.1em; padding-right: 12px; background: #ffffff url('./images/icon_arrow2.gif') no-repeat 0px 4px ; }
#footer a:link {color:#444444;text-decoration:none;}
#footer a:visited{color:#444444;text-decoration:none;}
#footer a:hover {color:#FF0000;text-decoration:none;}
#footer a:active {color:#444444;text-decoration:none;}

#copyright {
	overflow: hidden;
	width:100%;
	background-color:#aaaaaa;
	font-size:8pt;
	color:#ffffff;
	padding:4px 0px;
	text-align:right;
}

.pText1 {
	padding:10px 15px 0px 15px;
	font-size:14pt;
	line-height:150%;
	text-indent:1em;
}

.pagetopbar {
	text-align:right;
	width:640px;
	height:60px;
	background-color:#ffffff;
}

.hspacerbar {
	width:640px;
	height:20px;
	background-color:#ffffff;
}

.hspacerbar2 {
	width:640px;
	height:40px;
	background-color:#ffffff;
}

.printbreak { page-break-before: always; }

