/*--------------------

  re set
  
--------------------*/
body{
  margin:0;
  padding:0;
  width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form{
  margin:0;
  padding:0;
  font-size:100%;
}

ul{
  list-style:none;
}

img{
  border:0;
  vertical-align:top;
}

table{
  border-collapse: collapse;
  border-spacing: 0px;
}

/*--------------------

  font

--------------------*/

#container{
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height:1.8;
}
.calendar{
  line-height:1.2;
  }

/*tags*/

p,
#alpha-block .headline,
#beta-block .headline,
#alpha-block .unit-inner,
#beta-block .unit-inner,
.entry_date,
.entry_author,
.pagearea,
.pagetop{
  font-size:75%;
}

#footer{
  font-size:65%;
}

sup{
  margin:0;
  padding:0;
  font-size:90%;
  line-height:100%;
  vertical-align:top;
}

#footer,
#alpha-block .headline{
  color:#FFF;
}

#beta-block .headline,
#alpha-block .unit-inner,
#beta-block .unit-inner,
.entry_date,
.entry_author{
  color:#333;
}

.entry_author dt{
  color:#999;
}

#alpha-block .headline,
#beta-block .headline{
  font-weight:bold;
}

a,
#beta-block .headline a:visited{
  color:#300;
  text-decoration:none;
}

a:visited{
  color:#666;
  text-decoration:none;
}

a:hover,
#beta-block .headline a:hover{
  color:#EA0000;
  text-decoration:none;
}

#alpha-block .cell a,
#alpha-block .cell_today a,
#alpha-block .cell_sunday a,
#alpha-block .cell_saturday a{
  text-decoration:underline;
}

/*--------------------

  base layout

--------------------*/
body{
  background-image: url(images/gokan01_bg.jpg);
}

/*container*/

#container{
  width:810px;
  margin:0 auto; 
  background-image: url(images/gokan01_bg02.jpg);
}

#container-inner{
  width:760px;
  margin:0 auto; 
}


/*header*/

#header{
  background: url(images/gokan01_headbg.jpg) 0 0 no-repeat;
  width: 760px;
  height: 140px;
  padding:0 0 10px 0;
}

#header-inner{
}

h1{
  padding:4px 0 30px 224px;
}


/*footer*/

#footer{
  text-align:center;
  background-color:#C38D3A;
  width:760px;
  height:30px;
  clear:both;
}

#footer-inner{
  line-height:30px;
}


/*contents*/

#contents{
  width:760px;
  margin-bottom:20px;
}
.section{
  width:100%;
}

#contents-inner{
}


/*alphaBlock*/

#alpha-block{
  float:left;
  width:197px;
  padding-left:20px;
}

#alpha-block-inner{
}


/*betaBlock*/

#beta-block{
  float:right;
  width:498px;
  padding-right:20px;
}

#beta-block-inner{
}

#beta-block img{
	border:#eaeaea solid 1px;
	padding:1px;
}

/*--------------------

  skin

--------------------*/

/* ----- leftnav ------- */
#alpha-block .unit{
  border:#F8EBD8 1px solid;
  width:195px;
  margin-bottom:20px;
}

#alpha-block .unit-inner{
  padding:10px;
}

#alpha-block .headline{
  width:195px;
  height:23px;
  text-align:center;
  background: url(images/gokan01_sidetit.jpg);
  clear:both;
}

#alpha-block .headline-inner{
  line-height:23px;
}

#alpha-block .unit-inner li{
  background: url(images/gokan01_arrowr.jpg) 0px 7px no-repeat;
  padding-left:12px;
}



/*calendar*/

.calendar{
  text-align: center;
  margin:0 auto;
}

.boxcal {
  text-align: center;
  margin:0 auto;
}

.cell       {
  background: #fff;
  background: white no-repeat;
}

.cell_today      {
  color: olive;
  background-color:#C6E8AC;
}

.cell_sunday     {
  color: #c00;
  background-color:#F8E7EC;
}

.cell_saturday    {
  color: #000066;
  background-color:#E7F3F8;
}

.cell,
.cell_today,
.cell_sunday,
.cell_saturday{
  margin: 0px;
  width: 19px;
  height: 15px;
  border:#fff 1px solid;
}
/*calendar*/




/* ----- main ------- */

#beta-block .unit{
  width:498px;
  padding-bottom:20px;
}

#beta-block .unit-inner{
  padding:10px;
}

#beta-block .headline{
  padding: 8px 10px 8px 40px;
  border-bottom: 1px solid #eaeaea;
  background-color:#E7BA78;
  background: url(images/gokan01_maintit.jpg) 0 -25px repeat-y;
  width:448px;
}

#beta-block .headline-inner{
  line-height:23px;
}

/*entry*/
.entry_date{
  text-align:left;
  width:498px;
  padding:5px 0;
}

.entry_body{
  padding: 10px 0;
}

.entry_state{
  padding: 20px 0;
}


.entry_author{
  text-align:right;
  width:498px;
  padding:3px 0;
}

.entry_author dt,
.entry_author dd{
  display:inline;
}
/*entry*/


.pagearea{
  width:486px;
  padding:5px;
  border:#eaeaea 1px solid;
  margin-bottom:10px;
  text-align:center;
}

.pagetop{
  float:right;
  text-align:left;
  padding:3px 0 3px 15px;
  width:90px;
  border:#999 1px solid;
  background: url(images/gokan01_arrowu.jpg) 80px 8px no-repeat;
}



/*--------------------

  float clear

--------------------*/

.clear-fix,
.section,
.inner,
.box,
.unit,
.unit-headline,
.plugin,
.page-nation,
.pagearea,
#contents,
#header,
#header-inner,
#alpha-block .unit-inner{
    overflow:hidden;
    zoom:1;
}

.clear-fix:after,
.section:after,
.inner:after,
.box:after,
.unit:after,
.unit-headline:after,
.plugin:after,
.page-nation:after,
.pagearea:after,
#contents:after,
#header:after,
#header-inner:after,
#alpha-block .unit-inner:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*¥*/
* html .clear-fix,
* html .section,
* html .inner,
* html .box,
* html .unit,
* html .unit-headline,
* html .plugin
* html .page-nation,
* html .pictext,
* html .pagearea,
* html #contents,
* html #header,
* html #header-inner,
* html #alpha-block .unit-inner{
    height: 1em;
    overflow: visible;
}
/**/

/* or */
.clear{
  clear:both;
}
