/* Picasaスライドショー領域(Googleマップ情報ウィンドウ内) */
div#slideshow {
  background-color:#eee;
  border:1px solid #ddd;
  width:288px;
  height:216px;
  margin:0;
  padding:0;
  z-index:1;
}

a:link {
  color:#3333ff;
}
a:hover {
  color:#ff3333;
}
a:visited {
  color:#996699;
}
a:active {
  color:#338833;
}


table#list {
  font-size:12px;
  border-collapse: collapse;
  border: 1px #aaaaaa solid;
}
table#list td {
  border: 1px #aaaaaa solid;
}
table#list td#count {
  text-align: center;
}

/* tablesorter */
table#list .even{
	background-color: #f8f8f8;
}
table#list .odd{
	background-color: #ededed;
}
table#list th.header {
  background-image: url(./img/bg.png);
  background-repeat: no-repeat;
  border: 1px #aaaaaa solid;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 8px;
  height: auto;
  cursor: pointer; 
}
table#list th.headerSortUp {
  background-image: url(./img/asc.png);
  background-repeat: no-repeat;
}
table#list th.headerSortDown {
  background-image: url(./img/desc.png);
  background-repeat: no-repeat;
}

div#links {
  font-size:11px;
}

div#history {
  overflow:scroll;
  width: 295px;
  height: 75px;
  font-size: 11px;
  background-color: #f6f6f6;
}

img {
  margin: 0px;
  border: 0px;
  vertical-align: middle;
}

img.icon {
  vertical-align: bottom;
}

/* 20110510 重いのでWebフォントを無効化
@font-face {
  font-family: WebFont;
  src: url('./font/M+1P+IPAG-circle.eot');
}

@font-face {
  font-family: WebFont;
  src: url('./font/M+1P+IPAG-circle.ttf') format("truetype");
}

body {
  font-family: WebFont;
}
*/

body {
  font-family: sans-serif;
}

/*
form select {
  border: solid 1px #666666;
  background-image: url("./img/button-8257.png");
}
*/

dt {
  font-weight:bold;
}

div.foldable {
  font-size: 11px;
  border: solid 1px #aaaaaa;
  width: 715px;
  margin: 3px;
}

div.foldable_title {
  background: #ccccff;
}
