@charset "utf-8";

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  font-family: Meiryo, "MS P Gothic", "sans-serif";
  color: #333;
}
form input[type="text"], form input[type="password"], form textarea, form select, form .uneditable-input {
  color: #555;
}


#header {
  margin-bottom: 10px;
}

#logo {
  float: left;
  margin: 0;
  padding: 20px 0;
}

#utils {
  float: right;
  line-height: 32px;
  text-align: right;
}

#utils .textresizer {
  float: right;
  margin-right: 20px;
}

#utils .textresizer ul,#utils .textresizer ul li {
  display: inline;
}

#utils .textresizer ul {
  margin: 0;
}

#utils .textresizer li {
  margin: 0;
  margin-left: 4px;
  padding: 0;
}
#utils .textresizer li a {
  padding: 3px 4px;
  border: 1px solid #ccc;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
}

#utils .textresizer a.small-text {
  font-size: 9px;
}

#utils .textresizer a.large-text {
  font-size: 13px;
}

#utils .textresizer a.textresizer-active {
  background: #307EA9;
  border-color: #307EA9;
  color: #FFF;
}

#utils .sign {
  float: right;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  background-image: url(../images/bg-sign.gif);
}

#utils .sign a {
  height: 32px;
  line-height: 32px;
  padding-left: 24px;
  background: no-repeat 0 50%;
  color: #FFF;
}

#utils .sign a.signin {
  background-image: url(../images/ic-signin.png);
}

#utils .sign a.signout {
  background-image: url(../images/ic-signout.png);
}

#utils .user_info {
  clear: both;
  float:right;
  margin-top: 40px;
  padding: 8px 0;
  background: #F1F1F1;
}
#utils .user_info p {
  margin: 0;
  padding: 0 20px;
}

#globalnavi {
  clear: both;
  height: 42px;
  margin: 10px 0;
  padding: 0;
}

#globalnavi li {
  float: left;
  width: 117px;
  height: 42px;
  margin: 0;
  padding: 0;
  background: #7EBC28 url(../images/gnavi-default.gif) repeat-x 0 0;
  font-size: 15px;
  text-align: center;
  list-style: none;
}

#globalnavi li:hover {
  background-image: url(../images/gnavi-selected.gif);
}

#globalnavi li.item-0,
#globalnavi li.item-7{
  width: 119px;
}

#globalnavi li a {
  display: block;
  height: 42px;
  line-height: 42px;
  border-left: 1px solid #BEDD93;
  border-right: 1px solid #679E1B;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

#globalnavi li.item-0 a {
  border-left: 0;
}

#globalnavi li.item-7 a {
  border-right: 0;
}

#breadcrumb {
  margin-bottom: 10px;
  padding-left: 24px;
  background: url(../images/ic-home.gif) no-repeat 4px 50%;
}


#footer {
  margin: 10px 0;
}

#siteinfo {
  margin: 0 0 10px;
  padding: 8px 20px;
  background: #F3F7DF;
  border: 1px solid #CC9;
}

#siteinfo a {
  color: #330;
}

#copyright {
  text-align: right;
}

#localnavi dt {
  margin: 0;
  padding-left: 24px;
  background: url(../images/bg-localnavi.gif) no-repeat right center;
  color: #fff;
  font-size: 123.1%;
  height: 90px;
  line-height: 90px;
}

#localnavi dt a {
  font-weight: bold;
  color: #fff;
  line-height: 90px;
}

#localnavi dd {
  margin: 4px 0;
}

#localnavi dd a {
  display: block;
  background: url(../images/ic-submenu-arrow.gif) no-repeat 22px 50%;
  padding: 10px 10px 10px 38px;
  color: #666;
  text-decoration: none;
}

#localnavi dd:hover {
  background: #FFCC99;
}

#localnavi dd:hover a {
  color: #333;
}

/** Text */
a.blank {
  padding-right: 14px;
  background: url(../images/ic-blank.gif) no-repeat 100% 50%;
}
a.pdf {
  padding-right: 20px;
  background: url(../images/ic-pdf.png) no-repeat 100% 50%;
}

/** List */
dl.compact dt {
  float: left;
  width: 8em;
}

/** Table */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td {
  padding: 0.8em 1em;
  border: 1px solid #DDD;
  vertical-align: top;
}

th {
  background: url(../images/stripe3.gif) repeat 0 0;
}

