/*==============================================*/
/*	基本タグ																		*/
/*==============================================*/
body	{
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
ｚ
	padding: 0px;
	width: 780px;
	background-color: #333333;
	}

a	{
	color: #0066ff;
	text-decoration: underline;
}

a:hover	{
	color: #0066ff;
	text-decoration: underline;
}

table	{
	font-size: 12px;
	border-collapse:collapse;
}

td	{	vertical-align: top;}


img	{
	border:0px;margin:0px;
}

form	{margin:0px;}


/*==============================================*/
/*	共通CSS																			*/
/*==============================================*/
/*	共通	*/
.size10	{
	font-size:10px;
	line-height:11px;
}

.size11	{
	font-size:11px;
	line-height:13px;
}

.size12	{
	font-size:12px;
	line-height:13px;
}

.size14	{
	font-size:14px;
	line-height:20px;
}

.size16	{
	font-size:16px;
	line-height:22px;
}

.size28	{
	font-size: 28px;
	font-weight: bold;
	}

.c	{text-align: center;}
.l	{text-align: left;}
.r	{text-align: right;}

.top	{vertical-align: top;}
.btm	{vertical-align: bottom;}
.mid	{vertical-align:middle;}

.no_br	{	white-space: nowrap;}

.hirome	{	letter-spacing: 12px;}

p.1gyo	{
	margin-bottom: 12px;
	margin-top: 12px;
}

br.clear	{clear: both;}

.fr  {
	float:right;
}
.fl  {
	float:left;
}
.clearboth	{clear: both;}

.kasen	{text-decoration: underline;}

.gy3	{color: #333333;}
.gy6	{color: #666666;}
.ora	{	color: #ff9900;}
.pink			{	color:#FF6666;	}
.pink2	{color: #CCBDA6;}
.red	{color: #ff0000;}
.red2	{color: #660000;}
.brown  {color: #804000;}
