@charset "UTF-8";

/*　フォントの指定　*/
td {line-height:15pt; color:#333333; background-color:#ffffff}
th {line-height:15pt; color:#333333; background-color:#dddddd}

.pagetitle{
  font-size : 12pt;
  line-height : 15pt;
  color : #333333;
  font-weight : bold;
}

.maintable{
  background-color : #cccccc;
}

.maintable th{
  font-weight: normal;
  background-color : #eeeeee;
  text-align : center;
}

.maintitle{
  background-color : #eeeeee;
  text-align : center;
}

.token_list {
  font-size:12px;
}

/*　リンクの指定　*/
a:link { color: #0000FF; text-decoration: underline; }
a:visited { color: #0000FF; text-decoration: underline; }
a:active { color: #0000FF; text-decoration: underline; }
a:hover { color: #D80023; text-decoration: underline; }

div.pager dt {
  float: left;
  clear: left;
}

div.pager dd {
  float: right;
  clear: right;
}

div.message {
  color: #cc0000;
}

#title{
text-indent:15px;
background:transparent url(../images/manage/title_icon.gif) 0px center no-repeat;
}

