﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color: #B3A679;
}

/* 表の色 */
table.trbgcolor tr:nth-child(2n+1) {
	background-color: #ECF2F3;
}

/* 表の上 */
div.color {
	margin: 5px auto;
	padding: 5px;
	color: #57340e;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, rgb(190, 175, 145); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgb(190, 175, 145) 0%, rgb(215, 200, 170) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(190, 175, 145)), color-stop(87%, rgba(215, 200, 170)), color-stop(100%, rgba(215, 200, 170))); /* 	Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(190, 175, 145) 0%, rgb(215, 200, 170) 100%);
	; /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgb(190, 175, 145) 0%, rgb(215, 200, 170) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgb(190, 175, 145) 0%, rgb(215, 200, 170) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(190, 175, 145,1) 0%, rgba(215, 200, 170,1) 87%, rgba(215, 200, 170,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beaf91', endColorstr='#d7c8aa', GradientType=0 ); /* IE6-9 */
}
#news_color .article div.color p,
div.color p{
	margin: 0;
	text-align: center;
}