/* common

------------------------------------------------------------------------*/

body {
  background: #e4f1fc url(images/bg.gif) top repeat-x;
  font-family: arial, Sans-Serif;
  color: #333;
  font-size: 93%;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
}
td {
  margin : 0;
  padding: 0;
  vertical-align: top;
  border: 0;
}
th {
  background: #778899;
  color: #ffffff;
  vertical-align: middle;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
a {
  color: #0000ff;
  /*color: #336799;*/

  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
}
a:visited {
  color: #800080;/*color: #336799;*/

}
a:hover {
  color: #336799;
  text-decoration: underline;
}
th a {
  color: #ffffff;
}
h1, h2, h3, h4, h5 {
  color: #000070;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
ul, li {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-position: outside;
}
img {
  border: 0;
}
input {
  font-size: 0.9em;
}
select {
  font-size: 0.9em;
}
textarea {
  font-size: 0.9em;
}
.outlineframe {
  background: #ffffff;
  width: 96%;
  margin: auto;
  border-right: solid 1px #336799;
  border-left: solid 1px #336799;
}
.c_red {
  font-weight: bold;
  color: #ff0000;
}
/* header

------------------------------------------------------------------------*/

.headerlogo {
  width: 200px;
  height: 80px;
  margin: 0;
  padding: 0;
}
.headerbanner {
  background: #d6f4fe url(images/cube.jpg) right no-repeat;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
/* headerbar

------------------------------------------------------------------------*/

div#headerbar {
  width: 100%;
  margin: 0;
  padding: 0;
}
div#headerbar td {
  background: #336799;
  padding: 0;
}
ul.globalnavi {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 9pt;
  line-height: 170%;
}
ul.globalnavi li {
  float: left;
  color: #9ad6fc;
}
ul.globalnavi li a {
  display: block;
  position: relative;
  padding: 0 15px 2px 15px;
  background: #336799 url(images/arrow01.gif) left no-repeat;
  background-position: 7px 7px;
  color: #9ad6fc;
  text-decoration: none;
}
ul.globalnavi li a:visited {
  color: #9ad6fc;
  text-decoration: none;
}
ul.globalnavi li a:hover {
  color: #fff;
  text-decoration: none;
}
ul.globalnavi li a:active {
  color: #9ad6fc;
  text-decoration: none;
}
ul.globalnavi li.loginnavi {
  float: right;
  margin-right: 10px;
  font-weight: bold;
}
/* center-column

------------------------------------------------------------------------*/

.centeroutline {
  margin-bottom: 10px;
  xpadding: 1px;
  xborder: solid 1px #cccccc;
}
.centercolumn {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
.centercolumn th {
  background: #778899;
  color: #ffffff;
  vertical-align: middle;
}
.centerCcolumn {
  margin: 0;
  padding: 0 5px;
}
.centerCblockTitle {
  background: #5089d2;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 6px;
  border: solid 1px #b6b5b5;
}
.centerCblockContent {
  margin: 0;
  padding: 8px;
  line-height: 1.4;
  border-right: solid 1px #b6b5b5;
  border-bottom: solid 1px #b6b5b5;
  border-left: solid 1px #b6b5b5;
}
.centerLcolumn {
  width: 50%;
  margin: 0;
  padding: 0 3px 0 0;
}
.centerLblockTitle {
  background: url(images/bg.gif);
  color: #4d4d80;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 4px 3px 3px 3px;
  border: solid 1px #7a7acc;
}
.centerLblockContent {
  padding: 8px;
  line-height: 1.4;
  border-right: solid 1px #7a7acc;
  border-bottom: solid 1px #7a7acc;
  border-left: solid 1px #7a7acc;
}
.centerRcolumn {
  width: 50%;
}
.centerRblockTitle {
  background: url(images/bg.gif);
  color: #4d4d80;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 4px 3px 3px 3px;
  border: solid 1px #7a7acc;
}
.centerRblockContent {
  margin: 0;
  padding: 8px;
  line-height: 1.4;
  border-right: solid 1px #7a7acc;
  border-bottom: solid 1px #7a7acc;
  border-left: solid 1px #7a7acc;
}
.content {
  text-align: left;
  margin: 0 5px;
  xpadding: 8px;
  xbackground: #fcc;
}
/* mainmenu_area

------------------------------------------------------------------------*/

#mainmenu_area {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
#mainmenu_area table td {
  width: 20%;
  background: #f0f3f5 url(images/mainmenu_k.gif) center center repeat-x;
  border: 1px solid #adb9c2;
  text-align: center;
  vertical-align: middle;
}
#mainmenu_area table td:hover {
  background: #d8e9f5 url(images/mainmenu_k_over.gif) center center repeat-x;
  border: 1px solid #91abbf;
}
#mainmenu_area table td a {
  display: block;
  padding: 7px 0;
  width: 100%;
  color: #0000ff;
}
#mainmenu_area table td a:visited {
  color: #0000ff;
}
#mainmenu_area table td a:hover {
  color: #0000ff;
  text-decoration: none;
}
#top_mainimage {
  xwidth: 100%;
  height: 280px;
  background: url(/member/themes/cube_default/images/login_img.jpg) center center no-repeat;
}
/* bulletinlist

------------------------------------------------------------------------*/