.actions td {
  border: 0;
  text-align: center;
}

form th {
  width: 1%;
  min-width: 10em;
  padding: 0.8em 0.8em;
  white-space: nowrap;
}

form table table {
  margin: 0;
}

form table table label {
  width: auto;
  float: none;
}

form table table input[type="text"] {
  width: 80%;
}

form table table th,form table table td {
  padding: 0 4px 0 0;
  border: none;
}

form .hint {
  margin-top: 4px;
  display: block;
  font-size: smaller;
  color: #999;
}

form .public {
  width: 5em;
  vertical-align: middle;
  text-align: center;
}

form .public label {
  width: auto;
  float: none;
  display: block;
  text-align: center;
}

caption {
  margin: 4px 0;
  text-align: center;
  font-weight: bold;
}

/** Form */
form label {
  padding-top: 0;
  width: 12em;
}

.required {
  color: #ff0000;
}

.radio_list {
  margin: 0;
}

.radio_list li {
  list-style: none !important;
}

.radio_list label {
  width: auto;
  float: none;
}

.section .error_list {
  margin: 4px 0;
  padding: 2px 0 0;
  background: #FFCECE;
  border: 1px solid #DF8F8F;
}

.section .error_list li {
  margin-bottom: 4px;
  padding: 0 20px 0px 28px;
  background: url(../images/ic-msg-error.png) no-repeat 10px 50%;
  list-style: none;
  color: #CC0000;
}

/** User */
.user-list ul {
  margin: 0 0 3em;
}

.user-list li {
  float: left;
  width: 185px;
  margin: 0.4em 0;
  margin-right: 20px;
}

/** Section */
.section {
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border: 1px solid #CCC;
}

.section .header {
  margin: 0 -20px 1.4em;
  padding: 6px 20px 2px;
  border-bottom: 2px solid #7DBC27;
  font-size: 138.5%;
  font-weight: bold;
}

li {
  color: #333;
}

.section ul li {
  list-style-image: url(../images/ic-list.gif);
  margin-bottom: 10px;
}

.section ul li .small {
  display: block;
  color: #999;
}

/** Profile */
.profiles th {
  font-weight: normal;
  width: 12em;
}

.profiles .limit {
  color: #999;
}

/** Article */
.article {
  margin-bottom: 32px;
}

/** Forum */
#message-form {
  margin-top: 60px;
}

#message-form th,#message-form td {
  padding: 4px 0;
  border: 0;
}

#forum_message_content {
  width: 100%;
}

/** Bulletin */
.bulletin h3 {
  position: relative;
}

.bulletin h3 .download {
  position: absolute;
  top: 0;
  right: 0;
}


/** Sponsor */
.sponsor .banner {
  float: left;
  width: 234px;
  height: 60px;
  background: url(../images/stripe3.gif) repeat 0 0;
}

.sponsor .banner img {
  width: 234px;
  height: 60px;
}

.sponsor .info {
  float: right;
  width: 400px;
}

.sponsor-banner {
  margin: 10px 0;
}


/** Sitemap */
ul.sitemap {
  width: 300px;
  float: left;
}
ul.sitemap  ul {
  margin-top: 8px;
}


/** List Page */
.list-header {
  margin-bottom: 10px;
}

.list-header .result {
  float: left;
  font-style: italic;
}

.list-header .filter {
  float: right;
}

/** Pager */
.pager {
  margin-bottom: 3em;
  text-align: center;
}

.pager a,.pager span {
  margin: 0 4px;
  padding: 2px 8px;
  border: 1px solid #CCC;
}

.pager span {
  border: 0;
  background: #7DBC27;
  color: #FFF;
}

/* Pager */
ul.tabs li a {
  padding: 0 9px;
}
ul.tabs li.active a {
  padding: 0 8px;
}


/* Flash */
.notice,.error {
  margin: 0 0 1em;
  padding: 10px 20px 10px 28px;
  background: #fffbcc url(../images/ic-msg-notice.png) 10px 50% no-repeat;
  border: 1px solid #E6DB55;
}

.error {
  background-color: #FFCECE;
  background-image: url(../images/ic-msg-error.png);
  border-color: #DF8F8F;
  color: #CC0000;
}

/** Geotrust */
.geotrust {
  text-align: right;
}

.geotrust .blank {
  padding: 0;
  background: none !important;
}
