/********************
	tblのｽﾀｲﾙ
*********************/
table{
 position: relative;
 top: 20px;
 left: 20px;
 border-collapse: collapse;
 border-spacing: 1px 1px;
 font-size: 16px;
}
table tr td{
 width: 64px;
 font: 0.9em "ＭＳ 明朝",sans-serif;
 padding: 3px 4px 3px 4px;
}
table tr[id^="line"] {
 height: 12px;
}
/********************
	buttonのｽﾀｲﾙ
*********************/
div.button {
 display: inline-block;
 width: 480px;
 padding: 15px 20px 15px 20px;
 color: #000;
 background-color: #cf0;
 border-radius: 4px;
 text-align: center;
}
div.button a {
 text-decoration: none;
}
div.button a:hover,
div.button a:focus {
 online: none;
 color: #aaa;
}
/********************
	見出し(r0)のｽﾀｲﾙ
*********************/
table tr#r0 {
 text-align: center;
 vertical-align: central;
}
table tr#r0 td {
 font-size: 2.4em;
 font-weight: bold;
 background-color: #cccc00;
}
table tr#r0 td#c14 {
 padding: 0 4px 6px 0;
 font-size: 1.0em;
 text-align: right;
 vertical-align: bottom;
}
table tr#r0 td#c14 a {
 text-decoration: none;
}
/********************
	評価(r1)のｽﾀｲﾙ
*********************/
table tr#r1 {
 text-align: center;
 vertical-align: central;
}
table tr#r1 td {
 text-align: left;
 font-weight: bold;
}
table tr#r1 td a {
 color: #06f;
 text-align: center;
}
table tr#r1 td a {
 text-decoration: none;
}
table tr#r1 td a:hover {
 color: #ff9999;
}
/********************
	事業所のｽﾀｲﾙ
*********************/
table tr#r2 td,
table tr#r4 td,
table tr#r6 td {
 text-align: center;
}
table tr#r3,
table tr#r5,
table tr#r7 {
 text-align: center;
}
table tr#r3 td div.button a,
table tr#r5 td div.button a,
table tr#r7 td div.button a {
 font-family: 'ＭＳ Ｐゴシック';
 font-size: 1.2em;
 font-weight: bold;
 color: #fff;
}
table tr#r3 td#c0 div.button {
 background-color: #00c0c0;
}
table tr#r3 td#c8 div.button,
table tr#r5 td#c0 div.button,
table tr#r5 td#c8 div.button,
table tr#r7 td#c0 div.button,
table tr#r7 td#c8 div.button {
 background-color: #ff9999;
}
/********************
	footerのｽﾀｲﾙ
*********************/
table tr#r8 td {
 font-family: 'ＭＳ ゴシック';
 font-size: 1.0em;
 font-weight: bold;
 text-align: center;
 color: #fff;
 background-color: #444;
}
