html {
	height: 100%;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
}

body {
	height: 100%;
	width: 100%;
	margin:0px auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family:'ヒラギノ角ゴ', '游ゴシック', 'メイリオ', Times, Century, sans-serif;
font-family:'';
	background-color: #ffffff;
	background-position: top left;

}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
.bottom {
	vertical-align:bottom;
	}
.top {
	vertical-align:top;
}
.bold {
	font-weight:bold;
	}
.uline {
	text-decoration:underline;
	}
}	
.ind1 {
	text-indent:1em;
}	

p.pankuzu {
	font-size:12px;
	margin:0px;
	padding:5px 20px 10px;
	font-weight:bold;
	}
	

/* Content */

#content {
	margin:0px auto;
	padding:0px;
	width:850px;
	}
#content h1 {
	margin: 20px;
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
	line-height:28px;
	text-align:center;
}
#content h2 {
	margin:0px ;
	padding:5px 0px 0px
		
		;
	text-align:left;
	line-height:22px;
	font-size:10pt;
	font-weight:normal;
	}
#content p {
	margin:0px;
	padding-top:5px;
	text-align:left;
	font-weight:normal;
	line-height:22px;
	font-size:10pt;
	text-indent:1em;	
	}
#content p.sub {
	padding-top:0px;
}
#content li{
	margin:0px;
	padding-top:10px;
	text-align:left;
	font-weight:normal;
	line-height:22px;
	font-size:10pt;
	}

a {
	text-decoration: none;
	}
a:link {
	color:#000000;
	}
a:visited {
	color:#000000;
	}
a:hover {
	color: #bb0303;
	}
	
hr {
	height:10px;
	border:0;
	border-top:1px dashed #000000;
}	
	
	
/* Footer */

#footer {
	font-size: 11px;
	font-weight: normal;
	background: url(images/footerbg.jpg);
	width: 100%;
	height: 56px;
}

#footertext {
	color: #bb0303;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	margin-top: -5px
}

.footerwidth {
	width: 100%;
	border: none;
	margin: 0px auto;
}

#footer ul.secondary_links li {
	position:relative;
	display: inline;
}

#footer ul.secondary_links a:link, #footer ul.secondary_links a:visited {
	display: inline;
	font-weight: normal;
	color: #bb0303;
	text-decoration: none
}

#footer ul.secondary_links a:hover {
	color: #000000;
}
		
		
		
.chron{}

.link_box{
	margin:0px auto;
	width:500px;
			border:solid 1px #cccccc;
		}
.link_box ul{
			list-style-image:url(images/link.png);
		}
		
.link{
			font-size:10pt;
		}
.link table{
		margin:0px auto;
			border-collapse:collapse;
		}
.link table th,td{
			border:solid 1px #cccccc;
			margin:0px;	
			padding:3px 5px;
		}	
		.link table th{
			text-align:center;
		}
		
		

/**	ページトップへ */
/* --------------------------------- */
.pagetop {
  width: 17px;
  height: 57px;
  overflow: hidden;
  position: fixed;
	bottom:62px;
  right:0%;
}
.pagetop a{
  display: block;
  width: 17px;
  height: 57px;
  background: url(images/pagetop.png) no-repeat;
  text-indent: -9999px;
}
.pagetop a:hover{
  display: block;
  width: 17px;
  height: 57px;
  background: url(images/pagetop.png) no-repeat -17px 0px;
  text-indent: -9999px;
}

