<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*/////////////////////////////////////////////////////////////
external css for color scheme of TVO e-Present.
LAST UP DATA:2012/12/26 by web6
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	=カラースキーム
------------------------------------------------------------ */
/* 濃A #f3f1d3 */
body
	{background-color:#f3f1d3;}

/* 濃B #fbc788 */
#wrap-main #column, 
#wrap-main #entry h2
	{border-color:#fbc788;}

/* 淡A #ffffe0 */
#wrap-main #column, 
#wrap-main #entry h2, 
#wrap-main #question h2
	{background-color:#ffffe0;}

/* ホワイト #ffffff */
#wrapper
	{background:#ffffff;}

/* レッドA #e00000 */
#wrap-main h1, 
#wrap-main #entrance h2, 
#wrap-main h3.recommend, 
#wrap-main #column h4, 
#wrap-main #entry .entryRun
	{color:#e00000;}

/* グレー #333333 */
#wrap-main .notice
	{color:#333333;}

/* ------------------------------------------------------------
	=コンテンツ土台
------------------------------------------------------------ */
#wrapper{
	box-shadow: 0 4px 6px #666666;
	-webkit-box-shadow: 0 4px 6px #666666;
	position:relative;
	behavior:url("PIE.php");
	}

/* ------------------------------------------------------------
	=問題とヒント
------------------------------------------------------------ */
#wrap-main #question h2{
	border-color:#d2b0f2;
	}
</pre></body></html>