﻿/* CSS Document */
a:link {  
color: #333333; text-decoration: none
}
a:hover { 
color: #990033; text-decoration: underline
}


/* ローカルナビゲーション */
.navi {
margin: 0;
padding: 0;
border: solid #666666;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

ul {
list-style: none;
margin-left: 12px;
}

li{
font-size: 0.9em;
line-height: 1.2em;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 8px;
background-image:url(../img/navi_misc01.gif);
background-position: center left;
background-repeat:no-repeat;
}

.position {
font-size: 0.9em;
line-height: 1.2em;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 8px;
background-image:url(../img/navi_misc02.gif);
background-position: center left;
background-repeat:no-repeat;
}

.subposition {
font-size: 0.9em;
line-height: 1.2em;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 8px;
background-image:url(../img/navi_misc05.gif);
background-position: center left;
background-repeat:no-repeat;
}


/* コンテンツエリア */
h2 {
padding-top: 3px;
padding-left: 12px;
padding-bottom: 3px;
font-size: 1.1em;
background: #F99F62;
margin-bottom: 20px;
}

p {
font-size: 0.9em;
line-height: 1.4em;
}

h3 {
font-size: 1em;
padding-bottom: 3px;
border-bottom: 2px solid #FF3300;
margin-bottom: 5px;
}

.text01 {
font-size: 0.9em;
line-height: 1.4em;
margin-bottom: 18px;
}

.text02 {
font-size: 0.9em;
line-height: 1.2em;
margin-top: 1px;
margin-bottom: 1px;
margin-left: 18px;
padding-left: 8px;
background-image:url(../img/navi_misc02.gif);
background-position: center left;
background-repeat:no-repeat;
}

.text03 {
font-size: 1.5em;
line-height: 2.0em;
color: #FF6600;
}


em {
font-style: normal; 
font-weight: bold;
font-size: 1.0em; 
color: #FF6600;
}

b {
font-style: normal; 
font-weight: bold;
font-size: 1.0em; 
color: #FF6600;
}

.dataTable {

width: 100%;
margin-bottom : 1em;
border-collapse: collapse;
border: 1px solid #999;
border-bottom: none;
}

.dataTable th,
.dataTable td {
	padding: 0.5em;
	border: 1px solid #999;
	border-width: 0 1px 1px 0; 
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.dataTable thead td,
.dataTable th {
	background: #eee;
	border-right : 1px solid #d2d2d2;
}

.dataTable thead th {
	background: #d2d2d2;
	border-right : 1px solid #7e7e7e;
}

.dataTable th .caption,
.dataTable td .caption {
	display : block;
	font-size : 80%;
}

.dataTable td {
	border-right : 1px solid #d2d2d2;
}


.dataTable colgroup.headerCols col.headerCol,
.dataTable col.headerCol {
	width: 141px;
}

th.margedCell {
	border-right: none;
}

th.subCell {
	border-width : 0 1px 0 0;
	padding-bottom: 0;
}

td.subCell {
	border-width: 0;
	padding-bottom: 0;
}

.dataTable th.strong {
	color : #fff;
	background : #666;
}

.dataTable td.dummy{
 width: 0;
 display: none;
}

.dataTable img {
	border: none;
}

/* フッター */
.footer {
color: #FF0000;
font-size: 0.8em;
text-align: right;
padding-top: 0.3em;
}