#bulletinlist {
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
}
#bulletinlist dl {
  clear: both;
  width: 98%;
  margin: 5px auto 10px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #5089d2;
}
#bulletinlist dl dt {
  width: 100%;
  background: url(images/arrow03.gif) left top no-repeat;
}
#bulletinlist dl dt a {
  margin: 0 10px 0 25px;
}
#bulletinlist dl dt span.article_date {
  margin: 0 5px 0 0;
}
#bulletinlist dl dd.article_lead {
  margin: 3px 0 0 100px;
  font-size: 0.8em;
  color: #666;
}
#bulletinlist div {
  clear: both;
  width: 98%;
  margin: 5px auto 10px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #5089d2;
}
#bulletinlist p {
  width: 100%;
  background: url(images/arrow02.gif) left top no-repeat;
}
#bulletinlist p a {
  margin: 0 10px 0 25px;
}
.bulletin_head {
  text-align: right;
}
.bulletin_article h1 {
  position: relative;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 1ex;
  padding-bottom: 1ex;
  border-bottom: 1px solid #ccc;
}
#bulletin_itemarea {
  margin: 20px 0 0;
  border: 1px solid #B6B5B5;
  border-collapse: collapse;
}
#bulletin_itemarea .item_title {
  border-bottom: 1px solid #B6B5B5;
  background: #d9e7fd;
  font-size: 110%;
  color: #000070;
}
#bulletin_itemarea .item_title h3 {
  margin: 0;
  padding: 10px;
  font-size: 90%;
  font-size: 14px;
  line-height: 1.0;
  letter-spacing: 0.1ex;
}
#bulletin_itemarea .itemPostDate {
  padding-right: 5px;
  font-size: 0.9em;
}
#bulletin_itemarea .itemBody {
  margin: 10px 5px;
  padding: 0;
}
#bulletin_itemarea .itemFoot {
  border-top: 1px solid #B6B5B5;
  background: #fff;
  text-align: right;
  margin: 0;
  padding: 10px 0;
}
/* whatsnewlist

------------------------------------------------------------------------*/

#whatsnewlist {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
#whatsnewlist dl {
  clear: both;
  width: 98%;
  margin: 5px auto 10px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #5089d2;
}
#whatsnewlist dl dt {
  width: 100%;
  background: url(images/arrow02.gif) left top no-repeat;
}
#whatsnewlist dl dt a {
  margin: 0 10px 0 25px;
}
#whatsnewlist dl dt span.article_date {
  margin: 0 5px 0 0;
}
#whatsnewlist dl dd.article_lead {
  margin: 3px 0 0 100px;
  font-size: 0.8em;
  color: #666;
}
.read_more {
  margin: 20px 20px 0;
  text-align: right;
}
/* rightcolumn

------------------------------------------------------------------------*/

.rightcolumn {
  background: #f7f7f7;
  width: 184px;
  font-size: 0.9em;
  border-left: solid 1px #dddddd;
  border-right: solid 6px #336799;
}
.rightblockTitle {
  height: 30px;
  margin: 0;
  padding: 0;
  background: url(images/leftmenu_tit_k.gif) no-repeat;
}
.rightblockTitle h2 {
  height: 30px;
  margin: 0;
  padding: 8px 0 0 30px;
  font-size: 1em;
  color: #fff;
}
.rightblockContent {
  margin: 5px 0 10px 7px;
  padding: 5px 0;
  line-height: 1.2;
}
.rightblockContent div.top_p {
  margin: 8px 0 0;
}
/* pickup_area

------------------------------------------------------------------------*/

