@charset "UTF-8";
/* charsetを指定しないと、コメントがおかしくなる。*/

body {
  color:#202020;
  background-color:white;
  font-size:10pt;
}
td {
  font-size:10pt;
}
th {
  font-size:10pt;
}
a {
  color:#cc0099;
}
a:visited {
  color:#880066;
}
a:hover {
  background-color:#eeeeee;
}
input {
  border:solid 1;
}
textarea {
  border:solid 1;
}
input.checkbox {
  border:none;
}
input.submit {
  background-color:#ddb8b8;
}

#wrap {
  position:relative;
  width:100%;
  margin:0;
  padding:0;
}

#content {
  position:relative;
  margin-top:0;
  margin-right:165px;
  margin-bottom:0;
  margin-left:125px;
  min-height:650px;	/* IEは理解しない。*/
}

/* if IE */
* html #content {	/* IEは単なる「#content」として理解する。*/
  /* MacのIEは「\」を理解しない。*/
  /* if not Mac \*/
    height:650px;	/* IEは「最低高さ」として解釈する。*/
  /* endif */
}
/* endif */

#google {
  position:absolute;
  top:0px;
  right:0px;
  width:160px;
}

#left {
  position:absolute;
  top:0px;
  left:0px;
  width:120px;
}

#nav {
  width:100%;
}

.tag {
  vertical-align:middle;
  font-size:4pt;
}
