@charset "utf-8";

/* --- BODY ---   */
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka",Arial;
	/*background: #999999;*/
	margin: 0 auto;
	padding: 0;
}

/* --- TOP BORDER ---   */
#topborder{
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	height: 20px;
	width: 100%;
}

#topborderwrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#topborderwrap h2 {
	color: #ffffff;
	font:bold 10px "ＭＳ Ｐゴシック", Osaka;
	text-align: right;
	margin: 0 5px 0 0;
	position: relative;
	top: 4px;
}


#wrapper {
	background: url(img/bg_img.gif) repeat;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* --- HEADER ---   */
#header {
	width: 900px;
	margin: 0;
	height: 170px;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/* --- CONTENTS --- */
#content {
	width: 900px;
}


/* --- history --- */
#history {
	float: right;
	width: 680px;
	margin: 5px 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	text-align: left;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#history h1 {
	font-size: 1.3em;
	color: #333333;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #858585;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 15px;	
	clear: both;
}

#history h2 {
	font-size: 1.3em;
	color: #333333;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #858585;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 15px;
	clear: both;
}

#history .index {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	line-height: 1.2em;
	clear: both;
	border: 1px solid #858585;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 15px;
}

#history img {
	margin: 5px;
}

#history table {
	/*width: 850px;
	text-align: left;*/
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#history table td {
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	vertical-align: top;
}

#history table th {
	vertical-align: top;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}

#history .blue {
	font-weight: bold;
	color: #0000ff;
}

#history .small {
	font-size: 0.9em;
}

#history .line {
	text-decoration: underline;
}

#history .center {
	text-align: center;
}

#history .page_top {
	clear: both;
	text-align: right;
	font-size: 70%;
}

/* --- left navi --- */
#left{
	float: left;
	left: 0;
	width: 200px;
	margin: 10px 0 0 0;
}

#left h2 {
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	border-bottom-style: none;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF0000;
	text-indent: 6px;
	clear: both;
	margin-left: 5px;
	margin-top: 10px;
}

#left ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#left li {
	float: left;
	width: 195px;
	margin: 10px 0;
	display: inline;
}

#left .right {
	text-align: right;
}

/* --- footer --- */

#footer {
	text-align: center;
	font: 80% "ＭＳ Ｐゴシック", "Osaka";
	margin: 2px 0 0 10px;
}


