/*--------------メイン部テーブル--------------*/
table#tamain{
	margin:0px auto;
	border:none;
	padding:0px;
    width:640px;
	height:auto;
}

/*----------左グレーライン----------*/
#rline{ 
	vertical-align:top;
    width:639px;
	border-right:1px solid #cccccc;
}

