/* -------------------------------------------------------------------------------- */
/* --- 共通設定 --- */
/* -------------------------------------------------------------------------------- */
body {
  background-image: url(../skin/images/qg_1.gif);
  color: #775533;
  background-color: #f8f8f8;
  margin: 10px;
  padding: 0px;
  text-align: center;
  font-size: 11px;
}

HTML {
  scrollbar-base-color: #dd9999;
}

BR{
  letter-spacing:normal;
}

input, textarea {
  color: #775533;
  font-size: 11px;
  background-color: #f8f8f8;
  border-top: 2px solid #bb9977;
  border-left: 2px solid #bb9977;
  border-right: 1px solid #bb9977;
  border-bottom: 1px solid #bb9977;
}

.btn {
  background-color: #CCAA88;
  border-top: 1px solid #bb9977;
  border-left: 1px solid #bb9977;
  border-right: 2px solid #bb9977;
  border-bottom: 2px solid #bb9977;
  color: #ffffff;
}

form {
  padding: 0px;
  margin: 0px;
}

blockquote {
  padding: 7px;
  margin: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  border: 1px solid #CCAA88;
}

small {
  color: #CCAA88;
  font-size: 10px;
}

HR {
  font-size: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px dashed #CCAA88;
  height: 1px;
}


/* -------------------------------------------------------------------------------- */
/* --- リンクの設定 --- */
/* -------------------------------------------------------------------------------- */
a       {
  color: #775533;
  text-decoration: underline;
}
a:link     {
  color: #775533;
  text-decoration: underline;
}
a:visited   {
  color: #bb9977;
  text-decoration: underline;
}
a:active   {
  color: #EE9999;
  background-color: #;
  text-decoration: underline;
}
a:hover   {
  color: #EE9999;
  text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/* --- 画像の設定 --- */
/* -------------------------------------------------------------------------------- */
.pict {
  float: right;
  border-width: 0px;
}

img {
  border-width: 0px;
}

/* -------------------------------------------------------------------------------- */
/* --- 全体の設定 --- */
/* -------------------------------------------------------------------------------- */
#inbox {
  padding: 0px; 
  margin: 0px;
  margin-left: auto; 
  margin-right: auto; 
  width: 700px;
  border-top: 3px solid #BB9977;
  border-left: 5px double #BB9977;
  border-right: 5px double #BB9977;
  border-bottom: 3px solid #BB9977;
  background-color: #F8F8F8;
}


/* -------------------------------------------------------------------------------- */
/* --- ヘッダの設定 --- */
/* -------------------------------------------------------------------------------- */
#banner {
  background-image: url(../skin/images/qg_2.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #F8F8F8;
  width: 700px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}

#banner_l {
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.site_title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing : 1px;
  margin: 30px 40px 0px 40px;
  padding: 10px 10px 10px 10px;
  color: #997755;
  filter: Shadow(color=#996666,direction=135) Glow(color=#aa8866,strength=2);
  width: 100%;
}

.site_title a,
.site_title a:link,
.site_title a:visited {
  color: #997755;
  text-decoration: none;
}

.site_title a:active,
.site_title a:hover {
  color: #bb9977;
  text-decoration: none;
}

