@charset 'UTF-8';
/******************************************************************************

  ルートディレクトリ用 スタイル定義

******************************************************************************/
.content h2.topics-title
{
	margin-bottom: 0;
}


/*-------------------------------------------------------------------------

  上部メニュー

------------------------------------------------------------------------- */
aside
{
	margin-top: -300px;
}


/*-------------------------------------------------------------------------

  スライダー

------------------------------------------------------------------------- */
#slideTitles
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -301px;
  margin-top: -120px;
}  
#slideTitles img
{
  display: block;
}

/*-------------------------------------------------------------------------

  ヘッドライン

------------------------------------------------------------------------- */
.content ul.headlines
{
	margin: 0;
	list-style: none;
}

.content ul.headlines > li
{
	font-size: 100%;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	padding: 1em 0 1em 3em;
	white-space: nowrap;
	background: url(../theme/images/gt-grey.png) no-repeat 1em center;
}
.content ul.headlines > li:hover
{
	background-color: #f9f9f9;
}

.content ul.headlines > li > a,
.content ul.headlines > li > span
{
	display: inline-block;
	margin-right: .75em;
}

.content ul.headlines > li > a
{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
.content ul.headlines > li > a:hover
{
	color: inherit;
}

.content ul.headlines li > a.text
{
	
}

/*-------------------------------------------------------------------------

  バリアフリー・テーブル用

------------------------------------------------------------------------- */
.barrier-free th,
.barrier-free td
{
	border-right-style: dotted !important;
	border-bottom-style: dotted !important;
}
.barrier-free tr > th:last-child,
.barrier-free tr > td:last-child
{
	border-right-style: solid !important;
}

.barrier-free tr:last-child > td
{
	border-bottom-style: solid !important;
}


.barrier-free > thead
{
	background-color: #fef8ed !important;
}

.barrier-free > thead th
{
	background-color: transparent !important;
	line-height: 1.2 !important;
	font-weight: normal;
	font-size: 80%;
	border-bottom-style: dotted !important;
}

.barrier-free > tbody td
{
	text-align: center;
	vertical-align: top;
}

.barrier-free td.two-column
{
	white-space: nowrap;
	text-align: left !important;
	width: 96px;
}

.barrier-free > tbody td img
{
	
}

