@charset "UTF-8";

/* -------------------------------------------------------------------------
　背景色黄色用設定
------------------------------------------------------------------------- */

/* h1,h2,h3,h4 */
h1,
h2,
h3,
h4 {
	border-color: #000;
}
h1#site_logo {
	background: #fff;
}

/* table */
#content table {
	color: #000;
	border-color: #7D7D7D;
}
#content th {
	background: #FFC;
	border-color: #7D7D7D;
}
#content td {
	border-color: #7D7D7D;
}

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

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

/* コンテンツ */
body {
	background: #FF9;
}
#header,
#footer {
	background-color: #FFF;
}
#content {
	color: #000;
}
#contentr a:link, {
	color: #00F !important;
}
#content a:visited {
	color: #7D7D7D !important;
}
#content a:hover,
#content a:active,
#content a:focus {
	color: #F00 !important;
}
#content {
	background: #FF9;
	border-color: #7D7D7D;
}

/* サイド */
#content #kinkyu {
	background: #FFF;
}
#content #side_menu a {
	color: #000 !important;
}