.description {
  font-weight: bold;
  color: #775533;
  font-size: 11px;
  letter-spacing : 1px;
  margin: 5px 70px 10px 70px;
  float: left;
  width: 60%;
  filter: glow(color=#ffffff,strength=3);
}

.title_info {
  font-weight: normal;
  font-size: 10px;
  letter-spacing : 1px;
  margin: 0px 10px 10px 10px;
  color: #775533;
  float: right;
  text-align: right;
  width: 50%;
  filter: glow(color=#ffffff,strength=3);
}


/* -------------------------------------------------------------------------------- */
/* --- カレンダーの設定 --- */
/* -------------------------------------------------------------------------------- */
.cal {
  float: center;
  OVERFLOW: hidden;
  width: 680px;
  margin: 3px 10px 3px 10px;
  background-color: #F4ECE5;
  border-top: 1px solid #BB9977;
  border-left: 1px solid #BB9977;
  border-right: 2px solid #BB9977;
  border-bottom: 2px solid #BB9977;
}

.cal a,
.cal a:link,
.cal a:visited {
  color: #775533;
  text-decoration: underline;
}

.cal a:active,
.cal a:hover {
  color: #775533;
  text-decoration: underline;
}

.calendar {
  font-size: 11px;
  color: #775533;
}

.cell {
  width: 15px;
  height: 11px;
  vertical-align: bottom;
}

.cell_today {
  vertical-align: bottom;
  color: #775533;
  font-weight: bold;
  width: 15px;
  height: 11px;
  background-color: #E8EEDD;
  border-top: 1px solid #889977;
  border-left: 1px solid #889977;
  border-right: 2px solid #889977;
  border-bottom: 2px solid #889977;
}

.cell_sunday {
  color: #dd7777;
  width: 15px;
  height: 11px;
  vertical-align: bottom;
}


/* -------------------------------------------------------------------------------- */
/* --- 左サイドバーの設定 --- */
/* -------------------------------------------------------------------------------- */
#sideleft {
  float: left;
  OVERFLOW: hidden;
  width: 200px;
  margin: 10px 0px 0px 0px;
}


/* -------------------------------------------------------------------------------- */
/* --- メインの設定 --- */
/* -------------------------------------------------------------------------------- */
#main {
  float: right;
  OVERFLOW: hidden;
  width: 490px;
}


/* -------------------------------------------------------------------------------- */
/* --- 記事の設定 --- */
/* -------------------------------------------------------------------------------- */
.entryBodyset {
  clear: both;
  width: 475px;
  margin: 0px 10px 30px 15px;
  text-align: left;
  background-image: url(../skin/images/qg_3.gif);
  border-top: 1px solid #bb7777;
  border-left: 1px solid #bb7777;
  border-right: 2px solid #bb7777;
  border-bottom: 2px solid #bb7777;
}

.entry_title {
  background-image: url(../skin/images/qg_4.gif);
  background-repeat: repeat-x;
  color: #775533;
  background-color: #F8F8F8;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 10px 5px 10px;
}

.entry_title a,
.entry_title a:link,
.entry_title a:visited {
  color: #775533;
  text-decoration: none;
}
.entry_title a:active,
.entry_title a:hover {
  color: #dd7777;
  text-decoration: underline;
}

.entry_body {
  color: #555555;
  font-size: 12px;
  line-height: 150%;
  letter-spacing : 1px;
  margin: 0px 0px 0px 0px;
  padding: 15px 20px 5px 20px;
}

.entry_body li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
}

