/*初期化*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,table,th,tr,td {
  margin:0;
  padding:0;
  text-decoration:none;
  font-style:normal;
  list-style:none;
  font-weight:normal;
  font-size:100%;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

caption,th{
  text-align:left;
}

fieldset,img{
  border:0;
}

select option{
  padding:0 5px;
}

form label{
  cursor:pointer;
}

textarea{
font-size:150%;
}

/*基本設定*/

body {
  font-size:80%;
  color:#666666;
  line-height:150%;
  background-color:#feffef;
  font-family: "ＭＳ Ｐゴシック";
}

.clear {
  clear:both;
}

.left {
  float:left;
}

.right {
  float:right;
}

.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0px;
   visibility:hidden;
  line-height:0px;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.t-right{
  text-align:right;
}

.t-left{
  text-align:left;
}

.t-center{
  text-align:center;
}



/*frame*/

#outer{
  width:760px;
  margin:0 auto;
background:url(images/map.gif) right top no-repeat;
}

/*header*/



#header-inner{
  padding:10px 10px 10px 10px;
}

#header h1{

}

#header p{
margin:10px;
}

/*footer*/

#footer{

}

#footer-inner{
  text-align:right;
  padding:10px 10px 10px 0;
}


/*main-contents*/

#main-contents{
  padding:14px;
}

/*side*/

#side{
  width:186px;
  float:left;
}

#side-inner{
  padding:0px 0 0px 0px;
}

.sidebox{

  padding:2px;
  margin:0 0 20px 0;
}

.sidebox-inner{
  padding:5px;
}


#side h3{
  display:block;
  padding:5px 0 5px 15px;
  font-weight:bold;
background:url(images/bt.gif) left center no-repeat;
margin:0 0 0 10px;
}

#side .linktext{
  margin:5px 0 0 0;
  padding:5px;
  border:1px dashed #abc29c;
  border-width:1px 0 0 0;
}

#side .linktext li{
  padding:5px;
  border:1px dashed #abc29c;
  border-width:0 0 1px 0;
}

/*main*/

#main{
  width:530px;
  float:right;
}

#main-inner{
  padding:3px;
}

#main-inner-frame{
  padding:0px 20px 20px 20px;
}

#main .entry_title{
  margin:0 0 10px 0px;
  position:relative;
  _height:1%;

}

#main .entry_title a{
  display:block;
  padding:5px 10px 5px 20px;
  color:#513828;
  font-weight:bold;
  font-size:120%;
background:url(images/bar.gif) left bottom no-repeat;
}


#main .entry_title img{
  position:absolute;
  left:10px;
  bottom:0px;
}


#main .entry_body{
  padding:10px;
  width:460px;
}


#main table{
  margin:0 0 50px 0;
  width:480px;
border-bottom:1px dashed #666666;
border-collapse: separate; 
border-spacing:5px;
}



.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0px 0px;
margin:0 auto;
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
 /* background: white no-repeat;*/
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  background: #cfc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: #f99 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  background: #9cc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.borderbox{
  border:1px solid #cdcdcd;
  width:165px;
  border-width:0 1px 1px 1px;
  margin:10px 0 0 2px;
}

#cal{
text-align:center;
}