@charset "utf-8";

@import url(fonts.css);

/* 基本設定 */
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-size:93%;/* 12px相当のフォントサイズ */
}

/**
 * 運賃テーブルの装飾---------------------
 */
 
#soryo{
	text-align: center;
	}

.table_midashi {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}

.table_midashi2 {
	border: 1px solid #999999;
	background-color: #FFCC66;
}

.table_date {
	border: 1px solid #999999;
	background-color: #ffffff;
}

.table_date2 {
	border: 1px solid #999999;
	background-color: #EBEBEB;
}

.table_color1 {
	background-color: #FFFF99;
}

.table_color2 {
	background-color: #FFD7D7;
}

.table_color3 {
	background-color: #CDE7CD;
}

.table_color4 {
	background-color: #DFDFFF;
}

#soryo_title{
	margin:10px auto;
	font-weight:bold;
	font-size:122%;
}
	
input.btn1 {
	border: 3px double  #666666;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 93%;
	padding: 2px;
}