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;
	color: #000000;
	background-color: #ffffff;
	background-position: top left;
	line-height:18px;
}

.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:75%;;
	}
#content h1 {
	margin: 20px;
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
	line-height:28px;
	text-align:center;
}
#content h2 {
	margin:5px 0px ;
	padding:5px;
	text-align:left;
	line-height:22px;
	font-size:10pt;
	font-weight:normal;
	}
#content p {
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:normal;
	line-height:22px;
	font-size:10pt;
	text-indent:1em;
	}
	
#content ul {
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:normal;
	line-height:22px;
	font-size:10pt;
	}
#content ul>li {
	list-style-type:none;
	}
div.chron {
  margin:5px 0px;
  }
.chron p {
  text-indent:0 !important;
  }	
	
.link_box {
  margin:30px auto;
  paddng:0px;
  width:330px;
  border:solid 1px #cccccc;
  }
.link {
  width:300px;
  margin:0px auto;
  padding:0px;
  }
.link:hover {
	background-color: #dcdcdc;
	color:#c62505 !important;
	font-weight:bold;

}


.comment {
	margin:0px;
	padding:5px 0px 0px !important;
	font-size:10.5pt;
	}
.arrow {
	margin:20px 0px 0px;
	padding:5px 0px !important;
	float:right;
	width:75px;
	text-align:right !important;
	}
	
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;
}

