/* 全般設定 */
body {color:#333333; background:#ffffff; margin:0px; padding:0px;}

table {width:100%; font-size:12px; border-collapse:collapse;}
table td {padding:0px; vertical-align:top;}

/* 全般的なリンクの設定 */
a {color:#003366; text-decoration:none; font-weight:bold;}
a:hover {color:#993333;}

/* 一般タグの設定 */
h1 {}
h2 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 2px;
	padding: 2px;
}
h3 {}
h4 {}
h5 {}

/* リスト表示の設定 */
ul {margin:2px; padding:2px; list-style:decimal inside; text-align:left;}
li {margin-left:2px; list-style:square inside; color:#2F5376;}

input.formButton {}

/* 最新ニュースの枠 */
.item {}
/* 最新ニュースのタイトルバー */
.itemHead {padding:5px; background:#3f3f3f; color:#ffffff;}
/* 最新ニュースの投稿情報欄 */
.itemInfo {text-align:right; padding:3px; background:#f1f1f1;}
/* 最新ニュースのタイトルの設定 */
.itemTitle a {font-size:130%; font-weight:bold; color:#ffffff;}
/* 最新ニュースの投稿者 */
.itemPoster {font-size:90%;}
/* 最新ニュースの投稿日 */
.itemPostDate {font-size:90%;}
/* 最新ニュースのステータス */
.itemStats {font-size:90%;}
/* 最新ニュースのコンテンツ部分 */
.itemBody {padding:10px;}
.itemText {margin-top:5px; margin-bottom:5px; line-height:150%;}
/* 最新ニュースの1文字目 */
.itemText:first-letter {}
/* 最新ニュースのフッター */
.itemFoot {text-align:right; padding:3px; border-top:1px dotted #aabbcc;}
.itemAdminLink {font-size:90%;}
.itemPermaLink {font-size:90%;}

th {background:#3f3f3f; color:#ffffff; padding:5px; vertical-align:middle;}
th a{color:#ffffff;}

.headerbar {border-bottom:3px solid #cccccc; background:#666666; width:100%;}
.menu_l {vertical-align:middle; text-align:right;}
.menu_item {vertical-align:middle; text-align:center; background:#f1f1f1; padding-right:15px;}
.menu_item a{color:#003366; text-decoration:none; font-weight:normal;}
.menu_item a:hover{border-bottom:1px dotted #993333;}

/* ヘッダーブロックの定義 */
td#headerlogo {background:#ffffff; padding:10px 25px;}
td#headermenu {background:#ffffff; vertical-align:top; text-align:right;}
td#headermenu2 {background:#ffffff; vertical-align:bottom; text-align:right; padding-right:25px;}

.main_body {margin:0px 25px 20px 25px; border-top:1px dotted #aabbcc;}

/* 左ブロックの定義 */
td#leftcolumn {width:170px; background:#f6f6f6;}
/*左ブロックタイトルの定義*/
td#leftcolumn div.blockTitle {padding:4px 0px 2px 22px; color:#ffffff; font-weight:bold; background-image:url(../image/menu_bgL.gif); border-bottom:3px solid #cccccc;}
/*左ブロックコンテンツの定義*/
td#leftcolumn div.blockContent {padding:5px 10px; line-height:130%;}

/* メインメニューの定義 */
td#mainmenu a {margin:0px; padding:4px;}
td#mainmenu a:hover {text-decoration:underline; border-right:6px solid #993333;}
td#mainmenu a.menuTop {padding-left:3px;}
td#mainmenu a.menuMain {padding-left:3px;}
td#mainmenu a.menuSub {padding-left:15px;}

/* ユーザメニューの定義 */
td#usermenu a {margin:0px; padding:4px;}
td#usermenu a:hover {text-decoration:underline; border-right:6px solid #993333;}
td#usermenu a.menuTop {padding-left:3px;}
td#usermenu a.highlight {background:#ffcccc;}


/* 中央ブロックの定義 */
td#centercolumn {padding:0px 10px;}
td#centercolumn a:hover{border-bottom:1px dotted #993333;}

/* 中央-中央ブロックの定義 */
td#centerCcolumn {padding:0px;}
td#centerCcolumn div.blockTitle {padding:3px 0px; color:#993333; font-weight:bold; border-bottom:1px dotted #aabbcc;}
td#centerCcolumn div.blockContent {padding:5px; margin-bottom:10px; line-height:130%;}

/* 中央-左ブロックの定義 */
td#centerLcolumn {width:50%; padding:0px 3px 0px 0px;}
td#centerLcolumn div.blockTitle {padding:3px 0px; color:#993333; font-weight:bold; border-bottom:1px dotted #aabbcc;}
td#centerLcolumn div.blockContent {padding:5px; margin-bottom:10px; line-height:130%;}

/* 中央-右ブロックの定義 */
td#centerRcolumn {width:50%; padding:0px 0px 0px 3px;}
td#centerRcolumn div.blockTitle {padding:3px 0px; color:#993333; font-weight:bold; border-bottom:1px dotted #aabbcc;}
td#centerRcolumn div.blockContent {padding:5px; margin-bottom:10px; line-height:130%;}

/* メインコンテンツの定義 */
div#content {text-align:left; padding:8px; line-height:160%;}

/* 右ブロックの定義 */
td#rightcolumn {width:170px;  background:#f6f6f6;}
td#rightcolumn div.blockTitle {padding:4px 0px 2px 22px; background-image:url(../image/menu_bgR.gif); color:#ffffff; font-weight:bold; border-bottom:3px solid #cccccc;}
td#rightcolumn div.blockContent {padding:5px 10px; line-height:130%;}

/* フッタブロックの定義 */
td#footerbar {border-top:1px solid #999999; text-align:center; font-size:11px; padding:10px;}
td#footerbar a{border-bottom:1px dotted #003366;}
td#footerbar a:hover{border-bottom:1px dotted #993333;}

/* フォーラムなどの外枠 */
.outer {border:1px solid #999999;}
/* フォーラムなどの投稿情報欄 */
.head {background:#cccccc; padding:5px; font-weight:bold;}

/* フォーラムなどの交互に色が変わる部分 */
.even {background:#eeeeee; padding:5px;}
.odd {background:#f9f9f9; padding:5px;}
/* フォーラムなどのフッター */
.foot {background:#cccccc; padding:5px; font-weight:bold;}

tr.even td {background:#eeeeee; padding:5px;}
tr.odd td {background:#f9f9f9; padding:5px;}

div.errorMsg {background:#ffcccc; text-align:center; border-top:1px solid #ddddff; border-left:1px solid #ddddff; border-right:1px solid #aaaaaa; border-bottom:1px solid #aaaaaa; font-weight:bold; padding:10px;}
div.confirmMsg {background:#ddffdf; color:#136c99; text-align:center; border-top:1px solid #ddddff; border-left:1px solid #ddddff; border-right:1px solid #aaaaaa; border-bottom:1px solid #aaaaaa; font-weight:bold; padding:10px;}
div.resultMsg {background:#cccccc; color:#333333; text-align:center; border-top:1px solid silver; border-left:1px solid silver; font-weight:bold; border-right:1px solid #666666; border-bottom:1px solid #666666; padding:10px;}

/* Xoopsコードを記述する部分 */
div.xoopsCode {background:#ffffff; border:1px inset #000080; padding:0px 6px 6px 6px;}

/* 引用部分の定義 */
div.xoopsQuote {background:#ffffff; border:1px inset #000080; padding:0px 6px 6px 6px;}

.comTitle {font-weight:bold; margin-bottom:2px;}
.comText {padding:2px;}
.comUserStat {font-size:10px; color:#2f5376; font-weight:bold; border:1px solid silver; background:#ffffff; margin:2px; padding:2px;}
.comUserStatCaption {font-weight:normal;}
.comUserStatus {margin-left:2px; margin-top:10px; color:#2f5376; font-weight:bold; font-size:10px;}
.comUserRank {margin:2px;}
.comUserRankText {font-size:10px; font-weight:bold;}
.comUserRankImg {border:0px;}
.comUserName {}
.comUserImg {margin:2px;}
.comDate {font-weight:normal; font-style:italic; font-size:smaller;}
.comDateCaption {font-weight:bold; font-style:normal;}









img {border: 0;}

#xoopsHiddenText {visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none;}

.pagneutral {font-size: 10px; width: 16px; height: 19px;text-align: center; background-image: url(./images/pagneutral.gif);}
.pagact {font-size: 10px; width: 16px; height: 19px;text-align: center; background-image: url(./images/pagact.gif);}
.paginact {font-size: 10px; width: 16px; height: 19px;text-align: center; background-image: url(./images/paginact.gif);}


#mainmenu a {text-align:left; display: block; margin: 0; padding: 4px;}
#mainmenu a.menuTop {padding-left: 3px;}
#mainmenu a.menuMain {padding-left: 3px;}
#mainmenu a.menuSub {padding-left: 9px;}

#usermenu a {text-align:left; display: block; margin: 0; padding: 4px;}
#usermenu a.menuTop {}
#usermenu a.highlight {color: #0000ff; background-color: #fcc;}





/* Last-Modified: 28/06/06 00:08:22 */

/**
 * Current style
 */
.GB_t_frame {
  color: #444;
  font-size: 12px;
  line-height: 12px;
}

.GB_content {
  background-color: #fff;
  border: 3px solid #ccc;
  border-top: 2px solid #ccc;
}

.GB_loader {
  color: #616161;
  background-color: #fff;
}

.GB_header {
  border-bottom: 1px solid #ccc;
}

.GB_caption {
  font-weight: bold;
}

/**
 * Base stuff
 */
#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

#GB_window {
  font-family: helvetica, verdana, sans-serif;
  left: 0;
  top: 0;
  font-size: 1px;
  position: absolute;
  overflow: visible;
  z-index: 150;
}

#GB_frame {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
}


/**
 * Content
 */
.GB_t_frame {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.GB_content {
  padding: 0;
  margin: 0;
  vertical-align: top;
  margin-bottom: 25px;
  z-index: 155;
}

.GB_loader {
  z-index: 500;
  left: 6px;
  font-size: 16px;
  text-align: center;
}


/**
 * Header
 */
.GB_caption {
}

.GB_header {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 2px 1px 2px 1px;
  margin: 0;
  border-bottom: 1px solid #aaa;
}

.GB_close {
  white-space: nowrap;
  text-align: right;
  width: 10%;
  top: 0;
  z-index: 200;
  cursor: pointer;
  cursor: hand;
}

.GB_close img {
  width: 11px;
  height: 11px;
  padding: 0;
  margin-right: 3px;
}

.GB_container {
  margin: 0;
  padding: 0;
}





table.out,td.out,tr.out{

border:1px solid #666666;
padding:5px;
border-collapse:collapse

}
