/* CSS Document */

/*全体*/
*{
margin: 0px;
padding: 0px;
margin: 0px auto;
}

/*部分*/
body{
	margin: 0px;
	padding: 0px;
}

/*モダンブラウザ用ハック*/
html>/**/body #container{ 
	margin: 0px auto;
}
/*IE6用スターハック	margin:0px 200px 0px 200px;*/
* html #container { text-align:center; } 
/*IE7用ハック*/
*:first-child+html #container { text-align:center; }

img {
	border: 0px;
	border-style:none;
}

th,td {
	padding:0px;
}

table {
border-collapse:collapse;
}

/*クラス*/


/*ID*/

/* 全体中央寄せ(canterでない) */
#box1 {
text-align:center;
	width: 1000px;
}
#box2 {
	width: 820px;
	text-align:center;
}
/*
#box1 {
	position: relative;
	width: 790px;
	left: 50%;
	margin-left: -395px;
}
#box2 {
	position: relative;
	width: 790px;
	left: 50%;
	margin-left: -395px;
}*/

#box3 {
	position: relative;
	width: 950px;
	left: 50%;
	margin-left: -475px;
}

#right {
	font-size:9pt;
	text-align: right;
}

#center {
	font-size:9pt;
	text-align:center;
}


#left {
	text-align:left;
	margin-left:5px;
}

#red {
	font-size:9pt;
	color: #FF0000;
	text-align:right;
}

#red_center {
	font-size: 9pt;
	color: #FF0000;
	text-align:center;
}

#red_left {
	font-size:10pt;
	color: #FF0000;
	text-align:left;
}

#green {
	font-size: 9pt;
	color: #006633;
	text-align:right;
}

#green_center {
	font-size: 9pt;
	color: #006633;
	text-align:center;
}
#c{
	font-size:10pt;
	text-align:left;
}
#c_g{
	color:#336633;
	font-size:8pt;
}
#table_m{
	border:1px dotted #66CC66;
	margin-left:300px;
	margin-top:20px;
	font-size:10pt;
	border-collapse:collapse;
}
#table_m td{
	font-size:10pt;
	padding:5px;
}
/**/
.kudari{
	width:820px;
	border:1px solid lightblue;
}
.kudari td{
	font-size:10pt;
	border:1px solid lightblue;
}
.kudari #ti{
	background-color:#0000ff;
	text-align:left;
}
.nobori{
	width:820px;
	border:1px solid pink;
}
.nobori td{
	font-size:10pt;
	border:1px solid pink;
}
.nobori #ti{
	background-color:#ff0000;
	text-align:left;
}
