@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 840px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}
.oneColFixCtrHdr #header {
	background-image: url(../images/bg.gif);
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 21px;
	line-height: 28px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-image: none;
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	font-size: 13px;
	line-height: 18px;
}
.oneColFixCtrHdr #footer {
	height: 80px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(../images/footer.gif);
	text-align: right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
h2 {
}

/*パンくずここから*/
#pan_box .pan {
	width: 780px;
	margin: 0  !important;
	font-size:x-small;
	line-height:120%;
	color:#333333;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 30px;
}
#pan_box a:link {
	color:#333333 ;
}
#space {
	height: 20px;
	width: 720px;
}
#pan_box a:visited {
	color: #333333 ;
}
#pan_box a:hover {
	color:#10866E;
	text-decoration:underline;
}
#pan_box a:active {
	color:#333333 ;
	text-decoration:none ;
}
.t10   {
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
.nf4 {
	background-image: url(../funabashi_west/images/nishi-funabashi_list_bg.gif);
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	padding-right: 20px;
	padding-left: 20px;
}

table.list{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 720px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	font-size: 11px;
	text-align: center;
	margin-bottom: 30px;
}
.list th{
	color:#CCCCCC;
	background-color:#CCCCCC;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	text-align:center;
	height: 28px;
	padding:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #663300;
}
.list td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	height: 28px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.bg_gray{
	background-color: #efefef;
}
.wide_g {
	height: 32px;
	width: 180px;
	text-align: center;
	padding: 10px;
}
.wide_f {
	height: 32px;
	width: 100px;
	text-align: center;
	padding: 10px;
}
.wide_e {
	height: 32px;
	width: 160px;
	text-align: center;
	padding: 10px;
}
.wide_d {
	height: 32px;
	width: 80px;
	text-align: center;
	padding: 10px;
}
.wide_c {
	height: 32px;
	width: 90px;
	text-align: center;
	padding: 10px;
}
.wide_b {
	height: 32px;
	width: 40px;
	text-align: center;
	padding: 10px;
}
.wide_a {
	height: 32px;
	width: 50px;
	text-align: center;
	padding: 10px;
}
