h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset
{ margin: 0; padding: 0; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11pt;
  background-color: #fff;
}

table{
	border-collapse: collapse;
	width: 100%;
}

/** ページネーション **/
.pagination{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFBA53;
	background-color: #EEEEEE;
	padding: 3px;
	font-family: Georgia;
	font-size: 13pt;
	position: static;
}
.pagination li{
	text-align: center;
}
.pagination .current{
	font-size: larger;
	color: #FF0000;
}

/** リスト設定 **/
.horizonal-list{
	margin: 0;
	padding: 0;
}

.horizonal-list li
{
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 0px;
}

.no-list-style li {
	list-style: none;
}
#menu-left ul, li{
	margin: 0px;
	padding: 2px;
}
#menu-left li a{
	padding: 2px 2px 2px 20px;
	display: block;
	text-decoration: none;
}

/** IE6 **/
*html #menu-left li a{
	position: absolute;
}
/** IE7 **/
*:first-child+html #menu-left li a{
	position: absolute;
}

#menu-left li a:hover{
	background: url(/images/bullet_go.gif) no-repeat scroll left center;
}
.active{
	background: url(/images/bullet_go.gif) no-repeat scroll left center;
}
#announcement{
	margin: 10px 0px 10px 0px;
}
#announcement li{
	list-style-image: url(/images/exclamation.gif);
}
.attention
{
	margin-left: 10px;
	color: #999999;
}

#error-message
{
	background-color: #FFCCFF;
	border: 1px solid #CCCCCC;
}

#error-message li{
	list-style-image: url(/images/exclamation.gif);
}

#contents input{
	font-size: 126%;
}
#site-search{
	text-align: right;
}
#site-search input{
	font-size: 10pt;
}
.georgia{
	font-family: Georgia;
	font-size: 13pt;
}

.no-wrap{
	white-space: nowrap;
}

/** テーブル設定 **/
/* リスト表示 */
.list-table th{
	background-color: #CCCCCC;
	padding: 5px;
}

.list-table td{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.list-table td a{
	display: block;
}

.list-tr-0 td{
	background-color: #FFFFFF;
}

.list-tr-1 td{
	background-color: #EEEEEE;
}

/* 静的テーブル */
.simple-table thead th{
	border-bottom: 2px solid #6678B1;
	background-color: #E9FF8E;
	padding: 5px;
	white-space: nowrap;
    text-align: center;
}

.simple-table tfoot th{
	border-top: 2px solid #6678B1;
	background-color: #E9FF8E;
	padding: 5px;
	white-space: nowrap;
    text-align: center;
}

.simple-table .table-title{
	text-align: left;
	font-style: italic;
	height: 20px;
}

.simple-table td{
	padding: 5px;
	text-align: center;
	height: 30px;
}

.simple-tr-0 td{
	background-color: #FFFFFF;
}

.simple-tr-1 td{
	background-color: #EEEEEE;
}

