/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*リンクカラー*/

a.blue				{color: #000096}
a.blue:hover			{color: #0066FF}

a.white			{color: #FFFFFF}
a.white:hover 	{color: #999999}

a.black			{color: #000000}
a.black:hover 	{color: #FFFFFF}

a.blackonwhite			{color: #000000}
a.blackonwhite:hover 	{color: #666666}

a.copyright			{color: #000000; text-decoration: none}
a.copyright:hover			{color: #000000; text-decoration: underline}

a.link			{color:#999999; text-decoration: none}
a.link:hover			{color: #000000; text-decoration: underline}


a.red			{color: #FF0000}
a.red:hover 	{color: #FF6600}


/* テキスト */

.txt01{
	font-family:"Osaka";
	font-size: 10px;
 }

.txt02{
	font-family:"Osaka";
	font-size: 12px;
 }

.txt03{
	font-family:"Osaka";
	font-size: 14px;
 }
 
.txt01{
	font-family:"Osaka";
	font-size: 10px;

 }

.txt03b{
	font-family:"Osaka";
	font-size: 12pt;
 color: #9e0004;
	line-height: 130%;
	font-weight:bold;
 }


input, select, textarea{
	font-family:"Osaka";
	font-size: 12px;
}
