a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}

.foot_txt a:link {
	color: #FFFFFF;
}
.foot_txt a:visited {
	color: #FFFFFF;
}
.foot_txt a:hover {
	color: #CC0000;
}
.foot_txt a:active {
	color: #CC0000;
}

.foot_txt {
	font-size: 80%;
	color: #FFFFFF;
}
p {
	font-size: 80%;
	line-height: 150%;
}
.txt70 {
	font-size: 70%;
	line-height: 120%;
}
.txt80 {
	font-size: 80%;
	line-height: 150%;
}
.txt85 {
	font-size: 85%;
	line-height: 140%;
}
.txt110 {
	font-size: 110%;
	line-height: 120%;
}
.purple {
	color:#2D368B;
}

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


/* font設定 */
.red			{ color: #FF0000; }
.vermilion		{ color: #FF8080; }
.pink			{ color: #FFCCCC; }
.orange			{ color: #FF6600; }
.blue			{ color: #0000FF; }
.navy			{ color: #000066; }
.aqua			{ color: #00FFFF; }
.green			{ color: #339933; }
.lime			{ color: #00FF00; }
.lightgreen		{ color: #CCFFCC; }
.yellow			{ color: #FFFF00; }
.brown			{ color: #663300; }
.beige			{ color: #FFCC66; }
.black			{ color: #000000; }
.gray			{ color: #808080; }
.silver			{ color: #C0C0C0; }
.white			{ color: #FFFFFF; }

.b				{ font-weight: bold; }
.bigxx			{ font-size: xx-large; }
.bigx			{ font-size: x-large; }
.big			{ font-size: large; }
.small			{ font-size: small; }
.smallx			{ font-size: x-small; }
.smallxx		{ font-size: xx-small; }


/* bgcolor設定 */
.bg_red			{ background: #FF0000; }
.bg_vermilion	{ background: #FF8080; }
.bg_pink		{ background: #FFCCCC; }
.bg_orange		{ background: #FF6600; }
.bg_blue		{ background: #00FFFF; }
.bg_navy		{ background: #000080; }
.bg_aqua		{ background: #00FFFF; }
.bg_green		{ background: #009900; }
.bg_lime		{ background: #00FF00; }
.bg_lightgreen	{ background: #CCFFCC; }
.bg_yellow		{ background: #FFFF00; }
.bg_brown		{ background: #663300; }
.bg_beige		{ background: #FFCC66; }
.bg_black		{ background: #000000; }
.bg_gray		{ background: #808080; }
.bg_silver		{ background: #C0C0C0; }
.bg_white		{ background: #FFFFFF; }


/* img設定 */
img				{ border: none; }
.img_r			{ float: right; }
.img_l			{ float: left; }

/* form設定 */
form			{
	margin: 0px;
	display: inline;
}


/* list設定 */
ol				{
	margin-top: 0px;
	margin-bottom: 0px;
}
ul				{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url('./img/point.gif');
}
blockquote		{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}


/* table設定 */

/* td設定 */
td.l_t			{
	vertical-align: top;
	text-align: left;
}
td.l_t_n		{
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}
td.l_m			{
	vertical-align: middle;
	text-align: left;
}
td.l_m_n		{
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}
td.l_b			{
	vertical-align: bottom;
	text-align: left;
}
td.l_b_n		{
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
}
td.c_t			{
	vertical-align: top;
	text-align: center;
}
td.c_t_n		{
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}
td.c_m			{
	vertical-align: middle;
	text-align: center;
}
td.c_m_n		{
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}
td.c_b			{
	vertical-align: bottom;
	text-align: center;
}
td.c_b_n		{
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
}
td.r_t			{
	vertical-align: top;
	text-align: right;
}
td.r_t_n		{
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}
td.r_m			{
	vertical-align: middle;
	text-align: right;
}
td.r_m_n		{
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}
td.r_b			{
	vertical-align: bottom;
	text-align: right;
}
td.r_b_n		{
	vertical-align: bottom;
	text-align: right;
	white-space: nowrap;
}


/* td設定 */
div.left		{
	text-align: left;
}
div.center		{
	text-align: center;
}
div.right		{
	text-align: right;
}



/* margin設定（1方向） */
.t_mgn03		{
	margin-top: 3px;
}
.t_mgn05		{
	margin-top: 5px;
}
.t_mgn10		{
	margin-top: 10px;
}
.t_mgn15		{
	margin-top: 15px;
}
.t_mgn20		{
	margin-top: 20px;
}
.t_mgn25		{
	margin-top: 25px;
}
.t_mgn30		{
	margin-top: 30px;
}
.b_mgn05		{
	margin-bottom: 5px;
}
.b_mgn10		{
	margin-bottom: 10px;
}
.b_mgn15		{
	margin-bottom: 15px;
}
.b_mgn20		{
	margin-bottom: 20px;
}
.b_mgn25		{
	margin-bottom: 25px;
}
.b_mgn30		{
	margin-bottom: 30px;
}
.l_mgn05		{
	margin-left: 5px;
}
.l_mgn10		{
	margin-left: 10px;
}
.l_mgn15		{
	margin-left: 15px;
}
.l_mgn20		{
	margin-left: 20px;
}
.l_mgn25		{
	margin-left: 25px;
}
.l_mgn30		{
	margin-left: 30px;
}
.r_mgn05		{
	margin-right: 5px;
}
.r_mgn10		{
	margin-right: 10px;
}
.r_mgn15		{
	margin-right: 15px;
}
.r_mgn20		{
	margin-right: 20px;
}
.r_mgn25		{
	margin-right: 25px;
}
.r_mgn30		{
	margin-right: 30px;
}


/* margin設定（2方向） */
.t-b_mgn10-5	{
	margin-top: 10px;
	margin-bottom: 5px;
}
.t-b_mgn20-5	{
	margin-top: 20px;
	margin-bottom: 5px;
}
.t-b_mgn25-10	{
	margin-top: 25px;
	margin-bottom: 10px;
}
.t-b_mgn25-20	{
	margin-top: 25px;
	margin-bottom: 20px;
}
.t-l_mgn10-10	{
	margin-top: 10px;
	margin-left: 10px;
}
.t-l_mgn25-10	{
	margin-top: 25px;
	margin-left: 10px;
}
.l-r_mgn10-10	{
	margin-left: 10px;
	margin-right: 10px;
}

/* margin設定（3方向） */
.t-b-l_mgn10-10-10	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.t-l-r_mgn10-10-10	{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.t-l-r_mgn20-10-10	{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}


/* その他設定 */
.point			{ border:1 dashed auto; }
.nowrap			{ white-space: nowrap; }
.toolbar		{
	border: none 0px;
	padding: 4px;
	margin-bottom : 0px;
	vertical-align: middle;
	text-align: right;
}