@charset "UTF-8";

/* tag */
body{
  font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
  text-align: center;
  padding: 15px 0px;
  background-color: #CCCC99;
  font-size:12px;
  margin: 0px;
}
th,td{
  font-size:12px;
  vertical-align: top;
}
a{
  text-decoration: none;
  color: #293852;
}
a:hover{
  text-decoration: underline;
}

/*-- layout --*/
#layout{
  width: 830px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  text-align: left;
  background-color: #FFFFFF;
}
.leftbox{
  width: 199px;
  background-color: #eeeefb;
  padding-bottom: 20px;
}
.mainbox{
  width: 410px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  padding-right: 10px;
  padding-left: 11px;
  padding-top: 0px;
}
.rightbox{
  width: 200px;
  padding-bottom: 20px;
  padding-top: 0px;
  padding-right: 0px;
  background-color: #eeeefb;
}

h2{
  font-size: 13px;
  margin-bottom: 15px;
  color: #333333;
  margin-top: 10px;
background-color:#EEEEFB;padding:10px;
}

ul.dot li{
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
  padding-bottom:0px;
}
.dot .sec li{
  list-style-type: none;
  padding-left: 0px;
}
.entry{margin-bottom:0px;}
.entry-content{
  margin-top:15px;
  padding-bottom: 10px;
}
.entry-content p{  line-height: 150%;}
.entry-more{padding-bottom:15px;}
/* calendar */
#calendarbox{
  text-align: center;
}
.day{
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
}
#calendarbox table{
  width:180px;
  font-size:12px;
  margin-left: 10px;
}
#calendarbox th, #calendarbox td{
  width:25px;
  padding:0px;
  text-align:center;
  line-height:100%;
}
#calendarbox th{
  font-weight: normal;
  padding-top:1px;
}
#calendarbox caption{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:left;
  width:178px;
  text-align:center;
}

table.calendar td{
  font-weight: normal;
}
#calendarbox td a{
  color: #293852;
  font-weight: bold;
}
.holiday, .sunday, .cell_sunday{color:#000000;}
.saturday, .cell_saturday{color:#000000;}
#calendarbox .cell_today a{
  color:#993366;
}
/* calendar end */

/*comment*/
.comment_box{background-color:#ffffff;color:#333333;padding:10px;margin-bottom:20px;}
.comment_ttl{padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #333333;color:#333333;}
.comment{padding-bottom:15px;border-bottom:1px dotted #333333;margin-bottom:10px;}

.bottom{
  background-color: #a8a0b7;
  height: 20px;
}

