/*-----------------------------------------------------------------------------
　ライン
-----------------------------------------------------------------------------*/

.w-590 { width:590px; float:left }
.w-510 { width:510px; float:left }


.w-200 { width:200px; float:left }








/*-----------------------------------------------------------------------------
　ライン
-----------------------------------------------------------------------------*/
.uline_dot { border-bottom: 1px dotted #999999; }
.line_dot { border-bottom: 1px dotted #999999; }
.line_org { border-bottom: 2px solid #FFCC33; margin-top: 5px; margin-bottom: 5px; }

.dotline-gry {
	background: url(../images/boder/border_gry.gif) repeat-x left top;
	text-indent: -9999px;
	display: block;
	height: 15px;
	clear:both;
}



/*-----------------------------------------------------------------------------
　フロート
-----------------------------------------------------------------------------*/

/*-----フロート(回り込み)----- */
.f-left { float: left;}
.f-right { float: right;}

/*-----フロート解除----- */
.clear { clear: both;}


/* カラー色指定
-------------------------------- */
.red{color:red;}
.aqua{color:aqua;}
.black{color:black;}
.blue{color:blue;}
.fuchsia{color:fuchsia;}
.gray{color:gray;}
.green{color:green;}
.lime{color:lime;}
.maroon{color:maroon;}
.navy{color:navy;}
.olive{color:olive;}
.purple{color:purple;}
.red{color:red;}
.silver{color:silver;}
.teal{color:teal;}
.white{color:white;}
.yellow{color:yellow;}


.txt-main {
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}


/* 行揃えの位置
---------------------------------------------------- */
.center {text-align:center;/* 中央揃え */}
.left { text-align:left;/* 左揃え */}
.right {text-align:right;/* 右揃え */}
.justify{text-align:justify;/* 両端揃え(IE5.0以降) */}

.nowrap{
white-space:nowrap;
}
