/* 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 {
}
#box2 {
}

/*
#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{
	border:1px solid lightblue;
	width:1000px;
}
.kudari td{
	font-size:10pt;
	border:1px solid lightblue;
	text-align: center;
}
.kudari #ti{
	background-color:#0000ff;
	text-align:left;
	height:20px;
	font-weight:bold;
}
.nobori{
	border:1px solid pink;
	width:1000px;
	text-align: center;
}
.nobori td{
	font-size:10pt;
	border:1px solid pink;
}
.nobori #ti{
	background-color:#ff0000;
	text-align:left;
	font-weight:bold;
}
.bangou{
	font-style:italic;
	text-align:center;
	width:30px;
}
.jikoku{
	width:30px;
}
.eki{
	width:40px;
	height:20px;
}
.title{
	font-size:large;
	font-weight:bold;
	text-align:center;
}
.td_blue{
	background-color:#CCFFFF;
	height:20px;
}
.td_pink{
	background-color:#FFCCFF;
	height:20px;
}
.td_pink_ita{
	background-color:#FFCCFF;
	height:20px;
	font-style:italic;
	text-align:center;	
}
.sen{
	vertical-align:top;
	height:20px;	
}

