@charset "utf-8";

*	{margin:0;padding:0;}
img	{border:0;}
h1,h2,h3,h4,p,a,ul,ol,li,dl,dt,dd,table,tr,th,td,img
	{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight: normal;
}
	
	
A:link { text-decoration:underline; color:#C69E00; }
A:visited { text-decoration:underline; color:#C69E00; }
A:active { text-decoration:underline; color:#AA8800; }
A:hover { text-decoration:underline; color:#FFFF00; }
a:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}
	
body{
	color:#000;
	line-height:1.5;
	font-family:'Hiragino Kaku Gothic Pro',sans-serif;
	background-color: #000000;
}



/* txt */
.txt-bold		{font-weight:bold;}
.txt-caption	{font-size:11px;}
.txt-caption-s	{font-size:10px;}
.txt-big1		{size:15px;}
.txt-line-s		{line-height:1.3}
.txt-line-ss	{line-height:1.1}

.txt-orange		{color:#ff9407;}
.txt-yellow		{color:#face0b;}
.txt-blue		{color:#6dfbed;}
.txt-white		{color:#fff;}
.txt-darkblue	{color:#619eb3;}
.txt-red		{color:#ff0000;}


/*-----------------------------
____header
-----------------------------*/


/*-----------------------------
____footer
-----------------------------*/

/*-----------------------------
____main
-----------------------------*/

/*-----------------------------
____menu
-----------------------------*/

/*-----------------------------
____枠線調整
-----------------------------*/
.txtarea th.bt{border-top:1px #000000 solid;}		.txtarea td.bt{border-top:1px #000000 solid;}	
.txtarea th.br{border-right:1px #000000 solid;}		.txtarea td.br{border-right:1px #000000 solid;}
.txtarea th.bb{border-bottom:1px #000000 solid;	}	.txtarea td.bb{border-bottom:1px #000000 solid;	}
.txtarea th.bl{border-left:1px #000000 solid;	}	.txtarea td.bl{border-left:1px #000000 solid;	}
