﻿@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■
常にincludeするCSS
■■■■■■■■■■■■■■■■■■■■■*/
@import "base.css";
/*第二階層以降常に必要*/
@import "inside.css";


/*■■■■■■■■■■■■■■■■■■■■
ビジネスの集積
■■■■■■■■■■■■■■■■■■■■■*/
table.accumulation th {
	text-align: center;
	background: #E3E3E3;
	}

table.accumulation th.osaka {
	background: #FF0000;
	color: #FFFFFF;
	}

table.accumulation td {
	text-align: center;
	}

table.accumulation td.osaka {
	text-align: center;
	background: #E4E4E4;
	color: #FF0000;
	}

table.accumulation td.article {
	text-align: left;
	}

.outline {
	background: #D0EEF2;
	width: 580px;
	margin: 0px auto 12px auto;
	padding: 10px;
	}

.outline h6 {
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	}

table.website {
}

table.website tr td p {
	background: #E3E3E3;
	padding: 10px;
	margin: 8px 4px 4px 4px;
	}
