@charset "utf-8";
/* バースデーテーマ用 */
.img-bd_header {
  float: left;
  height: 80px;
}
.img-bd_footer {
  float: right;
  height: 40px;
}
.bd-com_top {
  text-align: center;
  margin: 30px 180px 50px 0;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}

/**
 * body
 * ページ背景カラーは一括で指定
 */
/*body {
  background-color: #ffebeb;
}*/

/**
 * container, content, content_main
 * コンテンツ背景カラーはtop.cssにもあり
 * top.css >.h_top
 */
/*#container {
  background-color: #fffafa;
  box-shadow: -1px 1px 10px #ffe2ff;
}
#content {
  background-color: #fffafa;
}
#content_main {
  background-color: #fffafa;
}*/
/* TOPページ用 */
/*.h_top_ayachi {
  background-color: #fffafa !important;
}*/

/**
 * フラッシュ背景カラーはdetail.cssで指定
 * detail.css >.flash-msg
 * 
 * ブログ記事の背景カラーはdiary.cssで指定
 * diary.css >.article
 * 
 * テーブル項目の背景カラーは個別で指定
 * game.css >.game-list >tbody >tr >th, >.detail-list_erg >tbody >tr >th
 * pages.css >.tbl-title_prof, >.tbl_link >tbody >tr >th
 */
/* フラッシュメッセージ用 */
/*.flash-msg_ayachi {
  background: #fff5f5 !important;
}*/
/* 日記用 */
/*.article_ayachi {
  background-color: #fff5f5 !important;
}*/
/* ゲーム一覧用 */
/*.game-list_ayachi >tbody >tr >th {
  background-color: #fff5f5 !important;
}*/
/* ゲームレビュー用 */
/*.detail-list_erg_ayachi >tbody >tr >th {
  background-color: #fff5f5 !important;
}*/
/* authorページ用 */
/*.tbl-title_prof_ayachi {
  background-color: #fff5f5 !important;
}*/
/* サイトリンク一覧用 */
/*.tbl_link_ayachi >tbody >tr >th {
  background-color: #fff5f5 !important;
}*/
