/* ★★全体の枠構成（横幅チェック）★★ */

/* ★body --- */

body {

  color: black;

  background-color: #fff;

  margin: 0px;

  padding: 0px;

  text-align: center;

}



/* ★all 全体の枠 --- */

#all{

  width:700px;

  padding: 0px;

  margin: 0px auto;

  background-color:#fff;

}



/* ★top 上部タイトル（住所・TELなど）--- */

#top{

 background-image:url(images/bg_top.jpg);

 width:100%;

 height:130px;

 text-align:left;

 color:#006699;

 line-height: 1.2em;

 font-family: "ＭＳ Ｐゴシック", Osaka‐等幅;

 background-repeat:no-repeat;

 margin: 0px 0px 0px 0px;

 padding: 0px 0px 0px 12px;

}



/* ★left 左メニュー --- */

#left {

  float: left;

  OVERFLOW: hidden;

  width: 160px;

  background-color: #fff;

  padding: 0px;

  margin: 0px auto;

}



/* ★main 中央記事 --- */

#main {

  float:left;

  OVERFLOW:hidden;

  width: 400px;

  background: #fff;

  text-align:center;

  margin: 0px 0px 0px 10px;

  padding: 0px 0px 3px 0px;

}



/* ★right 右メニュー --- */

#right {

  float:right;

  OVERFLOW:hidden;

  width: 120px;

  background: #fff;

  text-align:left;

  margin: 0px;

  padding: 0px;

}



/* ★copy 最下部 copyright --- */

#copy {

  width: 700px;

  background: #ffffff;

  text-align:center;

  margin: 0px;

  padding: 0px;

  color: #999999;

  clear: both;

}





/* ★★詳細設定★★ */

/* ★全体共通 --- */

body,table th,td {

  color: #000;

  font-size:84%;

  line-height: 1.2em;

}



img {

  border: 0px;

}



a {/* リンクの色 */

 color:0000ff;

}



a:hover {

 color: #dc143c; /* マウスが上に来たときの色 */

 text-decoration: none;

}



a.abg  { /* リンク用設定。マウスが上に来たとき、bgcolorを水色、文字色を青 */

  color:  #fff  ;

}



a.abg:hover {  /* リンク用設定。マウスが上に来たとき、bgcolorを水色、文字色を青 */

  color: #0000ff;

  text-decoration: none;

  background-color: #ECFFFF;

}



h1 {

  margin: 20px 0px 10px 20px;

}



ul {

  margin: 0px 0px 0px 15px;

  padding: 0px;

}



.pagetop {

  color: #99ccff;

  font:10px;

  border:1px solid;

  margin: 0px 20px 0px 0px;

  padding: 1px 5px 1px 5px;

}



/* フォーム設定 */

form {

  margin: 0px;

  padding: 0px;

}

textarea {

  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;

  font-size: 12px;

}



/* その他（class指定） */

.right {

  text-align: right;

}



.center {

  text-align: center;

}



.margin2  {

  margin: 0px 2px 0px 2px;

}





/* ★left 左メニュー --- */

/* SEARCH */

#searcharea  {

  background-color: transparent;

  float:right;

  width:160px;

  text-align:right;

  padding: 15px 10px 0px 0px;

  clear: right;

}



#search  {

  color: 000000;

  font-size: 10px;

  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;

}



/* 左メニュー共通 */

.linktitle   {

  color: #ffffff;

  background-color: #99ccff;

  text-align: center;

  font-weight: bolder;

  font-size: 12px;

  line-height: 170%;

  font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";

  margin: 10px 0px 0px 3px;

  border-top-width: 1px;

  border-top-style: solid;

  border-top-color: #6699cc;

  border-bottom-width: 1px;

  border-bottom-style: dotted;

  border-bottom-color: #6699cc;

}



.linktext   {

  color: #006699;

  background-color: #fbffff;

  text-align: left;

  font-size: 10px;

  line-height: 130%;

  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;

  margin: 0px 0px 0px 3px;

  padding: 3px 3px 3px 7px

}



/* 時刻 */

.clock      {

  color: black;

  font-size: 10px;

  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;

  background-color: transparent;

  text-align: center;

  margin: 0px 0px 0px 2px;

  padding: 3px;

  border: 0px;

  width: 170px;

  height: 16px;

}



/* カレンダー  */

.calendar      {

  color: black;

  font-size: 9px;

  font-family: Verdana;

  margin: 0pt 0px 0px 0px;

}



.cell       {

  color: black;

  font-size: 9px;

  font-family: Verdana;

  background: white no-repeat;

  margin: 0px;

  width: 15px;

  height: 15px;

}



.cell_today      {

  color: #ffffff;

  font-size: 9px;

  font-family: Verdana;

  background: violet no-repeat;

  margin: 0px;

  width: 15px;

  height: 15px;

}



.cell_sunday     {

  color: #cc0000;

  font-size: 9px;

  font-family: Verdana;

  background: #FFCCCC no-repeat;

  margin: 0px;

  width: 15px;

  height: 15px;

}



.cell_saturday    {

  color: #000066;

  font-size: 9px;

  font-family: Verdana;

  background: lightcyan no-repeat;

  margin: 0px;

  width: 15px;

  height: 15px;

}



/* ★main 中央記事 --- */

/* 次の記事・前の記事 */

#pagearea  {

  background-color: transparent;

  float:right;

  width:200px;

  margin:0px 0px 0px 0px;

  text-align:right;

  clear: right;

}



/* 記事 */

.entry  {

  margin: 0px 0px 20px;

}



.entry_admin {

  margin: 0px 0px 0px 10px;

}



.entry_date {

  font-family: "Verdana";

  font-size: 14px;

  font-weight: bolder;

  color: #006699;

  margin: 10px 20px 10px 0px;

  border-top:1px solid #6699cc;

  border-left:10px solid #6699cc;

  padding: 0px 0px 3px 5px;

}



.entry_title     {

  color: black;

  font-weight: bold;

  font-size: 12px;

  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;

  padding: 0px 0px 0px 15px;

}



.entry_body   {

  font-size: 12px;

  line-height: 170%;

  word-break:break-all;

  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;

   margin: 15px 20px 15px 20px;

}



.entry_author    {

  color: #999999;

  font-size: 10px;

  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;

  text-align: right;

  margin: 0px 20px 0px 0px;

}



.entry_more   {

  color: black;

  font-size: 11px;

  line-height: 170%;

  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;

  margin: 15px 20px 10px 20px;

}



.entry_state {

  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";

  font-size: 10px;

  color: #999999;

  margin: 20px 20px 25px 20px;

}



/* ★right　右メニュー --- */

#right table.menu {

  border: none;

  text-align: left;

  padding: 0px;

  margin: 0px;

}



#right table.menu th, table.menu td {

  text-align: left;

  border-top: 1px none #CCCCCC;

  border-right: 1px none #CCCCCC;

  border-bottom: 1px dashed #CCCCCC;

  border-left: 1px none #CCCCCC;

  font-size: 14px;

}



#right td.mame  {

  font-size: 10px;

  padding: 0px 5px 0px 5px;

}



#right a.menulink {

  display:block;

  width:100%;

  text-decoration:none;

  text-align: left;

}



#right a.menulink:hover {

  color:#FF3366;

  text-decoration: underline;

  background-color: #ECFFFF;

}

