@charset "utf-8";

/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/

a {
}

body {
    margin-left: 25px;
    padding: 0;
    width: 90%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
}
h1, h2, h3, th, dt, strong, ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
table {
  border:0px;
  width: 90%;
}
textarea {
  color:#000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}
p, dt, dd, li  {
    line-height: 1.8;
    width:90%
}
th, td {
    border: 0px;
    font-size: 10.5pt;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-menu-icon {
  display:none;
}
.admin-menu { /* the box around the menu */
  display:none;
}
.admin-menu-text { /* the text below the links */
  display:none;
}
.admin-menu-item { /* a single link in the menu */
  display:none;
}
.admin-list-table {
  display:none;
}
.admin-list-table form {
  display:none;
}
.admin-list-search {
  display:none;
}
.admin-list-field {
  display:none;
}
.admin-list-headerfield {
  display:none;
}
/* Menus in blocks *****************************************************************/
.blocklist ul {
  display:none;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* general formatting classes **************************************************/
.b {
  font-weight:bold;
}
.ext-link {
  background-color: transparent;
  background: url(./images/external.png) center right no-repeat;
  background-attachment: scroll;
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(./images/feed.png) center right no-repeat;
  background-attachment: scroll;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}
/* Blocks *********************************************************************/
.block-box-left,
.block-box-right {
display: none;
}
.block-box {
  margin:0px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  display:none;
}
.block-bg-left,
.block-bg-right {
  display:none;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  display:none;
}
.block-content {
  color:#000000;
}
.block-content-right,
.block-content-left {
  display:none;
}
.block-content-left ul,
.block-content-right ul {
  display:none;
}
.block-content ul {
  border:none;
}
.block-divider {
  display:none;
}
.block-divider-left {
  display:none;
}
.block-divider-right {
  display:none;
}
.block-featured-left {
  display:none;
}
.block-featured-right {
  display:none;
}
.block-helpicon {
  display:none;
}
.block-outerborder-left {
  display:none;
}
.block-outerborder-right {
  display:none;
}
.block-title,
.blocktitle, {
  font-weight:bold;
}
.block-title-left,
.block-title-right {
display: none;
}
/* Comments *******************************************************************/
.commentbar-line1 {
  text-align:center;
}
.commentbar-line2 {
  text-align:center;
}
.commentbar-line3 {
  text-align:center;
}
.commenttitle {
  font-weight:bold;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
}
.fieldhelp {
  font-size:0.8em;
}
/* Footer *********************************************************************/
.footerblock {
  display:none;
  }
.footerblock a:link {
  display:none;
}
.footerblock a:visited {
  display:none;
}
.footerblock a:hover {
  display:none;
}
.footerblock a:active {
  display:none;
}
.footer-divider-top {
  display:none;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span { /* space between the text and the checkbox */
  padding-left:5px;
}
.checkboxes-list .gldefault { /* default blocks in the user settings block list */
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}
/* Header *********************************************************************/
.header-logo {
  display:none;
}
.header-slogan {
  display:none;
}
.header-slogan a:link {
  background:transparent;
  text-decoration:none;
}
.header-slogan a:visited {
  background:transparent;
  text-decoration:none;
}
.header-slogan a:hover {
  background:transparent;
  text-decoration:none;
}
.header-slogan a:active {
  background:transparent;
  text-decoration:none;
}
.header-logobg-container-inner {
  display:none;
}
.header-navigation-container {
  display:none;
}
.header-navigation-container ul {
  display:none;
}
.header-navigation-container li {
  display:none;
}

.header-navigation-container li.last {
  border:none;
}

.header-navigation-container a:link {
  background:transparent;
  text-decoration:none;
}
.header-navigation-container a:visited {
  background:transparent;
  text-decoration:none;
}
.header-navigation-container a:hover {
  background:transparent;
  text-decoration:none;
}
.header-navigation-container a:active {
  background:transparent;
  text-decoration:none;
}
.header-welcomeanddate-text {
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;

}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  background:transparent;
}
.sysmessage img {
  border:none;
  float:left;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
}
.stats-header-title {
  text-align:left;
  width:90%;
}
.stats-header-count {
  text-align:left;
  width:10%;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1 {
  /* the title of a story */
  font-weight:bold;
}
.story-body {
  /* this is the actual content of the story */
}
.story-featured {
  /* the frame around all elements of a featured story */
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  font-weight:bold;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
}
.story-icons a {
}
.story-container {
  /* frame around all stories & centerblocks*/
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  text-align:center;
}
.story-footer p {
}
.story-information {
  /* the author, views and date of a story */
}
.story-information p {
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
}
.warningsmall {
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
}
.plugin th {
}
.plugin tr {
}
.plugin td {
}
.pluginBG {
}
.pluginAltBG {
}
.pluginAltBG td {
}
.pluginCellTitle {
}
.pluginCellFill {
}
.pluginCellText {
}
.pluginHeader {
}
.pluginFooter, .pluginFooter td {
.pluginAlert {
}
.pluginInfo {
}
.pluginSubTable {
}
.pluginSubTable th {
}
.pluginSubTable tr {
}
.pluginSolidOutline {
}
.pluginSolidFill {
}
.pluginTitle {
}
.pluginCellSubTitle {
}
.pluginTinyText {
}
.pluginSmallText {
}
.pluginMediumText {
}
.pluginLargeText {
}
.pluginAltText {
}
.pluginRow1, .pluginRow1 td {
}
.pluginRow2, .pluginRow2 td {
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,

.pluginRollOut {
}
.pluginLinks A:link {
}
.pluginLinks A:visited {
}
.pluginLinks A:hover {
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
}
.pluginBreadCrumbs A:visited {
}
.pluginBreadCrumbs A:hover {
}
a.pluginButton:link, a.pluginButton:visited {
}
a.pluginButton:hover {
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  display:none;
  }
#navcontainer ul {
  display:none;
}
#navcontainer li {
  display:none;
}
#navcontainer a {
  display:none;
}
#navcontainer a span {
  display:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  display:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  display:none;
}
#navcontainer a:hover {
  display:none;
}
#navcontainer a:hover span {
  display:none;
}
#navcontainer a#current span {
  display:none;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  display:none;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  display:none;
}
a.tooltip:hover  {
  display:none;
}
a.tooltip span {
  display:none;
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  display:none;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Forum Plugin specific CSS */
.codeblock  { 
  display:none;
}
.quotemain
{
  display:none;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }  
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }  

/* END of Forum Plugin CSS */

/* カスタマイズ追加*/

/******大きめ太字追加*****/
.mid-b {
  font-weight:bold;
  font-size:medium;
}
/******ネイビー大きめ太字追加*****/
.mid-b-n {
  font-weight:bold;
  font-size:medium;
  color:#000099;
}
/******テーブル装飾カスタマイズ*****/
.navy-table {
  background-color: #000099;
  color: #FFFFFF;
  font-size: medium;
  font-weight:bold;
}
.b-table {
  font-size: medium;
}
