@charset	"UTF-8";

/*--------------------------------------------------------------------------------------
FONT SIZE COLOR palette

a:link 		未訪問ページ（要素）へのスタイル指定
a:visited 	訪問済みページ（要素）へのスタイル指定 
a:hover 	アンカー要素にマウスカーソルが重なったときのスタイル指定 
a:active 	アンカー要素をクリックした瞬間のスタイル指定 

10px = font-size:80%		gray	 = gy
11px = font-size:88%		green	 = gn
12px = font-size:96%		blue	 = be
13px = font-size:103%		parple	 = pe
14px = font-size:111%		red		 = rd
15px = font-size:119%		orange	 = oe
16px = font-size:126%		yellow	 = yw
17px = font-size:133%		aqua	 = aa
18px = font-size:140%		black    = bk
----------------------------------------------------------------------------------------*/



/*-------------------------------------------
link用
---------------------------------------------*/
.toplink			{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 160%;}
.toplink a:link 	{margin:0px 0px 0px 16px;	 font-size: 12px;	color: #A6150A;		line-height: 160%;}
.toplink a:visited{margin:0px 0px 0px 16px;	 font-size: 12px;	color: #A6150A;		line-height: 160%;}
.toplink a:hover	{margin:0px 0px 0px 16px;	 font-size: 12px;	color: #A6150A;		line-height: 160%;	text-decoration: underline;}
.toplink a:active {margin:0px 0px 0px 16px;	 font-size: 12px;	color: #A6150A;		line-height: 160%;	text-decoration: underline;}

.toplink span.ttl {
border-left:#999999 solid 5px;
margin:10px 0px 5px 0px;
padding-left:10px;
display:block;
width:200px;
}

.toplink a img {
margin-right:10px;
}

.toplink span.nolink{
margin:0px 0px 0px 16px;
}

.toplink span.nolink img{
margin-right:10px;
}


/*-------------------------------------------
what new用
---------------------------------------------*/
.whatnew			{margin:0px;	 font-size: 12px;	color: #FF6600;		line-height: 120%;	text-decoration: none;}
.whatnew a:link 	{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 120%;	text-decoration: none;}
.whatnew a:visited 	{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 120%;	text-decoration: none;}
.whatnew a:hover	{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 120%;	text-decoration: underline;}
.whatnew a:active 	{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 120%;	text-decoration: underline; margin:0px;}

/*-------------------------------------------
コンテンツ内用
---------------------------------------------*/
.px10gy 			{margin:0px;	 font-size: 10px;	color: #666666;		line-height: 120%;}
.px10gy a:link 		{margin:0px;	 font-size: 10px;	color: #666666;		line-height: 120%;}
.px10gy a:visited 	{margin:0px;	 font-size: 10px;	color: #666666;		line-height: 120%;}
.px10gy a:hover 	{margin:0px;	 font-size: 10px;	color: #666666;		line-height: 120%;	text-decoration: underline;}
.px10gy a:active 	{margin:0px;	 font-size: 10px;	color: #666666;		line-height: 120%;	text-decoration: underline;}

.px12gy 			{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 160%;}
.px12gy a:visited 	{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 160%;}
.px12gy a:link 		{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 160%;}
.px12gy a:hover 	{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 160%;	text-decoration: underline;}
.px12gy a:active 	{margin:0px;	 font-size: 12px;	color: #666666;		line-height: 160%;	text-decoration: underline;}

.px14gy 			{margin:0px;	 font-size: 14px;	color: #666666;		line-height: 160%;}
.px14gy a:visited 	{margin:0px;	 font-size: 14px;	color: #666666;		line-height: 160%;}
.px14gy a:link 		{margin:0px;	 font-size: 14px;	color: #666666;		line-height: 160%;}
.px14gy a:hover 	{margin:0px;	 font-size: 14px;	color: #666666;		line-height: 160%;	text-decoration: underline;}
.px14gy a:active 	{margin:0px;	 font-size: 14px;	color: #666666;		line-height: 160%;	text-decoration: underline;}

.px14we 			{margin:0px;	 font-size: 14px;	color: #FFFFFF;		line-height: 160%;}
.px14we a:visited 	{margin:0px;	 font-size: 14px;	color: #FFFFFF;		line-height: 160%;}
.px14we a:link 		{margin:0px;	 font-size: 14px;	color: #FFFFFF;		line-height: 160%;}
.px14we a:hover 	{margin:0px;	 font-size: 14px;	color: #FFFFFF;		line-height: 160%;	text-decoration: underline;}
.px14we a:active 	{margin:0px;	 font-size: 14px;	color: #FFFFFF;		line-height: 160%;	text-decoration: underline;}

.px12gn 			{margin:0px;	 font-size: 96%;	color: #006600;		line-height: 160%;}
.px12gn a:visited 	{margin:0px;	 font-size: 96%;	color: #006600;		line-height: 160%;}
.px12gn a:link 		{margin:0px;	 font-size: 96%;	color: #006600;		line-height: 160%;}
.px12gn a:hover 	{margin:0px;	 font-size: 96%;	color: #006600;		line-height: 160%;	text-decoration: underline;}
.px12gn a:active 	{margin:0px;	 font-size: 96%;	color: #006600;		line-height: 160%;	text-decoration: underline;}

.px12be 			{margin:0px;	 font-size: 96%;	color: #0033FF;		line-height: 160%;}
.px12be a:link 		{margin:0px;	 font-size: 96%;	color: #0033FF;		line-height: 160%;}
.px12be a:visited 	{margin:0px;	 font-size: 96%;	color: #0033FF;		line-height: 160%;}
.px12be a:hover 	{margin:0px;	 font-size: 96%;	color: #0033FF;		line-height: 160%;	text-decoration: underline;}
.px12be a:active 	{margin:0px;	 font-size: 96%;	color: #0033FF;		line-height: 160%;	text-decoration: underline;}

.px12wn 			{margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;}
.px12wn a:link 		{margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;}
.px12wn a:visited 	{margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;}
.px12wn a:hover 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}
.px12wn a:active 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}

.px12pe 			{margin:0px;	 font-size: 96%;	color: #9900FF;		line-height: 160%;}
.px12pe a:visited 	{margin:0px;	 font-size: 96%;	color: #9900FF;		line-height: 160%;}
.px12pe a:link 		{margin:0px;	 font-size: 96%;	color: #9900FF;		line-height: 160%;}
.px12pe a:hover 	{margin:0px;	 font-size: 96%;	color: #9900FF;		line-height: 160%;	text-decoration: underline;}
.px12pe a:active 	{margin:0px;	 font-size: 96%;	color: #9900FF;		line-height: 160%;	text-decoration: underline;}

.px12rd 			{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;}
.px12rd a:visited 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;}
.px12rd a:link 		{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;}
.px12rd a:hover 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}
.px12rd a:active 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}

.px12oe 			{margin:0px;	 font-size: 96%;	color: #FF6600;		line-height: 160%;}
.px12oe a:visited 	{margin:0px;	 font-size: 96%;	color: #FF6600;		line-height: 160%;}
.px12oe a:link 		{margin:0px;	 font-size: 96%;	color: #FF6600;		line-height: 160%;}
.px12oe a:hover 	{margin:0px;	 font-size: 96%;	color: #FF6600;		line-height: 160%;	text-decoration: underline;}
.px12oe a:active 	{margin:0px;	 font-size: 96%;	color: #FF6600;		line-height: 160%;	text-decoration: underline;}

.px12aa 			{margin:0px;	 font-size: 96%;	color: #00CCFF;		line-height: 160%;}
.px12aa a:visited 	{margin:0px;	 font-size: 96%;	color: #00CCFF;		line-height: 160%;}
.px12aa a:link 		{margin:0px;	 font-size: 96%;	color: #00CCFF;		line-height: 160%;}
.px12aa a:hover 	{margin:0px;	 font-size: 96%;	color: #00CCFF;		line-height: 160%;	text-decoration: underline;}
.px12aa a:active 	{margin:0px;	 font-size: 96%;	color: #00CCFF;		line-height: 160%;	text-decoration: underline;}

.px12yw 			{margin:0px;	 font-size: 96%;	color: #FFFF00;		line-height: 160%;}
.px12yw a:visited 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;}
.px12yw a:link 		{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;}
.px12yw a:hover 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}
.px12yw a:active 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}

.px12gn_b 			{margin:0px;	 font-size: 96%;	color: #097D76;		line-height: 160%;	font-weight: bold;}
.px12gn_b a:visited {margin:0px;	 font-size: 96%;	color: #097D76;		line-height: 160%;}
.px12gn_b a:link 	{margin:0px;	 font-size: 96%;	color: #097D76;		line-height: 160%;}
.px12gn_b a:hover 	{margin:0px;	 font-size: 96%;	color: #097D76;		line-height: 160%;	text-decoration: underline;}
.px12gn_b a:active 	{margin:0px;	 font-size: 96%;	color: #097D76;		line-height: 160%;	text-decoration: underline;}

.px12rd_b 			{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	font-weight: bold;}
.px12rd_b 			{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;}
.px12rd_b a:visited {margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;}
.px12rd_b a:link 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}
.px12rd_b a:hover 	{margin:0px;	 font-size: 96%;	color: #990000;		line-height: 160%;	text-decoration: underline;}

.px12gy_b 			{margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;  font-weight: bold;}
.px12gy_b a:visited {margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;}
.px12gy_b a:link 	{margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;}
.px12gy_b a:hover 	{margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;	text-decoration: underline;}
.px12gy_b a:active 	{margin:0px;	 font-size: 96%;	color: #666666;		line-height: 160%;	text-decoration: underline;}

.px12be_b 			{margin:0px;	 font-size: 96%;	color: #076CDC;		line-height: 160%;  font-weight: bold;}
.px12be_b a:visited {margin:0px;	 font-size: 96%;	color: #076CDC;		ine-height: 160%;}
.px12be_b a:link 	{margin:0px;	 font-size: 96%;	color: #076CDC;		line-height: 160%;}
.px12be_b a:hover 	{margin:0px;	 font-size: 96%;	color: #076CDC;		line-height: 160%;	text-decoration: underline;}
.px12be_b a:active 	{margin:0px;	 font-size: 96%;	color: #076CDC;		line-height: 160%;	text-decoration: underline;}