div#pickup_area {
  width: 184px;
  background: #336799;
  margin: 0;
  padding: 0 0 10px;
}
div#pickup_area h2 {
  height: 30px;
  margin: 0;
  text-indent: -10000px;
}
div#pickup_area h2#leftmenu_tit01 {
  background: url(images/leftmenu_tit01.gif) no-repeat;
}
div#pickup {
  width: 170px;
  margin: 10px 0 0 10px;
}
div#pickup a {
  display: block;
  margin: 0 0 1px;
  padding: 0;
  height: 24px;
  text-indent: -10000px;
}
div#pickup a.leftmenu_subtxt {
  color : #FFFFFF;
  text-indent: 0px;
}
div#pickup a.leftmenu_sub14 {
  background: url(images/pickup/mm07_14.gif) no-repeat;
}
div#pickup a.leftmenu_sub01 {
  background: url(images/pickup/mm07_01.gif) no-repeat;
}
div#pickup a.leftmenu_sub02 {
  background: url(images/pickup/mm07_02.gif) no-repeat;
}
div#pickup a.leftmenu_sub03 {
  background: url(images/pickup/mm07_03.gif) no-repeat;
}
div#pickup a.leftmenu_sub05 {
  background: url(images/pickup/mm07_05.gif) no-repeat;
}
div#pickup a.leftmenu_sub07 {
  background: url(images/pickup/mm07_07.gif) no-repeat;
}
div#pickup a.leftmenu_sub06 {
  background: url(images/pickup/mm07_06.gif) no-repeat;
}
div#pickup a.leftmenu_sub08 {
  background: url(images/pickup/mm07_25.jpg) no-repeat;
  height: 74px;
  background-position: 0 0 !important;
}
div#pickup a.leftmenu_sub09 {
  background: url(images/pickup/mm07_09.gif) no-repeat;
}
div#pickup a.leftmenu_sub10 {
  background: url(images/pickup/mm07_10.gif) no-repeat;
}
div#pickup a.leftmenu_sub11 {
  background: url(images/pickup/mm07_11.gif) no-repeat;
}
div#pickup a.leftmenu_sub12 {
  background: url(images/pickup/mm07_12.gif) no-repeat;
}
div#pickup a.leftmenu_sub13 {
  background: url(images/pickup/mm07_13.gif) no-repeat;
}
div#pickup a.leftmenu_sub16 {
  background: url(images/pickup/mm07_16.gif) no-repeat;
}
div#pickup a.leftmenu_sub17 {
  background: url(images/pickup/mm07_17.gif) no-repeat;
}
div#pickup a.leftmenu_sub19 {
  background: url(images/pickup/mm07_19.gif) no-repeat;
}
div#pickup a.leftmenu_sub20 {
  background: url(images/pickup/mm07_20.gif) no-repeat;
}
div#pickup a.leftmenu_sub21 {
  background: url(images/pickup/mm07_21.gif) no-repeat;
}
div#pickup a.leftmenu_sub22 {
  background: url(images/pickup/mm07_22.gif) no-repeat;
}
div#pickup a.leftmenu_sub23 {
  background: url(images/pickup/mm07_23.gif) no-repeat;
}
div#pickup a.leftmenu_sub24 {
  background: url(images/pickup/mm07_24.gif) no-repeat;
}
div#pickup a.leftmenu_sub25 {
  background: url(images/pickup/mm07_25.gif) no-repeat;
}
div#pickup a.leftmenu_sub26 {
  background: url(images/pickup/mm07_26.gif) no-repeat;
}
div#pickup a.leftmenu_sub27 {
  background: url(images/pickup/mm07_27.gif) no-repeat;
}
div#pickup a.leftmenu_sub28 {
  background: url(images/pickup/mm07_28.gif) no-repeat;
}
div#pickup a:hover {
  background-position: 0 -24px;
}
/* sitelinklist

------------------------------------------------------------------------*/

div#sitelinklist {
  width: 170px;
  margin: 0;
}
div#sitelinklist a {
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
}
/* footerbar

------------------------------------------------------------------------*/

