/* http://www.arts21.jp/ */
/* mailto : info@arts21.jp */
/* Copyright (C) 2005 Commercial Art's Corporation. All rights reserved. */

/* a設定 */
a:link			{
	text-decoration: underline;
	color: #2066AC;
}
a:visited		{
	text-decoration: underline;
	color: #2066AC;
}
a:active		{
	text-decoration: underline;
	color: #2066AC;
}
a:hover		{
	text-decoration: underline;
	color: #CC0000;
}


/* font設定 */
.b			{
	font-weight: bold;
}
.white			{
	color: #FFFFFF;
}
.red			{
	color: #FF3300;
}
.orange			{
	color: #FF9900;
}
.green			{
	color: #006600;
}
.s_blue			{
	color: #3399FF;
}
.blue			{
	color: #2066AC;
}
.darkblue {
	color: #006699;
}
.check {
	text-decoration: underline;
	color: #2066AC;
}

/* 背景色設定 */
.bgwhite {
 background-color: #FFFFFF;
 border-left: solid 1px #CCCCCC; 
 border-bottom: solid 1px #CCCCCC;
}
.bgwhite_r {
 background-color: #FFFFFF;
 border-right: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
}
.bgblue {
 background-color: #EFF4F8;
 border-left: 1px solid #A6C7D9;
 border-bottom: solid 1px #A6C7D9;
}
.bgblue_r {
 background-color: #EFF4F8;
 border-right: 1px solid #A6C7D9;
 border-left: 1px solid #A6C7D9;
 border-bottom: solid 1px #A6C7D9;
}
.bgblue_r {
 background-color: #EFF4F8;
 border-bottom: solid 1px #A6C7D9;
}
.bgblue_head {
 background-image: url(img/bg_table.gif);
 border-left: 1px solid #A6C7D9;
 border-bottom: solid 1px #A6C7D9;
 background-color: #FFFFFF;
}
.bgblue_head_r {
 background-image: url(img/bg_table.gif);
 border-left: 1px solid #A6C7D9;
 border-right: 1px solid #A6C7D9;
 border-bottom: solid 1px #A6C7D9;
 background-color: #A6C7D9;
}

.bgblue2 {
	background-color:#DCE8F3;
}
.bgsand {
 background-color:#F3F1E2;
 border-left: 1px solid #D7CCA8;
 border-bottom: 1px solid #D7CCA8;
}
.bgsand_r {
 background-color:#F3F1E2;
 border-right: 1px solid #D7CCA8;
 border-left: 1px solid #D7CCA8;
 border-bottom: 1px solid #D7CCA8;
}
.bgsand_head {
 background-image: url(./img/bg_table_sand.gif);
 border-left: 1px solid #D7CCA8;
 border-bottom: solid 1px #D7CCA8;
 background-color: #D7CCA8;
}
.bgsand_head_r {
 background-image: url(./img/bg_table_sand.gif);
 border-left: 1px solid #D7CCA8;
 border-right: 1px solid #D7CCA8;
 border-bottom: solid 1px #D7CCA8;
 background-color: #D7CCA8;
}

form {
	margin: 0px;
}
img {
	border: none;
}
ol				{
	margin-top: 0px;
	margin-bottom: 0px;
}
ul				{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url('./img/point.gif');
}

/* 委員会構成表 */
table.formationList {
	width: 630px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table.formationList td.head {
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(./img/bg_table.gif);
	white-space: nowrap;
}
table.formationList td.space {
	width: 10px;
	border-right: 1px solid #CCCCCC;
	background-color: #A6C7D9;
	white-space: nowrap;
}
table.formationList td.committee {
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #A6C7D9;
	white-space: nowrap;
}
table.formationList td.committee2 {
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #DCE8F3;
	white-space: nowrap;
}
table.formationList td.member {
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space: nowrap;
}