.entry_body ul {
  list-style-type: disc;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

.entry_body b {
  color: #dd7777;
  font-weight: bold;
}

.entry_body dl {
  margin: 0px;
  padding: 0px;
}

.entry_body dt {
  font-weight: bold;
  color: #555555;
  margin: 3px 0px 0px 0px;
  padding: 0px 3px 0px 3px;
  width: 415px;
  background-color: #F8F8F8;
  border-top: 2px solid #bb9977;
  border-left: 2px solid #bb9977;
  border-right: 1px solid #bb9977;
  border-bottom: 1px dotted #ee9999;
}

.entry_body dd {
  width: 415px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 20px;
  background-color: #F8F8F8;
  border-left: 2px solid #997755;
  border-right: 1px solid #997755;
  border-bottom: 1px solid #997755;
}

.entry_cate {
  width: 200px;
  margin: 0px 0px 0px 10px;
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  letter-spacing : 1px;
  padding: 3px 0px 0px 0px;
  float: left;
}

.entry_date {
  width: 260px;
  margin: 0px 20px 0px 0px;
  color: #999999;
  font-size: 11px;
  text-align: right;
  letter-spacing : 1px;
  padding: 3px 0px 0px 0px;
  float: right;
  clear: both;
}

.entry_state {
  font-size: 10px;
  color: #555555;
  margin: 5px 5px 10px 5px;
  text-align: right;
  clear: both;
}


/* -------------------------------------------------------------------------------- */
/* --- サイドバーの設定 --- */
/* -------------------------------------------------------------------------------- */
.sideSet {
  background-image: url(../skin/images/qg_6.gif);
  width: 185px;
  margin: 0px 5px 20px 10px;
  text-align: left;
  border-top: 1px solid #889977;
  border-left: 1px solid #889977;
  border-right: 2px solid #889977;
  border-bottom: 2px solid #889977;
}

.linktitle   {
  font-weight: bold;
  background-image: url(../skin/images/qg_5.gif);
  background-repeat: repeat-x;
  padding: 5px 10px 3px 10px;
  font-size: 11px;
  color: #775533;
  text-align: left;
}

.linktitle a,
.linktitle a:link,
.linktitle a:visited {
  color: #775533;
  text-decoration: none;
}

.linktitle a:active,
.linktitle a:hover {
  color: #775533;
  text-decoration: underline;
}

.linktext {
  padding: 5px 10px 5px 10px;
  font-size: 10px;
  color: #775533;
  letter-spacing : 1px;
  line-height: 150%;
}

.linktext2 {
  padding: 10px 0px 5px 0px;
  font-size: 10px;
  color: #58A1CA;
  letter-spacing : 1px;
  line-height: 150%;
  text-align: center;
}

.linktext3 {
  padding: 5px 10px 5px 10px;
  font-size: 10px;
  color: #775533;
  letter-spacing : 1px;
  line-height: 100%;
}

.linktext li,
.linktext2 li,
.linktext3 li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.linktext ul,
.linktext2 ul,
.linktext3 ul {
  list-style-type: none;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 0px;
}


/* -------------------------------------------------------------------------------- */
/* --- ページ移動の設定 --- */
/* -------------------------------------------------------------------------------- */
.pagearea_t {
  font-size: 12px;
  margin: 5px 0px 0px 0px;
  padding: 5px 5px 0px 5px;
  text-align: left;
  width: 476px;
}

.pagearea_l {
  font-size: 12px;
  margin:5px 0px 5px 7px;
  float: left;
  text-align: left;
  width: 100px;
}

.pagearea_c {
  font-size: 12px;
  margin:5px 0px 5px 0px;
  float: left;
  text-align: center;
  width: 276px;
}

.pagearea_r {
  font-size: 12px;
  margin:5px 0px 5px 0px;
  float: right;
  text-align: right;
  width: 100px;
}


/* -------------------------------------------------------------------------------- */
/* --- 検索フォームの設定 --- */
/* -------------------------------------------------------------------------------- */
.search { }


/* -------------------------------------------------------------------------------- */
/* --- ページ上部リンクの設定 --- */
/* -------------------------------------------------------------------------------- */
.pagetop {
  font-size: 10px;
  text-align: right;
  margin: 0px 10px 20px 10px;
  color: #dd7777;
}


/* -------------------------------------------------------------------------------- */
/* --- ページフッタの設定 --- */
/* -------------------------------------------------------------------------------- */
#footer {
  float: center;
  width: 680px;
  margin: 0px 10px 10px 10px;
  padding: 5px 0px 5px 0px;
  background-color: #F4ECE5;
  border-top: 1px solid #BB9977;
  border-left: 1px solid #BB9977;
  border-right: 2px solid #BB9977;
  border-bottom: 2px solid #BB9977;
}

.copyright  {
  color: #997755;
  font-size: 10px;
  letter-spacing : 1px;
  text-align:right;
}


/* -------------------------------------------------------------------------------- */
/* --- CHOBIの設定 --- */
/* -------------------------------------------------------------------------------- */
.chobi {
}

.chobi_title {
}

.chobi_header {
}

.chobi_article {
}

.chobi_body {
}

.chobi_comment_footter {
}

.chobi_name {
}

.chobi_date {
}

.chobi_footer {
}

.chobi_present {
}

.imageshow {
  width: 160px;
  height: 160px;
  border-style: none;
}