.footerbar {
  background: #336799;
  color: #fff;
  font-size: 9pt;
  text-align: center;
  margin: 0;
  padding: 3px;
}
input.formButton {
}
.item {
  border: solid 1px #7a7acc;
}
.itemHead {
  background: #778899;
  color: #ffffff;
  margin: 0;
  padding: 3px;
}
.itemInfo {
  background: #efefef;
  text-align: right;
  margin: 0;
  padding: 3px;
}
.itemTitle a {
  background: transparent;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
}
.itemTitle a:visited {
  color: #e6e6e6;
}
.itemPoster {
  font-size: 0.9em;
}
.itemPostDate {
  font-size: 0.9em;
}
.itemStats {
  font-size: 0.9em;
}
.itemBody {
  margin: 0;
  padding-left: 5px;
}
.itemText {
  margin: 6px;
  line-height: 1.5;
}
.itemFoot {
  background: #efefef;
  text-align: right;
  margin: 0;
  padding: 3px;
}
.itemAdminLink {
  font-size: 0.9em;
}
.itemPermaLink {
  font-size: 0.9em;
}
td#mainmenu a {
  text-decoration: none;
  margin: 0;
  padding: 2px;
  display: block;
  color: #0000ff;
}
td#mainmenu a:visited {
  color: #800080;/*color:#336799;*/

}
td#mainmenu a:hover {
  background: #e6e6e6;
  text-decoration: none;
}
td#mainmenu a.menuTop {
  margin: 0;
  padding-left: 3px;
  border-bottom: dotted 1px #7a7acc;
}
td#mainmenu a.menuMain {
  margin: 0;
  padding-left: 3px;
  border-bottom: dotted 1px #7a7acc;
}
td#mainmenu a.menuSub {
  margin: 0;
  padding-left: 9px;
  border-bottom: dotted 1px #7a7acc;
}
/* usermenu

------------------------------------------------------------------------*/

td#usermenu a {
  text-decoration: none;
  margin: 0;
  padding: 2px;
  display: block;
}
td#usermenu a:visited {
  color: #000080;
}
td#usermenu a:hover {
  background: #e6e6e6;
  text-decoration: none;
}
td#usermenu a,  td#usermenu a.menuTop {
  margin: 0;
  padding-left: 3px;
  border-bottom: dotted 1px #7a7acc;
}
.outer {
  border: solid 1px #c0c0c0;
}
.head {
  background: #c2cdd6;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
.even {
  background: #efefef;
  margin: 0;
  padding: 5px;
}
.odd {
  background: #e6e6e6;
  margin: 0;
  padding: 5px;
}
.foot {
  background: #c2cdd6;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
tr.even td {
  background: #efefef;
  margin: 0;
  padding: 5px;
}
tr.odd td {
  background: #e6e6e6;
  margin: 0;
  padding: 5px;
}
div.errorMsg {
  background: #ffcccc;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 10px;
  border-top: solid 1px #ddddff;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 1px #ddddff;
}
div.confirmMsg {
  background: #ddffdf;
  color: #136c99;
  font-weight: bold;
  text-align: center;
  margin: 10px;
  padding: 10px;
  border-top: solid 1px #ddddff;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 1px #ddddff;
}
div.resultMsg {
  background: #ddddff;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 10px;
  padding: 10px;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #9999cc;
  border-bottom: solid 1px #9999cc;
  border-left: solid 1px #cccccc;
}
div.xoopsCode, div.xoopsQuote {
  width: 98%;
  height: 100%;
  padding: 0;
}
div.xoopsCode pre {
  border: solid 1px #c0c0c0;
  margin: 0;
  overflow: auto;
  padding: 0 1em;
  min-height: 4em;
  height: auto;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  background-color: #ffffff;
}
/* for IExplorer */

* html div.xoopsCode pre {
  height: 4em;
  height: auto;	/* IE 6.x */
  width: 40em;
}
div.xoopsQuote blockquote {
  margin: 0;
  padding: 0 6px 6px 6px;
  border: solid 1px #c0c0c0;
  background-color: #ffffff;
}
.comTitle {
  font-weight: bold;
  margin-bottom: 2px;
}
.comText {
  margin: 0;
  padding: 2px;
  line-height: 1.4;
}
.comUserStat {
  background: #f5f5f5;
  color: #2f5376;
  font-size: 0.8em;
  font-weight: bold;
  margin: 2px;
  padding: 4px 2px 1px 4px;
  border: solid 1px #c0c0c0;
}
.comUserStatCaption {
  font-weight: normal;
}
.comUserRank {
  margin: 2px;
}
.comUserRankText {
  font-size: 0.8em;
}
.comUserRankImg {
  border: 0;
}
.comUserName {
}
.comUserImg {
  margin: 2px;
}
.comDate {
  font-size: smaller;
  font-weight: normal;
}
.comDateCaption {
  font-weight: normal;
}
.comUserStatus {
  background: #f5f5f5;
  color: #2f5376;
  font-size: 0.8em;
  font-weight: bold;
  margin: 2px;
  padding: 4px 2px 1px 3px;
  border: solid 1px #c0c0c0;
}
.multimenumain a {
  text-decoration: none;
  margin: 0;
  padding: 2px;
  display: block;
}
.multimenumain a:visited {
  color: #000080;
}
.multimenumain a:hover {
  background: #e6e6e6;
  text-decoration: none;
}
.multimenumain a.menuTop {
  margin: 0;
  padding-left: 3px;
  border-bottom: dotted 1px #7a7acc;
}
.multimenumain a.menuMain {
  margin: 0;
  padding-left: 3px;
  border-bottom: dotted 1px #7a7acc;
}
.multimenumain a.menuSub {
  margin: 0;
  padding-left: 12px;
  border-bottom: dotted 1px #7a7acc;
}
/* calender pical_year

------------------------------------------------------------------------*/

#pical_year {
  width: 100%;
  margin: 15px 0;
}
#pical_year table th,  #pical_year table td {
  text-align: center;
}
#pical_year table th {
  padding: 5px;
}
/* calender piCal

------------------------------------------------------------------------*/

