@charset "UTF-8";

/* =========================================================================
　bg_yl.css （背景色黄色用設定）

　目　次

　1.各要素
　2.コンテナ（コンテンツ＋サイド）
　3.サイド
　4.コンテンツ
========================================================================= */

/* -------------------------------------------------------------------------
 1.各要素
------------------------------------------------------------------------- */
/* h1
---------------------------------------------------------------------- */
#content h1 {
	background: #FF9;
	border-bottom: 3px solid #7D7D7D;
	padding-bottom: 7px;
}
#content h1 span {
	background-color: #FF9;
}
#content h1#title-img {
	border-bottom: none;
}

/* h2
---------------------------------------------------------------------- */
#content h2 {
	background: #FF9;
	border-bottom: 2px solid #7D7D7D;
	padding-bottom: 5px;
}

/* h3
---------------------------------------------------------------------- */
#content h3 {
	background: #FF9;
	border-bottom: 1px solid #7D7D7D;
	padding-bottom: 6px;
}

/* table
---------------------------------------------------------------------- */
#content table {
	border-color: #7D7D7D !important;
}
#content th {
	background-color: #EEE !important;
	border-color: #7D7D7D !important;
	color: #000 !important;
}
#content td {
	background-color: #FF9 !important;
	border-color: #7D7D7D !important;
}

/* hr
---------------------------------------------------------------------- */
#content hr {
	border-color: #7D7D7D;
}

/* blockquote
---------------------------------------------------------------------- */
#content blockquote {
	border-color: #7D7D7D;
}

/* -------------------------------------------------------------------------
 2.コンテナ（コンテンツ＋サイド）
------------------------------------------------------------------------- */
#container {
	color: #000;
	background: #FF9;
}
#container a:link {
	color: #00F;
}
#container a:visited {
	color: #565656;
}
#container a:hover,
#container a:active,
#container a:focus {
	color: #F00;
}

#container .text_black {
	color: #000;
}
#container .text_blue {
	color: #30F;
}

/* -------------------------------------------------------------------------
 3.サイド
------------------------------------------------------------------------- */
/* トップページ ハートギャラリー
---------------------------------------------------------------------- */
#leftcolumn #top-gallery {
	background: #FF9;
}
#leftcolumn #top-gallery p#gallery-img img {
	border-color: #7D7D7D;
}
#leftcolumn #top-gallery p a:link {
	color: #00F;
}
#leftcolumn #top-gallery p a:visited {
	color: #565656;
}
#leftcolumn #top-gallery p a:hover,
#leftcolumn #top-gallery p a:active,
#leftcolumn #top-gallery p a:focus {
	color: #F00;
}

/* -------------------------------------------------------------------------
 4.コンテンツ
------------------------------------------------------------------------- */
/* トップページ TOPICS
---------------------------------------------------------------------- */
#top-topics h2 {
	border-bottom: none;
}
#top-topics dt {
	color: #000;
}

/* 下層ページ TOPICS
---------------------------------------------------------------------- */
#category-topics dt {
	color: #000;
}

/* お問い合わせ・お申し込み
---------------------------------------------------------------------- */
#content .inquiry {
	border-color: #7D7D7D;
}
#content .inquiry h2 {
	border-bottom: none;
}

/* 検索結果
---------------------------------------------------------------------- */
#content #result a:link,
#content #result a:link b {
	color: #00F;
}
#content #result a:visited,
#content #result a:visited b {
	color: #565656;
}
#content #result a:hover,
#content #result a:active,
#content #result a:focus,
#content #result a:hover b,
#content #result a:active b,
#content #result a:focus b {
	color: #F00;
}

#content #result .gsc-above-wrapper-area {
	border-color: #7D7D7D;
}
#content #result .gsc-result-info,
#content #result .gsc-orderby-label,
#content #result .gcsc-branding-text,
#content #result .gs-snippet {
	color: #000;
}
#content #result .gs-visibleUrl {
	color: #060;
}
#content #result .gsc-cursor-page {
	color: #00F;
}
#content #result .gs-no-results-result .gs-snippet,
#content #result .gs-error-result .gs-snippet {
	border-color: #7D7D7D;
	background-color: transparent;
}
