@charset   "Shift_JIS";
/*---------▼　メイン　---------*/


div#left {
	float: left;
	width: 208px;
	height: 830px;
	text-align: center;
	line-height: 13pt;
             margin: 10px 2px 10px 5px;
	border-top: 2px solid #ff0080;
	border-left: 2px solid #ff0080;
	border-right: 2px solid  #ff0080;
	border-bottom: 2px solid  #ff0080;
	
}
/*---------▼　オープンタブ　ソース---------*/
.outerbox {
  width: 206;
  height: 920px;
  margin: 5px 2px 5px 2px;
  border-left: 0px solid #0000ff;
  border-right: 0px solid #0000ff;
  border-bottom: 0px solid #ff0000;
}
#navibox {
  width: 204px;
  height: 30px;
}
a.navibtn {
  display: block;
  background : url(../imgs/top/top-left.gif);
  width: 204px;
  height: 30px;
  color: #5555ff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height:1.8
}
* html a.navibtn {
  width: 204px;
  height: 25px;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}
a.navibtn:hover {
  background : url(../imgs/top/top-left.gif) left bottom;
  color: #fff;
}

div.tab {
  height: 850px;
  color: #ff0080;
  background-color: #fffffff;
  overflow: auto;
  margin: 0;
  border-right: 0px solid #999;
  border-bottom: 0px solid #999;
}

div.tab p {
  margin: 1em;
}

/*---------▼　タブ内インフレソース　---------*/
div#infr-tab {
	width: 190px;
	height: 580px;
	margin: 0px;
	overflow: auto;
	scrollbar-base-color: #e6ffe6;
	background-color: #ffffff;
	border-left: 1px solid  #a2ffa2;
	border-right: 1px solid  #a2ffa2;
	border-top: 1px solid #a2ffa2;
	border-bottom: 1px solid #a2ffa2;
}
/*---------▼　タブ内カレンダーソース　---------*/
div#calendar {
	width: 202px;
	height: 805px;
	margin: 10px 2px 5px 5px;
	padding-top: 8pt;
	padding-bottom: 8pt;
	background-color: #ffffff;
	border-top: 3px solid #ff0080;
	border-left: 3px solid  #ff0080;
	border-right: 3px solid  #ff0080;
	border-bottom: 3px solid #ff0080;
}

/*---------▼　タブ内インフレ枠ソース　---------*/
.cw_1 {
	table-layout: fixed;
	width: 188px;
	z-index: 100;
	margin-top: 10px;
	border: none;
}

.cw_2 {
	table-layout: fixed;
	width: 188px;
	z-index: 100;
	margin-top: 30px;
	border: none;
}