h1#pical-head {
  position: relative;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 1ex;
  padding-bottom: 1ex;
  border-bottom: 1px solid #ccc;
}
table#weekly-cal {
  width: 100%;
  margin: 0 0 15px;
  border: solid 1px #888;
  border-collapse: collapse;
}
table#weekly-cal th,  table#weekly-cal td {
  border: solid 1px #888;
  border-collapse: collapse;
}
table#weekly-cal th,  table#weekly-cal th.col_p,  table#weekly-cal th.col_b {
  width: 10%;
  padding: 10px 0;
  font-size: 1em;
  font-weight: bold;
  color: #336799;
}
table#weekly-cal th,  table#weekly-cal td {
  background: #fff;
}
table#weekly-cal th.col_p,  table#weekly-cal td.col_p {
  background: #fee;
}
table#weekly-cal th.col_b,  table#weekly-cal td.col_b {
  background: #eef7ff;
}
table#weekly-cal th.col_g,  table#weekly-cal td.col_g {
  background: #dfffbf;
}
table#weekly-cal th a,  table#weekly-cal th a:hover {
  color: #336799;
}
table#weekly-cal th.col_p a,  table#weekly-cal th.col_p a:hover {
  color: #c00;
}
table#weekly-cal th.col_b a,  table#weekly-cal th.col_b a:hover {
  color: #00f;
}
table#weekly-cal td,  table#weekly-cal td.col_p,  table#weekly-cal td.col_b {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}
/*------  inner table ------*/

div.sch_main {
  width: 100%;
  height: 100%;
}
table#weekly-cal td div.sch_l,  table#weekly-cal td div.sch_c,  table#weekly-cal td div.sch_r {
  float: left;
}
table#weekly-cal td div.sch_l {
  width: 48%;
  margin: 0;
}
table#weekly-cal td div.sch_c {
  width: 23%;
  margin: 0 10px 0 0;
  padding: 0 10px;
  border-right: 1px dotted #666;
  border-left: 1px dotted #666;
}
table#weekly-cal td div.sch_r {
  width: 23%;
}
table#weekly-cal td p span,  table#weekly-cal td p span img {
  padding-right: 5px;
}
table#weekly-cal td div.add-schedule {
  clear: both;
  float: right;
}
table#weekly-cal td div.add-schedule a {
  display: block;
  margin: 15px 0 0;
  padding: 1px 1px 1px 3px;
  background: #efefef;
  border: 1px dotted #666;
  text-decoration: none;
}
table#weekly-cal td div.add-schedule a:hover {
  background: #eff;
  text-decoration: none;
}
/* ccenter evform

------------------------------------------------------------------------*/

