@charset "utf-8";

* {
	margin: 0;
	padding: 0;
/*
  font-family: Georgia, "Times New Roman", "osaka", "MS UI Gothic", sans-serif;
 */
	font-family: "Times New Roman", "osaka", "MS UI Gothic", sans-serif;
	word-break: break-all;
}

body {
	width: 970px;
	color: #4E494F;
}

#header {
	width: 970px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

#logo {
	float: left;
	width: 200px;
	height: 110px;
	background: transparent url(../images/logo.gif) top left no-repeat;
}

#navi {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#navi input:button {
  color: #3D52CD;
}

#navi a:hover {
  color: #FC3634;
}

#navi a:visited {
}

.navi-item {
	cursor: pointer;
	width: 13.5%;
	min-width: 120px;
	min-height: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.25em;
	background-color: #ffeeff;
/*	background: url("../images/navi-btn-01.png") ; */
}

.page-navi {
	text-align: right;
	font-size: xx-small;
}

.page-navi a:link,a:visited {
	color: #0000ff;
	border: 1px dotted #0000ff;
}

.page-navi a:hover {
	color: #FC3634;
}

.current-tab {
	background-color: #EDBFC8;
	font-weight: bold;
}

#container {
  width: 100%;
  float: left;
	margin: 0;
	border-top: 1px solid #CA405D;
}

.content1 {
  border-top: 18px solid #EDBFC8;
  text-align: left;
}

#text-back {
  background: transparent url(../images/sky.jpg) top right no-repeat;
  float: right;
  width: 250px;
  height: 300px;
  margin: 10px 10px 10px 0px;
}

#text {
  margin-right: 260px;
  padding: 1em 1em 1em 1em;
}

#text dd{
	margin-bottom: 1em;
}

#footer {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  border-top: 1px solid #CA405D;
  clear: both;

  color: #3B363C;
  text-align: center;
  font-weight: bold;
}

dt {
  font-weight: bold;
}
/* IEが解釈してくれないので保留
dt:before {
	content: "【";
}
dt:after {
	content: "】";
}
*/

dd {
  padding-left: 1em;
}

td {
	width: 42em;
	padding: 0.2em;
	background-color: #f0f0f0;
}

.rowhead {
	width: 6em;
	padding: 0.2em;
	font-size: small;
	text-align: center;
	background-color: #e0e0ff;
}

