/*base
-------------------------------------------------------------------*/
body {
  color: #333333;
  margin: 0px;
  background: #CCCCCC url(../img/page_bg.jpg) repeat-y;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/*for WinIE6
-------------------------------------------------------------------*/
*html body {
  font-size: 75%;
  font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

/*for WinIE7
-------------------------------------------------------------------*/
*:first-child+html body {
  font-size: 75%;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
}

/*リンク
-------------------------------------------------------------------*/

a {
  color: #D30000;
  text-decoration: none;
}

a:visited {
  color: #D30000;
}

a:hover {
  color: #D30000;
  text-decoration: underline;
}

/*イメージ
-------------------------------------------------------------------*/
img {
  font-size: 10px;
  border-width: 0px;
}

/*BOX
-------------------------------------------------------------------*/
#mainbox {
  text-align: center;
  width: 800px;
  padding: 0px 0px 10px;
}

/*ページタイトル
-------------------------------------------------------------------*/
.pagetitle {
  background: url(../img/title_bg.gif) repeat-x;
  text-align: left;
  width: 790px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

.pagetitle-left {
  background: url(../img/title_bg.gif) repeat-x;
  text-align: left;
  width: 665px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  float: left;
}

.pagetitle-left2 {
  background: url(../img/title_bg.gif) repeat-x;
  text-align: left;
  width: 640px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  float: left;
}

.pagetitle-right {
  background: url(../img/title_bg.gif) repeat-x;
  text-align: right;
  width: 125px;
  margin-bottom: 10px;
  float: right;
}

.pagetitle-right2 {
  background: url(../img/title_bg.gif) repeat-x;
  text-align: right;
  width: 150px;
  margin-bottom: 10px;
  float: right;
}


/*ページトップへ戻る
-------------------------------------------------------------------*/
.pagetop {
  text-align: right;
  width: 700px;
  margin: 25px auto 30px;
  font-size: 11px;
  clear: both;
}


/* フッター 
-------------------------------------------------------------------*/
.express {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}

.foot {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0em;
}

/* 曜日 
-------------------------------------------------------------------*/
.sun {
	font-weight: normal;
	color: #FF0000;
}

.sat {
	font-weight: normal;
	color: #0000FF;
}