.evform h2 {
  position: relative;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 2.5ex;
  padding-bottom: 1ex;
  border-bottom: 1px solid #ccc;
}
.grouptitle {
  color: #888;
}
/* account_profile

------------------------------------------------------------------------*/

#account_profile h1 {
  position: relative;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 2.5ex;
  padding-bottom: 1ex;
  border-bottom: 1px solid #ccc;
}
#account_profile .account_edit {
  margin: 5px 0;
  text-align: right;
}
#account_profile h3 {
  margin-left: 10px;
  color: #333;
}
#account_profile table th {
  padding: 5px;
  background-color: #8fa6bf;
}
#account_profile table td {
  width: 50%;
}
#account_profile table td.head {
  padding: 5px 10px;
  font-size: 100%;
  font-weight : bold;
  color: #555555;
  background-color: #d1dceb;
}
#account_profile table td.even {
  background-color: #dfe6ef;
  padding: 3px;
}
#account_profile table td.odd {
  background-color: #eef2f7;
  padding: 3px;
}
#account_profile h4 {
  margin: 30px 10px 10px;
  color: #666;
}
#account_profile img {
  margin: 0 10px;
}
#account_profile small {
  margin: 0 0 0 40px;
  font-size: 90%;
  color: #999;
}
.showall {
  xborder-bottom: 1px solid #efefef;
  margin: 10px 10px 20px;
  xpadding-bottom: 5px;
}
/* sitemap

------------------------------------------------------------------------*/

#sitemap h1 {
  position: relative;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 2.5ex;
  padding-bottom: 1ex;
  border-bottom: 1px solid #ccc;
}
#sitemap p {
  padding: 5px 0 0;
}
#site_top {
  padding: 0 20px 20px;
}
.site_maincontent {
  float: left;
  width: 45%;
  padding: 0 10px 10px 20px;
}
.site_maincontent div {
  padding-left: 15px;
}
#sitemap_etc {
  clear: both;
  padding: 20px 0;
}
.site_etc {
  float: left;
  width: 45%;
  padding: 0 10px 10px 20px;
}
/* ban_ssl

------------------------------------------------------------------------*/

#ban_ssl {
  width: 184px;
  margin: 30px 0;
  padding: 30px 0 0;
  border-top: 1px solid #333;
  text-align: center;
}
/* ccenter

------------------------------------------------------------------------*/

#ccenter h1 {
  position: relative;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 2.5ex;
  padding-bottom: 1ex;
  border-bottom: 1px solid #ccc;
}
#ccenter table {
  margin-top: 10px;
}
#ccenter table th {
  padding: 5px;
  background-color: #8fa6bf;
}
#ccenter table tr.even td {
  background-color: #dfe6ef;
  padding: 5px;
}
#ccenter table tr.odd td {
  background-color: #eef2f7;
  padding: 5px;
}
#ccenter div.resultMsg {
  background: #D9E7FD;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 10px;
  padding: 10px;
  border: solid 1px #999;
}
.ccenter_event {
  margin: 50px 0;
}
#ccenter table td.head {
  padding: 5px;
  background-color: #C2CDD6;
}
#ccenter table td.even {
  background-color: #eef2f7;
  padding: 5px;
}
#ccenter table td.odd {
  background-color: #dfe6ef;
  padding: 5px;
}
.coment_b {
  margin: 5px 0;
  text-align: right;
}
#ccenter div.attr {
  clear: both;
}
#ccenter dl.info_dl {
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
}
#ccenter dl.info_dl dt {
  clear: both;
  float: left;
  width: 130px;
  margin: 0 0 5px;
  font-weight: bold;
}
#ccenter dl.info_dl dd {
  float: left;
 /float: none;  /*IE7.0*/
}
#ccenter span.btn_left {
  float: left;
}
#ccenter div.comment div.comText div,  #ccenter div.com_reply a span {
  display: none;
}
.ccenter_note {
  margin: 0 20px;
}
.ccenter_note2 {
  display: none;
}
/* bunner_area

------------------------------------------------------------------------*/

div#bunner_area {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
}
